[MPlayer-users] playing authenticated realmedia streams

rahul blufox at gmail.com
Sat Feb 2 19:07:25 CET 2008


Hi,
    I was trying to play a realmedia stream using mplayer,
This is what I get,
version: MPlayer-1.0rc2 , OS: win2k

:\>mplayer -dumpfile out.rm -dumpstream "rtsp://<user>:<passwd>@serverpath"
MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Pentium(R) 4 CPU 1.50GHz (Family: 15, Model: 1, Stepping: 2)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.

Playing rtsp://xxxxxxxxx.
Connecting to server yyyyy[yyyy]: 554...
librtsp: server responds: 'RTSP/1.0 401 Unauthorized'
Cache size set to 640 KBytes
realrtsp: Stream EOF detected
Core dumped ;)

Exiting... (End of file)

>mplayer -dumpfile out.rm -dumpstream -user <me> -passwd
**** "rtsp://serverpath"
MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Pentium(R) 4 CPU 1.50GHz (Family: 15, Model: 1, Stepping: 2)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.

Playing rtsp://xxxxx.
Connecting to server yyyy[yyyyy]: 554...
librtsp: server responds: 'RTSP/1.0 401 Unauthorized'
realrtsp: auth required but no username supplied
rtsp_session: session can not be established.
STREAM_LIVE555, URL: rtsp://serverpath
54
Cannot dump this stream - no file descriptor available.

Exiting... (Fatal error)


The only related mail I found was here
"http://archives.free.net.ph/message/20071102.121243.50d53f94.en.html"
where the user was adviced to user the rtsp://user:pass@url form but
as seen above, I have used that too.

I see in the change logs that the authenticated rm streams are supported

is there anything that I am doing wrong here?



More information about the MPlayer-users mailing list