adriantr09 / gecko-mediaplayer

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

Problem playing quicktime content on www.uitzendinggemist.nl #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Its a dutch site, but I'll try to list all the links you have to click to
reproduce:
1. Goto www.uitzending gemist.nl
2. Top right there is a searchbox: "Zoek een uitzending", enter
"koekeloere" and hit "Zoek"
3. You get a list of results, click the grey/red icon in the column
"bekijk" to start watching

By default it will start a wmv stream after some flash commercial, which
works fine, however you can also choose for quicktime content, to do this
follow the next steps on the page where the player is shown:
1. Top right of page click "instellingen"
2. On the right side you now get some radio buttons to choose between
"windows media player" and "quicktime", select quicktime here.
3. click "sla op" to save settings
4. Player should now reload and play the quicktime version, however this
does not work.

What is the expected output? What do you see instead?
Expected: video
What happens: cache fill 0.01% then Stopped

What version of the product are you using? On what operating system?
0.9.5 gecko-mediaplayer
0.9.5 gnome-mplayer
MPlayer SVN-r28450-4.1.2

Please provide any additional information below.
Debug output attached: log.quick

Trying to play the mov url
(http://cgi.omroep.nl/legacy/player?/ceres/teleacnot/rest/2009/TELEA_1042742/bb.
20090602.mov)
directly also fails, wget of that url gives a 403. Missing cookie perhaps?

Original issue reported on code.google.com by m.c.huij...@gmail.com on 5 Jun 2009 at 10:35

GoogleCodeExporter commented 8 years ago
It seems my mplayer has some trouble with other quicktime streams too: Open
http://www.nasa.gov/qtl/151335main_NASA_TV_QT.qtl in firefox

Can anyone else play that stream with mplayer?

Last part of the debug output:

mplayer -quiet -slave -identify -volume 69 -framedrop -vf-pre 
yadif,softskip,scale
-noconsolecontrols -osdlevel 0 -nomouseinput -cache 2000 -wid 0x2400054 
-cookies -ass
-embeddedfonts -ass-font-scale 1,0 -ass-force-style FontName=Sans -ass-color 
ffffff00
-vf-add screenshot
rtsp://a1352.l1857053128.c18570.g.lq.akamaistream.net/D/1352/18570/v0001/reflect
or:53128 
Spawn succeeded for filename
rtsp://a1352.l1857053128.c18570.g.lq.akamaistream.net/D/1352/18570/v0001/reflect
or:53128
MPlayer SVN-r28450-4.1.2 (C) 2000-2009 MPlayer Team
CPU: Intel(R) Core(TM) Duo CPU      T2600  @ 2.16GHz (Family: 6, Model: 14, 
Stepping: 12)
ERROR: Warning unknown option cache-prefill at line 12

Playing
rtsp://a1352.l1857053128.c18570.g.lq.akamaistream.net/D/1352/18570/v0001/reflect
or:53128.
Resolving a1352.l1857053128.c18570.g.lq.akamaistream.net for AF_INET...
Connecting to server 
a1352.l1857053128.c18570.g.lq.akamaistream.net[92.122.218.41]:
554...
ERROR: A single media stream only is supported atm.
STREAM_LIVE555, URL:
rtsp://a1352.l1857053128.c18570.g.lq.akamaistream.net/D/1352/18570/v0001/reflect
or:53128
ERROR: rtsp_session: unsupported RTSP server. Server type is 'QTSS-Akamai/5.5.4
(Build/489.13; Platform/Linux; Release/Darwin; )'.
This stream is non-cacheable
Stream not seekable!
 file format detected.
ERROR: Initiated "audio/MPEG4-GENERIC" RTP subsession on port 32788

Exiting... (End of file)

Original comment by m.c.huij...@gmail.com on 5 Jun 2009 at 11:53

GoogleCodeExporter commented 8 years ago
You second comment appears to be a file that mplayer cannot read, please open 
the
issue with them. I will look into the first part of the report.

Original comment by kdeko...@gmail.com on 5 Jun 2009 at 12:42

GoogleCodeExporter commented 8 years ago
I tried the site with the SVN version of the code (0.9.6, which hopefully will 
be
released today) and it all worked fine.

See Attached screenshot

If you still have problems, enable verbose debugging in gnome-mplayer and then 
run
firefox from a terminal. And watch the output from there.

Original comment by kdeko...@gmail.com on 5 Jun 2009 at 12:46

Attachments:

GoogleCodeExporter commented 8 years ago
Seems my debug attachment never attached on my first post.
And stupid me, the video I gave instructions for doesnt seem to have a quicktime
variant, so it falls back to wmv and does work indeed.

http://player.omroep.nl/?aflID=9593110

That one definitely has a quicktime variant. Debug output attached. This is 
with SVN
versions of both gnome-mplayer and gecko-mediaplayer.

Original comment by m.c.huij...@gmail.com on 5 Jun 2009 at 1:38

Attachments:

