1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update edge playback

This commit is contained in:
Luke Pulverenti 2016-04-04 15:07:43 -04:00
parent 10c0c0c986
commit 2b49ceef01
11 changed files with 195 additions and 397 deletions

View file

@ -317,7 +317,8 @@ define(['browser'], function (browser) {
AudioCodec: hlsVideoAudioCodecs.join(','),
VideoCodec: 'h264',
Context: 'Streaming',
Protocol: 'hls'
Protocol: 'hls',
ForceLiveStream: true
});
}