audio/video player fixes

This commit is contained in:
Luke Pulverenti 2014-04-11 23:48:57 -04:00
parent bd697d36fc
commit 85a08beb3e
9 changed files with 121 additions and 66 deletions

View file

@ -821,7 +821,7 @@
audioBitrate: mp4Quality.audioBitrate,
VideoCodec: mp4Quality.videoCodec,
AudioCodec: mp4Quality.audioCodec,
// None of the browsers seem to like this
EnableAutoStreamCopy: false
@ -942,9 +942,7 @@
updateVolumeButtons(vol);
}).on("playing.once", function () {
video.off("playing.once");
}).one("playing", function () {
self.onPlaybackStart(this, item, mediaSource);