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

rtmpdump audio download??

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

mesut28 01-21-2012 02:10 AM

rtmpdump audio download??


 
example:
Code:

rtmpdump -r "rtmpe://streaming.ttnetmuzik.com.tr/ttnet?ZDNIS1hFVzFJQ2kyTlRJZ0xiUXhzQlRZTFhGbi9ZMHc=/c4b40338b57d8a76e6b770a5ec28361e66253f4e225c14b5.m4a" -o "D:\Müzik\Olsun - Halil Sezai.mp3" -v
downladed ok. very sloww.
HTML Code:

rtmpdump -r "rtmpe://streaming.ttnetmuzik.com.tr/ttnet?ZDNIS1hFVzFJQ2kyTlRJZ0xiUXhzQlRZTFhGbi9ZMHc=/c4b40338b57d8a76e6b770a5ec28361e66253f4e225c14b5.m4a" -o "D:\Müzik\Olsun - Halil Sezai.mp3"
very speed ok.. but damaged.
Is there a middle way??

mesut28 01-22-2012 12:57 AM

Re: rtmpdump audio download??


 
Help me !!

bat999 01-22-2012 03:23 AM

Re: rtmpdump audio download??


 
-v is best for that stream.
Download it in "real time".

That audio stream uses aac codec.;)
You have you used :(
... -o "D:\Müzik\Olsun - Halil Sezai.mp3"

Either...
Download it as flv
Code:

... -v  -o "D:\Müzik\Olsun - Halil Sezai.flv"
Or mux it into mp4
Code:

... -v  -o - | ffmpeg -i - -c copy "D:\Müzik\Olsun - Halil Sezai.m4a"
:cool:

mesut28 01-22-2012 03:56 AM

Re: rtmpdump audio download??


 
work mp3. speed and undamaged download code ?? here you are :
Quote:

rtmpdump -r "rtmpe://streaming.ttnetmuzik.com.tr/ttnet?VjhCM0Z6c1FTZ25WSWUzUE5DQmtZbzlSOE84Syt3UzA=/c4b40338b57d8a76e6b770a5ec28361e66253f4e225c14b5.m 4a" -o "D:\Müzik\Olsun - Halil Sezai.mp3" -v

chap 01-22-2012 11:50 AM

Re: rtmpdump audio download??


 
try
Code:

rtmpdump -r "rtmpe://streaming.ttnetmuzik.com.tr/ttnet?VjhCM0Z6c1FTZ25WSWUzUE5DQmtZbzlSOE84Syt3UzA=/c4b40338b57d8a76e6b770a5ec28361e66253f4e225c14b5.m4a" -o t.flv
fix flv(jaksta)

Code:

General
Complete name                    : C:\Documents and Settings\Администратор\Рабочий стол\t.flv
Format                          : Flash Video
File size                        : 4.89 MiB
Duration                        : 3mn 18s
Overall bit rate                : 207 Kbps
_aacaot                          : 2.000
_audiochannels                  : 2.000
_audiocodecid                    : mp4a
_audiosamplerate                : 22050.000
_duration                        : 198.000
_moovposition                    : 40.000
_trackinfo_language              : eng
_trackinfo_length                : 6491136.000
_trackinfo_sampledescription_sam : mp4a
_trackinfo_timescale            : 22050.000

Video

Audio
Format                          : AAC
Format/Info                      : Advanced Audio Codec
Format profile                  : HE-AACv2 / HE-AAC / LC
Codec ID                        : 10
Duration                        : 3mn 18s
Channel(s)                      : 2 channels / 1 channel / 1 channel
Channel positions                : Front: L R / Front: C / Front: C
Sampling rate                    : 44.1 KHz / 44.1 KHz / 22.05 KHz
Compression mode                : Lossy

but better
Quote:

bat999
-v is best for that stream.
Download it in "real time".

Made In Machines 03-07-2012 08:02 PM

Same Question


 
How would be best to download this audio file - I managed to get the video but can't get the audio link:

http://www.be-at.tv/brands/london-wa...clr/monoloc.go

I don't get command line or rtmpdump
Thanks

Stream Ripper 03-07-2012 11:13 PM

Re: Same Question


 
Quote:

Originally Posted by Made In Machines (Post 41688)
How would be best to download this audio file - I managed to get the video but can't get the audio link:

http://www.be-at.tv/brands/london-wa...clr/monoloc.go

I don't get command line or rtmpdump
Thanks


I used a Screen Capture program just fine for this - Replay Video Capture


All times are GMT -6. The time now is 01:38 PM.