Khvalovsky / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

gecko-mediaplayer playlist error under ubuntu10.04 in firefox #139

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The playlist(name=1) content is below:
#EXTM3U
#EXTINF:30,1.avi
/home/dms/myapp/chrome/content/video/1.avi
#EXTINF:49,2.avi
/home/dms/myapp/chrome/content/video/2.avi

The HTML code is below:
<embed width="480" height="320" type="application/x-mplayer2" src="1" 
loop="true" autostart="true" />

when the html page load the gecko-mediaplayer autostart to play the 1.avi file, 
but after 30s the 1.avi is finished, the player replay the 1.avi but not to 
play 2.avi file.

Is there anything wrong with my script? Or there is a bug when 
gecko-mediaplayer play a playlist?

Thanks for your help.

Original issue reported on code.google.com by Leland...@gmail.com on 23 May 2011 at 8:39

GoogleCodeExporter commented 8 years ago
Can you try this playlist with mplayer

mplayer -playlist filename.pls 

should be enough to work, I have seen some issues where the first file is 
played over and over which is incorrect. So it may be an mplayer error if that 
is what you are seeing.

Original comment by kdeko...@gmail.com on 8 Jun 2011 at 5:30