mbakthav / gecko-mediaplayer

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

Parsing audio-x-scpls As Playlist Within Playlist #178

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open url http://pureparty.org/pureparty.pls in Firefox with 
gecko-mediaplayer enabled.
2. Stream caching reaches 19% but does not play.

What is the expected output? What do you see instead?
Stream audio should play but instead stream caching reaches 19% and does not 
play. No error messages are reported on screen.

What version of the product are you using? On what operating system?
Linux Mint 13 Maya on 3.2.0-35-generic x86_64
gecko-mediaplayer 1.0.4 x86_64
Firefox 17.0.1 x86_64

Please provide any additional information below.

The plugin is running:
mplayer -channels 2 -af-add export=/tmp/mplayer-af_exportbsmmgr:512 -quiet 
-slave -noidle -noconsolecontrols -nostop-xscreensaver -identify -volume 100 
-softvol -msglevel all=5 -osdlevel 0 -delay 0.000000 -subdelay 0.000000 -subpos 
0 -sub-fuzziness 0 -wid 0x360001b -brightness 0 -contrast 0 -hue 0 -saturation 
0 -nomsgcolor -nomsgmodule -nokeepaspect -ass -embeddedfonts -ass-font-scale 
1.00 -cache 2048 -playlist mmshttp://listen.pureparty.org

http://listen.pureparty.org is the actual stream source and is NOT a playlist.
This stream is using HTTP and not MMS.

...I think the -playlist parameter should be passed as:
-playlist http://pureparty.org/pureparty.pls

...or no -playlist with the last parameter being:
http://listen.pureparty.org

Content of pureparty.pls:
[playlist]
NumberOfEntries=1
File1=http://listen.pureparty.org
Title1=Pure Party
Length1=-1
Version=2

The stream does play fine for me if I run:
mplayer -channels 2 -af-add export=/tmp/mplayer-af_exportbsmmgr:512 -quiet 
-slave -noidle -noconsolecontrols -nostop-xscreensaver -identify -volume 100 
-softvol -msglevel all=5 -osdlevel 0 -delay 0.000000 -subdelay 0.000000 -subpos 
0 -sub-fuzziness 0 -wid 0x360001b -brightness 0 -contrast 0 -hue 0 -saturation 
0 -nomsgcolor -nomsgmodule -nokeepaspect -ass -embeddedfonts -ass-font-scale 
1.00 -cache 2048 -playlist http://pureparty.org/pureparty.pls

Original issue reported on code.google.com by prestonc...@gmail.com on 6 Jan 2013 at 3:50

GoogleCodeExporter commented 8 years ago
You are running a older version of gnome-mplayer and gecko-mediaplayer, please 
upgrade and see if that fixes it. I tested with the development version and 
after a minor fix (due to other changes) the stream plays fine.

If you still have issues please provide the full debug output so I can see the 
error messages.

Original comment by kdeko...@gmail.com on 6 Jan 2013 at 4:19

GoogleCodeExporter commented 8 years ago
Unfortunately, I can not upgrade at this time. If the stream plays fine in the 
newer versions then feel free to close this issue. Thanks for testing it in the 
newer version!

Original comment by prestonc...@gmail.com on 6 Jan 2013 at 7:03

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 6 Jan 2013 at 7:21