[MPlayer-cvslog] r35359 - trunk/stream/asf_streaming.c

compn tempn at twmi.rr.com
Wed Nov 7 02:47:24 CET 2012


On Wed, 7 Nov 2012 08:41:39 +0800, Xidorn Quan wrote:
>On Wed, Nov 7, 2012 at 1:05 AM, Reimar Döffinger
><Reimar.Doeffinger at gmx.de>wrote:
>
>> On Tue, Nov 06, 2012 at 04:53:41PM +0100, upsuper wrote:
>> While mostly useless, that code sure isn't unused.
>> Before with -v it would at least print
>> Trying ASF/UDP...
>>   ===> ASF/UDP failed
>> when using mmsu://, now that just fails silently without any
>> hint of what went wrong.
>>
>
>I consider this message misleading since no trying actually happened.
>This message is also not in a log level above INFO, so I don't think
>it is necessary to worry about changing it.

well , if you really want to fix mms ... i have some suggestions.

stupid microsoft windows media server switched from mms to rtsp. but
they still use mms urls in playlists. which means a user or browser
plugin sends the mms url to mplayer and it fails sometimes.

what needs to be done is to fix the automatic and failure retries.

trying mmst or mms port 80 is sometimes faster than mms port 1755.
and if those fail it should failback to ffmpeg://rtsp://...

sample:
mms://wm.microsoft.com/ms/evnet/Vista_Diagnostics_s_ch9.wmv

mms fails , after taking a long time on port 1755 and port 80.
rtsp works somewhat with ffplay.

-compn


More information about the MPlayer-cvslog mailing list