Linear

Playlist doesn't work in IE9 (Projekktor Core)

by Kent @, Thursday, June 07, 2012, 11:25 (345 days ago)

Hi,

I have a problem making the playlist work in IE9. Here's the page in development: http://aspirationalvigilante.com/outer-slider/test.php

In fact the demo for playlist doesn't work for IE9 either so I'm suspecting it's a bug for the video player. http://www.projekktor.com/demo-playlist.php

  639 views
Avatar

Playlist doesn't work in IE9

by sascha ⌂ @, Monday, June 11, 2012, 10:49 (342 days ago) @ Kent

thank you very much for your bug-report.
i was able to fix this for v1.0.18.

- sascha

---
Help keeping free Projekktor support alive. Consider to buy supporter license: http://shop.projekktorxl.com/shop/supporter-license/

  568 views

Playlist doesn't work in IE9

by Kent @, Wednesday, June 13, 2012, 01:06 (340 days ago) @ sascha

Thanks for the quick response/fix. It is currently loading the first video, but the playlist still fails to load subsequent videos.

  570 views
Avatar

Playlist doesn't work in IE9

by sascha ⌂ @, Thursday, June 14, 2012, 17:30 (338 days ago) @ Kent

D´oh.... I LoVe IE. I´m sorry and thanx again for your feedback.

- sascha

---
Help keeping free Projekktor support alive. Consider to buy supporter license: http://shop.projekktorxl.com/shop/supporter-license/

  544 views

Playlist doesn't work in IE9

by Bartosz @, Polska, Tuesday, July 03, 2012, 09:57 (320 days ago) @ sascha

It's still not working - playlist - in IE9. PLaying first video, than "pause" - on click restarts first video.

I have config like that:

controls:false,
plugins:['Display'],
disallowSkip:false,
enableKeyboard: false,
disablePause:false,
enableFullscreen: false,
videoScaling: 'fill',
volume:0,
streamType: 'file',
key: 'large',
platforms: ['browser', 'ios', 'native'],
loop:true,
continuous:true,
playerFlashMP4:'js/proj/flash/jarisplayer.swf',
playerFlashMP3:'js/proj/flash/jarisplayer.swf',
enableTestcard:false,
playlist:.....

I really like projekktor - it's great, but that bug is "pain in th'a a"

  467 views
Avatar

Playlist doesn't work in IE9

by sascha ⌂ @, Tuesday, July 03, 2012, 10:19 (320 days ago) @ Bartosz

It's still not working - playlist - in IE9. PLaying first video, than "pause" - on click restarts first video.

thanx for your feedback. unfortunately I can´t reproduce the behavior described. Could you please c&p you playlist? you may remove the URLs but keep the file-extension, pls.

thanx

- sascha

---
Help keeping free Projekktor support alive. Consider to buy supporter license: http://shop.projekktorxl.com/shop/supporter-license/

Tags:
playlist

  543 views

Playlist doesn't work in IE9

by Bartosz @, Polska, Tuesday, July 03, 2012, 11:00 (320 days ago) @ sascha

Here it is (not all, but extensions are the same):

{
0:{src: 'avantgarde/mp01.mp4', type:'video/mp4'},
1:{src: 'avantgarde/mp01.webm', type:'video/webm'},
2:{src: 'avantgarde/mp01.ogv', type:'video/ogg'}

},
{
0:{src: 'avantgarde/mp02.mp4', type:'video/mp4'},
1:{src: 'avantgarde/mp02.webm', type:'video/webm'},
2:{src: 'avantgarde/mp02.ogv', type:'video/ogg'}

},
{
0:{src: 'avantgarde/mp03.mp4', type:'video/mp4'},
1:{src: 'avantgarde/mp03.webm', type:'video/webm'},
2:{src: 'avantgarde/mp03.ogv', type:'video/ogg'}
},
{
0:{src: 'avantgarde/mp05.mp4', type:'video/mp4'},
1:{src: 'avantgarde/mp05.webm', type:'video/webm'},
2:{src: 'avantgarde/mp05.ogv', type:'video/ogg'}
}

Funny thing is, that with older version of projekktor - like around 1.00 it works, after changing projekktor js and config to fit the current version - it doesn't work anymore.

  506 views