Linear

playlist play-error under firefox 14 (Projekktor Core)

by michael, Sunday, August 05, 2012, 14:39 (319 days ago)

playing videos with the playlist under firefox 14 is not working, current chrome has no problems, initiating the env is done by:

$(document).ready(function () {
var myPlayer1 = projekktor('#player_a', {

autoplay: true,
// loop: false,
// continuous: true,
// enableKeyboard: true,
width: 360,
height: 217,
playerFlashMP4: '/delightnet/extensions/MediaDirectPlayer/public/flash/jarisplayer.swf',
playlist: [
{
0:{src: 'link1.ogv', type: 'video/ogv'},
1:{src: 'link1.mp4', type: 'video/mp4'},
config: {
poster: 'http://domain.de/home1.jpg'
}
},
{
0:{src: 'link2.ogv', type: 'video/ogv'},
1:{src: 'link2.mp4', type: 'video/mp4'},
config: {
poster: 'http://eee/images/home2.jpg'
}
}
]
});

// myPlayer1.reset();
// myPlayer1.setPlay();
});

all links are written as http-links, os is windows xp.

  529 views
Avatar

playlist play-error under firefox 14

by sascha ⌂ @, Monday, August 06, 2012, 09:53 (318 days ago) @ michael

playing videos with the playlist under firefox 14 is not working, current chrome has no problems, initiating the env is done by:
all links are written as http-links, os is windows xp.

I´ve tried to reproduce this with the latest version of the player but without success.

Hard to say because "nor working" can end up in a bunch of symptoms. But by method of elimination I would say that something goes wrong with the delivery of .ogv from your server. It would be great if you could post an URL to a setup which demonstrates the issues.

- sascha

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

  538 views

playlist play-error under firefox 14

by Lluis Martorell ⌂ @, Barcelona, Thursday, September 27, 2012, 23:35 (265 days ago) @ michael

I'm testing with FireFox 15.0.1 and problem still there.

I tested my videos without playlist and it works, then this issue is not for codec error.

When a use the playlist option then again the video doesn't work.

Some idea ?

Thanks a lot.
Regards.

  324 views