[MPlayer-cvslog] r30243 - trunk/etc/codecs.conf

compn tempn at twmi.rr.com
Sat Feb 20 15:58:33 CET 2010


On Sat, 20 Feb 2010 13:11:43 +0100, Reimar Döffinger wrote:
>On Fri, Feb 05, 2010 at 07:54:37PM -0500, compn wrote:
>> On Fri, 5 Feb 2010 19:43:30 -0500, compn wrote:
>> >it keeps crashing for me in r27811 on windows, if someone wants to
>> >make a gdb...
>> 
>> er, ignore this. in svn it no longer crashes, just exits.
>> any ideas?
>> 
>> F:\mplayer-test>mplayern  -user-agent Quicktime "http://movies.apple.com/movies/independent/redriding/redriding-clip1974_h.320.mov"
>> 
>> MPlayer SVN-r30271-3.4.5 (C) 2000-2009 MPlayer Team
>> 142 audio & 338 video codecs
>> 
>> Playing http://movies.apple.com/movies/independent/redriding/redriding-clip1974_h.320.mov.
>> Resolving movies.apple.com for AF_INET...
>> Connecting to server movies.apple.com[24.143.196.56]: 80...
>> Cache size set to 320 KBytes
>> Cache fill:  0.03% (87 bytes)
>> MOV: Reference Media file!!!
>> libavformat file format detected.
>> [mov,mp4,m4a,3gp,3g2,mj2 @ 0p1e11010]moov atom not found
>> LAVF_header: av_open_input_stream() failed
>> MOV: Reference Media file!!!
>> 
>> 
>> Playing http://movies.apple.com/movies/independent/redriding/redriding-clip1974_h320.mov.
>> Resolving movies.apple.com for AF_INET...
>> Connecting to server movies.apple.com[24.143.196.56]: 80...
>> 
>> F:\mplayer-test>
>
>This is windows-specific and a huge bug somewhere.

yeah i figured.

also playing two http streams doesnt work
e.g. mplayer -endpos 3 http://1 http://2

will say 
Playing http://whfr.primcast.com:4184/.
Starting playback...
mpg123: Can't rewind stream by 132 bits!
A:   3.0 (03.0) of -0.0 (unknown)  0.3% 72%

Playing http://whfr.primcast.com:4184/.
Resolving whfr.primcast.com for AF_INET...
Connecting to server whfr.primcast.com[38.96.148.26]: 4184...

F:\mplayer-test>


mplayer ftp://1 ftp://2 works.
wonder if its http bug ?


>The reason is that in some situations select() just causes the application to quit.

harumph. i'll try adding some debug printfs and see where it takes me.
any ideas where to start? http? network.c ? stream.c ?

unrelated bug when using ffmpeg://http://
it tries to seek back to start for a few times so its slow to load
shoutcast streams.

Playing ffmpeg://http://whfr.primcast.com:4184/.
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!
Cannot seek backward in linear streams!

mplayer ffmpeg://http://1 ffmpeg://http://2 works.

-compn


More information about the MPlayer-cvslog mailing list