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, 09 Sep 2007 21:03:17 +0100
Alex Phillips <alex@???> wrote:

> Tim wrote:
> > On Sun September 9 2007 18:07, Jonathan Hudson wrote:
> >
> >> URL="rtsp://rmv8.bbc.net.uk/radio2/r2_musicclub.ra"
> >> mplayer -cache 128 -bandwidth 9999999999999 $URL -ao null
> >> -dumpstream -dumpfile /tmp/bbc.ra
> >>
> >
> > Well that worked.....................wrong stream though :( Just
> > got to find the correct one.
> >
> > Thanks Jonathan
> >
> > Tim
> >
> >
> Hmm, doen't work for me on my Debian Slug (after installing the 57
> packages mplayer requires ! ) :-
>
> Slug:/home/awp# URL="rtsp://rmv8.bbc.net.uk/radio2/r2_musicclub.ra"
> Slug:/home/awp# mplayer -cache 128 -bandwidth 9999999999999 $URL -ao
> null -dumpstream -dumpfile /tmp/bbc.ra
> MPlayer 1.0rc1-4.1.2-DFSG-free (C) 2000-2006 MPlayer Team
> CPU: ARM
> 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.
> Resolving rmv8.bbc.net.uk for AF_INET...
> Connecting to server rmv8.bbc.net.uk[212.58.224.53]: 554...
>
>
> MPlayer interrupted by signal 11 in module: open_stream
> - MPlayer crashed by bad usage of CPU/FPU/RAM.
> Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
> disassembly. Details in
> DOCS/HTML/en/bugreports_what.html#bugreports_crash.
> - MPlayer crashed. This shouldn't happen.
> It can be a bug in the MPlayer code _or_ in your drivers _or_ in
> your gcc version. If you think it's MPlayer's fault, please read
> DOCS/HTML/en/bugreports.html and follow the instructions there. We
> can't and
> won't help unless you provide this information when reporting a
> possible bug.
>
>
>
> Do I actually need a sound card for this to work ? does anyone know ?


Works for me on the Nokia N800 (an ARM powered device, albeit with a
sound card). Suspect it's a bug in the SLUG package.

-jonathan