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

@ -16,14 +16,15 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.1.99",
"_release": "1.1.99",
"version": "1.2.0",
"_release": "1.2.0",
"_resolution": {
"type": "version",
"tag": "1.1.99",
"commit": "dd95a9e2d720c1ec148b46389b9ba513d72af231"
"tag": "1.2.0",
"commit": "7bd7723824e9724b1caf23f4b73509084eae4e46"
},
"_source": "git://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "~1.1.5",
"_originalSource": "emby-webcomponents"
"_target": "^1.2.0",
"_originalSource": "emby-webcomponents",
"_direct": true
}

View file

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