update hls playback
This commit is contained in:
parent
7919706532
commit
396b125d66
27 changed files with 438 additions and 728 deletions
|
@ -16,12 +16,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.2.33",
|
||||
"_release": "1.2.33",
|
||||
"version": "1.2.34",
|
||||
"_release": "1.2.34",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.2.33",
|
||||
"commit": "ec985dcf4603026e64521c54971693e8522194d4"
|
||||
"tag": "1.2.34",
|
||||
"commit": "f8d7590edf6f17060cfa04a3f6359ca36aa9789e"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "^1.2.0",
|
||||
|
|
|
@ -318,9 +318,7 @@ define(['browser'], function (browser) {
|
|||
AudioCodec: hlsVideoAudioCodecs.join(','),
|
||||
VideoCodec: 'h264',
|
||||
Context: 'Streaming',
|
||||
Protocol: 'hls',
|
||||
// Can't use this when autoplay is not supported
|
||||
ForceLiveStream: options.supportsCustomSeeking ? true : false
|
||||
Protocol: 'hls'
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue