adriantr09 / gecko-mediaplayer

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

plugin doesn't stream asf #130

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. go to http://theyoungturks.com
2. wait for video to stream...
3. ...nothing but black picture.

What is the expected output? 
Video should play.

What do you see instead?
Black screen.

What version of the product are you using?
1.0.0-1.pm.1.1

On what operating system?
linux (2.6.37.1-1.2-default) 32-bit

Please provide any additional information below.

Original issue reported on code.google.com by timothy....@gmail.com on 14 Mar 2011 at 5:04

GoogleCodeExporter commented 8 years ago
Works here, are you sure it is not filling the cache? Here it takes about 5-10 
seconds for the cache to fill using the default video cache of 2048

Original comment by kdeko...@gmail.com on 14 Mar 2011 at 5:32

GoogleCodeExporter commented 8 years ago
Yeah, I left it there for awhile. I does nothing.

Original comment by timothy....@gmail.com on 14 Mar 2011 at 5:41

GoogleCodeExporter commented 8 years ago
please enable verbose debug messages in gnome-mplayer (Edit->preferences). 
Close all instances of firefox and then run this command from a terminal

firefox http://theyoungturks.com

That should tell us what is happening. 

Original comment by kdeko...@gmail.com on 14 Mar 2011 at 5:43

GoogleCodeExporter commented 8 years ago
Also does this command work?

mplayer mmshttp://winmedia.voxcdn.net/3137-live1-wmv?MSWMExt=.asf

Original comment by kdeko...@gmail.com on 14 Mar 2011 at 5:45

GoogleCodeExporter commented 8 years ago
Here's the log from firefox http://theyoungturks.com

Original comment by timothy....@gmail.com on 14 Mar 2011 at 6:37

Attachments:

GoogleCodeExporter commented 8 years ago
This worked: mplayer mmshttp://winmedia.voxcdn.net/3137-live1-wmv?MSWMExt=.asf

Original comment by timothy....@gmail.com on 14 Mar 2011 at 6:39

Attachments:

GoogleCodeExporter commented 8 years ago
Hum... try disabling Advanced Substation Alpha (ASS) subtitles in gnome-mplayer 
Edit->Preferences, Subtitles

That is the only thing that looks like it could be the problem. If that fixes 
the problem, you might suggest to your mplayer packager to enable that feature 
as it does improve subtitles quite a bit.

Original comment by kdeko...@gmail.com on 14 Mar 2011 at 6:49

GoogleCodeExporter commented 8 years ago
That didn't help...

Original comment by timothy....@gmail.com on 14 Mar 2011 at 6:58

GoogleCodeExporter commented 8 years ago
Does this command work?

mplayer -quiet -slave -identify -softvol -volume 100 -framedrop 
-noconsolecontrols -noidle -osdlevel 0 -nomouseinput -cache 2000 -ss 0 -cookies 
-ass -noembeddedfonts -ass-font-scale 1.00 -ass-color ffffff00 -channels 2 
-vf-add screenshot -dvd-device /dev/dvd -af-add 
export=/tmp/mplayer-af_exportvpaadb:512 -user-agent GnomeMplayer/1.0.2 
-nomsgcolor -nomsgmodule 
mmshttp://winmedia.voxcdn.net/3137-live1-wmv?MSWMExt=.asf 

Original comment by kdeko...@gmail.com on 14 Mar 2011 at 7:01

GoogleCodeExporter commented 8 years ago
No, it crashed:

MPlayer interrupted by signal 11 in module: decode_video
ID_SIGNAL=11
- MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
- MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.

Original comment by timothy....@gmail.com on 14 Mar 2011 at 7:15

GoogleCodeExporter commented 8 years ago
well that points to mplayer being the problem... that command should work fine. 

Original comment by kdeko...@gmail.com on 14 Mar 2011 at 7:19

GoogleCodeExporter commented 8 years ago
Ok, I'll file a bug report with them then.

Original comment by timothy....@gmail.com on 14 Mar 2011 at 7:40

GoogleCodeExporter commented 8 years ago
you might try specifying the video output in gnome-mplayer to be xv or vdpau, 
that may help some.

Original comment by kdeko...@gmail.com on 14 Mar 2011 at 7:42