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

update profile

This commit is contained in:
Luke Pulverenti 2015-12-21 00:07:55 -05:00
parent d07936210e
commit ee3c620d89
7 changed files with 15 additions and 24 deletions

View file

@ -360,7 +360,7 @@
});
} else {
profile.CodecProfiles.push({
Type: 'VideoAudio',
Conditions: [
@ -979,13 +979,9 @@
if (mediaSource.TranscodingSubProtocol == 'hls') {
if (mediaSource.RunTimeTicks) {
// Reports of stuttering with h264 stream copy in IE
mediaUrl += '&EnableAutoStreamCopy=false';
}
mediaUrl += seekParam;
contentType = 'application/x-mpegURL';
} else {
// Reports of stuttering with h264 stream copy in IE
@ -1603,7 +1599,7 @@
};
function unBindAudioEvents(mediaRenderer) {
Events.off(mediaRenderer, "volumechange", onVolumeChange);
Events.off(mediaRenderer, "pause", onPause);
Events.off(mediaRenderer, "playing", onPlaying);