Page 1 of 1

Can I download file ra (rtsp ://) There is a program?

Posted: Fri 01 Apr 2011, 06:33
by Tione
I need a program to download and convert rm to mp3. How can I do?
Thanks

Posted: Fri 01 Apr 2011, 21:41
by abushcrafter
wget
ffmpeg
FFconvert for a ffmpeg GUI. Search the forums.

Posted: Sat 02 Apr 2011, 06:34
by GustavoYz
By some reason, LuPu 520 doesn't include Precord anymore...
It can record -almost- everything going trough your sound card.
Check out: http://www.murga-linux.com/puppy/viewtopic.php?t=49907

Posted: Sun 03 Apr 2011, 11:23
by Tione
GustavoYz wrote:By some reason, LuPu 520 doesn't include Precord anymore...
It can record -almost- everything going trough your sound card.
Check out: http://www.murga-linux.com/puppy/viewtopic.php?t=49907
But must to do a loop between line out and line in sound card?
Thanks

Posted: Sun 03 Apr 2011, 11:32
by Tione
abushcrafter wrote:wget
ffmpeg
FFconvert for a ffmpeg GUI. Search the forums.
I can't find anywhere, how to write exactly wget rtsp: / /

thanks

Posted: Tue 05 Apr 2011, 10:39
by abushcrafter
GustavoYz wrote:By some reason, LuPu 520 doesn't include Precord anymore...
It can record -almost- everything going trough your sound card.
Check out: http://www.murga-linux.com/puppy/viewtopic.php?t=49907
Precord is the not at all the best or easiest way.

Posted: Tue 05 Apr 2011, 21:49
by Dougal
Tione wrote:
abushcrafter wrote:wget
ffmpeg
FFconvert for a ffmpeg GUI. Search the forums.
I can't find anywhere, how to write exactly wget rtsp: / /
You can use Mplayer.

Posted: Wed 06 Apr 2011, 04:08
by GustavoYz
Precord is the not at all the best or easiest way.
That's your opinion.
I disagree, it easy enough and works great.

Posted: Wed 06 Apr 2011, 15:39
by abushcrafter
GustavoYz wrote:
Precord is the not at all the best or easiest way.
That's your opinion.
I disagree, it easy enough and works great.
You have the play the file to record it! You can't have any other sounds played or they will end up in the recoding. It needs a lot of resources for the hole length of the audio source.

Give me the URL and I will see what I can do and show you how easy it is and how better it is.

Posted: Wed 06 Apr 2011, 16:25
by trapster
mplayer -dumpstream (url)

mplayer -dumpaudio (url)

ie:

Code: Select all

mplayer -dumpstream "rtsp://lyssna.sr.se/p3/front/Front1B-060821.rm" -dumpfile myfile.rm

Posted: Wed 06 Apr 2011, 17:47
by Tione
trapster wrote:mplayer -dumpstream (url)

mplayer -dumpaudio (url)

ie:

Code: Select all

mplayer -dumpstream "rtsp://lyssna.sr.se/p3/front/Front1B-060821.rm" -dumpfile myfile.rm
:) thanks a lot!