audio/video player fixes
This commit is contained in:
parent
bd697d36fc
commit
85a08beb3e
9 changed files with 121 additions and 66 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue