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

Requests go here. If you fill a request, give it a new thread in the appropriate category and then link to it in the request thread.
Post Reply
Message
Author
Tione
Posts: 40
Joined: Fri 01 Apr 2011, 06:17

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

#1 Post by Tione »

I need a program to download and convert rm to mp3. How can I do?
Thanks

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#2 Post by abushcrafter »

wget
ffmpeg
FFconvert for a ffmpeg GUI. Search the forums.
[url=http://www.adobe.com/flashplatform/]adobe flash is rubbish![/url]
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/

User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

#3 Post 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

Tione
Posts: 40
Joined: Fri 01 Apr 2011, 06:17

#4 Post 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

Tione
Posts: 40
Joined: Fri 01 Apr 2011, 06:17

#5 Post 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

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#6 Post 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.
[url=http://www.adobe.com/flashplatform/]adobe flash is rubbish![/url]
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/

User avatar
Dougal
Posts: 2502
Joined: Wed 19 Oct 2005, 13:06
Location: Hell more grotesque than any medieval woodcut

#7 Post 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.
What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind

User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

#8 Post 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.

User avatar
abushcrafter
Posts: 1418
Joined: Fri 30 Oct 2009, 16:57
Location: England
Contact:

#9 Post 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.
[url=http://www.adobe.com/flashplatform/]adobe flash is rubbish![/url]
My Quote:"Humans are stupid, though some are clever but stupid." http://www.dependent.de/media/audio/mp3/System_Syn_Heres_to_You.zip http://www.systemsyn.com/

User avatar
trapster
Posts: 2117
Joined: Mon 28 Nov 2005, 23:14
Location: Maine, USA
Contact:

#10 Post 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
trapster
Maine, USA

Asus eeepc 1005HA PU1X-BK
Frugal install: Slacko
Currently using full install: DebianDog

Tione
Posts: 40
Joined: Fri 01 Apr 2011, 06:17

#11 Post 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!

Post Reply