GoogleCodeExporter commented 8 years ago
quick.log seems to be missing some output from mplayer (file redirection seemed 
to
cause this). Redone the log by copy pasting from console.

Original comment by m.c.huij...@gmail.com on 5 Jun 2009 at 1:43

Attachments:

GoogleCodeExporter commented 8 years ago
Unfortunately I can't recreate your problem with this new site either. It works
correctly.

See attached screenshot...

However, next time you try this, before you close the window cut and paste the
mplayer command line into a terminal and see what that output is.

For example in your log you will see this line..

mplayer -quiet -slave -identify -volume 69 -framedrop -vf-pre 
yadif,softskip,scale
-noconsolecontrols -osdlevel 0 -nomouseinput -cache 2000 -wid 0x1c00048 
-cookies -ass
-embeddedfonts -ass-font-scale 1,00 -ass-color ffffff00 -vf-add screenshot 
-af-add
export=/tmp/mplayer-af_exportfcdwrm:512 -playlist
/home/simuser/.cache/gnome-mplayer/plugin/gecko-mediaplayeriqlefj 

The filenames will change from run to run, but if you copy it it should work as 
long
as you don't close the window containing the plugin. When you close the window, 
the
plugin cleans up and removes the files. 

Perhaps that output will give some explanation as to why it is failing.

Original comment by kdeko...@gmail.com on 5 Jun 2009 at 1:47

Attachments:

GoogleCodeExporter commented 8 years ago
Can you post your ~/.mplayer/config file... or remove it and try again. It 
appears
you have some invalid options in it.

Original comment by kdeko...@gmail.com on 5 Jun 2009 at 1:54

GoogleCodeExporter commented 8 years ago
Can you confirm that your screenshot is made from a quicktime version of the 
video?
The site does provide both quicktime and wmv versions for this particular video.

I have attached the content of the file I get in .cache/gnome-mplayer/plugin/ as
gecko-playlist-quicktime.

Ive tried running the same file with the mplayer commmandline as separate 
process
(while still having the window with the plugin open):

mplayer -quiet -slave -identify -volume 69 -framedrop -vf-pre 
yadif,softskip,scale
-noconsolecontrols -osdlevel 0 -nomouseinput -cache 2000 -wid 0x2800048 
-cookies -ass
-embeddedfonts -ass-font-scale 1,00 -ass-color ffffff00 -vf-add screenshot 
-af-add
export=/tmp/mplayer-af_exportfcokpj:512 -playlist
/home/simuser/.cache/gnome-mplayer/plugin/gecko-mediaplayergquomd
MPlayer SVN-r28450-4.1.2 (C) 2000-2009 MPlayer Team
CPU: Intel(R) Core(TM) Duo CPU      T2600  @ 2.16GHz (Family: 6, Model: 14, 
Stepping: 12)

Playing
http://cgi.omroep.nl/legacy/player?/ceres/vara/rest/2009/VARA_101200314/bb.20090
604.mov.
Resolving cgi.omroep.nl for AF_INET...
Connecting to server cgi.omroep.nl[145.58.30.12]: 80...
Cache size set to 2000 KBytes
Cache fill:  0.01% (289 bytes)   

Exiting... (End of file)
ID_EXIT=EOF

Maybe my mplayer version has some problems with these quicktime streams? What 
version
of mplayer are you using?

Original comment by m.c.huij...@gmail.com on 5 Jun 2009 at 2:01

Attachments:

GoogleCodeExporter commented 8 years ago
Ive deleted .mplayer dir from my homedir completely, also deleted .cache and the
gecko/gnome-mediaplayer configs from .config. Enabled debug again in the plugin,
reloaded the page, but no change. The warning about that cache-prefill option 
is gone
now though.

Original comment by m.c.huij...@gmail.com on 5 Jun 2009 at 2:03

GoogleCodeExporter commented 8 years ago
Just tried with MPlayer SVN-r29330-4.1.2 (C) 2000-2009 MPlayer Team
No change. 

Original comment by m.c.huij...@gmail.com on 5 Jun 2009 at 2:15

GoogleCodeExporter commented 8 years ago
Well I made sure I was on quicktime (I wasn't) and it does fail for me now. I 
cut the
options way down and it appears the quicktime stream at that site is just dead. 

If I manually parse the smil file that the site give us, and then pass the URL 
to
mplayer, it still fails. 

wgetting the file gives the 403 message with is Forbidden, which means that 
there is
a permission issue on the site.

My recommendation, use the wmv stream.

Original comment by kdeko...@gmail.com on 5 Jun 2009 at 2:16

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Works for me.
Followed the steps to switch to quicktime. Cache fills normally, video starts 
and
playback continues as it should. 

Firefox x86_32 3.5.5
gecko-mediaplayer svn-rev336_11-06-09
gnome-mplayer svn-rev1584_11-05-09
mplayer svn-rev29818_11-03-09

$0.02

Original comment by brightha...@gmail.com on 8 Nov 2009 at 5:25

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 26 Jan 2010 at 11:04