Re: [Hampshire] Capture realplayer stream

Top Page

Reply to this message
Author: Jonathan Hudson
Date:  
To: hampshire
Subject: Re: [Hampshire] Capture realplayer stream
On Sun, 9 Sep 2007 17:55:24 +0100
Tim <xendistar@???> wrote:

> mit@2[~]$ URL="rtsp://rmv8.bbc.net.uk/radio2/r2_musicclub.ra" mplayer -cache
> 128 -bandwidth 9999999999999 $URL -ao null -dumpstream
> \ -dumpfile /tmp/bbc.ra
> MPlayer 2:1.0~rc1-1mepis1 (C) 2000-2006 MPlayer Team
> CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (Family: 15, Model: 2, Stepping: 9)
> CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
> Compiled with runtime CPU detection.
> Can't open joystick device /dev/input/js0: No such file or directory
> Can't init input joystick
> mplayer: could not connect to socket
> mplayer: No such file or directory
> Failed to open LIRC support. You will not be able to use your remote control.
>
> Playing -dumpfile.
> File not found: ' -dumpfile'
> Failed to open -dumpfile.
>
>
> Playing /tmp/bbc.ra.
> File not found: '/tmp/bbc.ra'
> Failed to open /tmp/bbc.ra.
>
>
> Exiting... (End of file)
>
> Has it failed due to the Joystick port??
>


Failed due to the mailer wrapping the command line.


URL="rtsp://rmv8.bbc.net.uk/radio2/r2_musicclub.ra"
mplayer -cache 128 -bandwidth 9999999999999 $URL -ao null -dumpstream -dumpfile /tmp/bbc.ra

(that should be just 2 lines).

ends up with

.....

Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0: No such file or directory
Can't init input joystick
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support.
You will not be able to use your remote control.
Playing rtsp://rmv8.bbc.net.uk/radio2/r2_musicclub.ra.
STREAM_RTSP, URL: rtsp://rmv8.bbc.net.uk/radio2/r2_musicclub.ra
Resolving rmv8.bbc.net.uk for AF_INET...
Connecting to server rmv8.bbc.net.uk[212.58.240.195]: 554...
librtsp: server responds: '$'
Cache size set to 128 KBytes


-jh