Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Audio stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=5)
-   -  

need help with link to mp3-file

(http://stream-recorder.com/forum/showthread.php?t=10534)

loner 12-10-2011 09:43 AM

need help with link to mp3-file


 
I want to download the second stream on this site:
Code:

http://www.kulturradio.de/programm/literatur/walter_serner_preis1/walter_serner_preis0.html
I figured out the following direct url but net transport says it's larger than two gigs which can't be true for 21 minutes audio:
Code:

rtmp://stream5.rbb-online.de/kul/flash/programm/kulturtermin/2011/kulturtermin_0478.mp3
So what's the right url?

Bahman 12-10-2011 10:42 AM

Re: need help with link to mp3-file


 
Use this:
Code:

rtmpdump -r "rtmp://stream5.rbb-online.de/kul" -a "kul" -y "mp3:/programm/kulturtermin/2011/kulturtermin_0478" -o kulturtermin_0478.flv
Code:

RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:  duration              1287.97
13.623 kB / 0.81 sec (0.0%)


loner 12-10-2011 11:43 AM

Re: need help with link to mp3-file


 
thanks, Bahman :)
But why should I save the file with *.flv-extension?
Isn't it a normal mp3 file?

Bahman 12-10-2011 11:52 AM

Re: need help with link to mp3-file


 
Yes, It is!! but even if you save it as .mp3 extension, you will have a flash video file that just have audio with mp3 codec!!
Code:

Complete name                            : C:\temp\rtmpdump\kulturtermin_0478.mp3
Format                                  : Flash Video
File size                                : 4.72 KiB
Duration                                : 287ms
Overall bit rate                        : 135 Kbps
_duration                                : 1287.967

Audio
Format                                  : MPEG Audio
Format version                          : Version 1
Format profile                          : Layer 3
Codec ID                                : 2
Codec ID/Hint                            : MP3
Duration                                : 287ms
Bit rate mode                            : Constant
Bit rate                                : 128 Kbps
Channel(s)                              : 2 channels
Sampling rate                            : 44.1 KHz
Compression mode                        : Lossy

After downloading, convert it to a mp3 file with 128kbps bitrate!! ;)

loner 12-10-2011 12:42 PM

Re: need help with link to mp3-file


 
Quote:

After downloading, convert it to a mp3 file with 128kbps bitrate!!
Isn't it possible to extract the mp3-audio from the flv-file in a lossless way?

Bahman 12-10-2011 12:49 PM

Re: need help with link to mp3-file


 
We are talking about mp3 audio, not wave or m4a or flac or aif or ...!!!
if you convert this flv file to a mp3 file with the same values, in fact it's like you have extracted audio file with out any changes!! before converting it, notice at this values to set in output file:
Bit rate mode : Constant (CBR)
Bit rate : 128 Kbps
Channel(s) : 2 channels
Sampling rate : 44.1 KHz

then convert it!!;)

loner 12-10-2011 01:56 PM

Re: need help with link to mp3-file


 
Quote:

Originally Posted by Bahman (Post 35251)
then convert it!!;)

which tool would you recommend for this task?
by the way: joint stereo or full stereo?

Bahman 12-10-2011 02:54 PM

Re: need help with link to mp3-file


 
You can do with any software that you want!! there is not any great difference between them!! I use "Jet Audio" for converting files!! It's good!! if you set those values for output file in every softwares, you will get a same mp3 file!! "There is no difference in converting by each software!!"
then, the original flash video file is not a joint stereo!!

May I ask, Why is it so important for you to keep that mp3 untouched?:confused:

chap 12-10-2011 04:02 PM

Re: need help with link to mp3-file


 
loner

no need to complicate-use FLVExtract :)


All times are GMT -6. The time now is 01:34 AM.