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

Help! Need to record audio from be-at.tv

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

Hilton 05-27-2012 07:14 AM

Help! Need to record audio from be-at.tv


 
Hi guys,

I've had a look through a number of other threads regarding the capture of audio/video from be-at.tv streams.

In particular I want to fetch JUST the audio from here: http://www.be-at.tv/brands/sankeys/s...012/solomun.go

It seems that the recommended route is to use rtmpdump, unfortunately I have no experience in this at all - I spent much of the last hour figuring out what it all meant to no avail!

If there is anyone who is capable of extracting the audio from this and could pass it onto me then I would be willing to paypal some money for your troubles :)

Many thanks in advance for your expert help

Josan420 05-27-2012 07:51 AM

Re: Help! Need to record audio from be-at.tv


 
use rtmp explorer here is tutorial:) :)
Code:

http://stream-recorder.com/forum/rtmpexplorer-rtmpsrv-rtmpsuck-rtmpdump-gui-windows-t10085.html
and paste this url and click go
Code:

http://www.be-at.tv/v2/2/9/HostMovie.swf
or use rtmpdump
Code:

rtmpdump -r "rtmp://media.cdn.be-at.tv/cfx/st" -a "cfx/st" -f "WIN 11,2,202,235"
 -W "http://www.be-at.tv/v2/2/9/HostMovie.swf" -p "http://www.be-at.tv/v2/2/9/Ho
stMovie.swf" -C B:0 -y "Session001403/Audio001446/128" -o 128.flv

u can download it with internet download manager too

Hilton 05-27-2012 08:15 AM

Re: Help! Need to record audio from be-at.tv


 
Hi Josan420,

Firstly thanks a lot for your prompt response!

I have tried to use rtmpexplorer and rtmpdump but these do not seem to work.

Using rtmpexplorer, I paste the URL and press "GO". I skip to the correct set. In the rtmpexplorer it plays the audio from the be-at.tv session fine, but there is no activity on the CMD prompt to suggest it is downloading the data.

In the CMD prompt it says "ERROR: RTMP_ReadPacket, failed to read RTMP packet header", and it also says "WARNING: Trying different position for client digest". There is no other information appearing...?!

I would try and pasting the code you have provided straight into rtmpdump but I don't know how to use it. I have opened the rtmpdump.exe app but it disappears immediately. Could you perhaps give me a little more direction? Or if you can download the audio yourself and send I will pay you

Best Regards

Hilton 05-27-2012 09:15 AM

Re: Help! Need to record audio from be-at.tv


 
Update: I have managed to get the audio by using Internet Download Manager! It downloaded as an FLV and I then used FLVextract to demux it and just get the audio. Perfect, thanks again for your help Josan.

I am still interested to know how rtmpdump works, and if it is a better alternative to Internet Download Manager. However...using IDM was very very easy so it's a no brainer in terms of time efficiency.

svnpenn 05-27-2012 09:19 AM

Re: Help! Need to record audio from be-at.tv


 
Quote:

Originally Posted by Hilton
I have tried to use rtmpexplorer and rtmpdump but these do not seem to work

Use rtmp-host.sh!

Code:

RTMP Server v2.4 GIT-2012-03-08 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!

rtmpdump -r "rtmp://media.cdn.be-at.tv/cfx/st" -a "cfx/st" -f "WIN 11,1,102,55" -W "http://www.be-at.tv/v2/2/9/HostMovie.swf" -p "http://www.be-at.tv/brands/sankeys/sankeys-opening-2012/solomun.go" -C B:0 -y "Session001434/Audio001449/128" -o "128.flv"
Closing connection... done!


RTMPDump v2.4 GIT-2012-03-08 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: WriteN, RTMP send error 10054 (42 bytes)
Closing connection... done!

ERROR: RTMP_ReadPacket, failed to read RTMP packet header
q
Exiting
Duplicate request, skipping.
dos2unix: converting file capture.sh to Unix format ...
RTMPDump v2.4 GIT-2012-03-08 (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:  audiochannels          2.00
INFO:  audiocodecid            .mp3
INFO:  audiodatarate          128.00
INFO:  audiodevice            Spotbox LIVE Stream
INFO:  audioinputvolume        75.00
INFO:  audiosamplerate        44100.00
INFO:  author                  B@ TV
INFO:  copyright              BEAT TV MEDIA LTD
INFO:  creationdate            Fri May 25 04:29:09 2012
INFO:  description
INFO:  duration                9056.35
INFO:  keywords
INFO:  lastkeyframetimestamp  0.00
INFO:  lasttimestamp          9056351.00
INFO:  presetname              Custom
INFO:  rating
INFO:  title
5166.408 kB / 319.12 sec (3.5%)


Josan420 05-27-2012 09:58 AM

Re: Help! Need to record audio from be-at.tv


 
Quote:

I have opened the rtmpdump.exe app but it disappears immediately.
because it was divided in three lines,
try code provided by svnpenn, copy complete line and paste it in notepad, then save it in .bat format on your rtmpdump location.
run bat file your download will start

mp3 06-09-2012 10:49 AM

Re: Help! Need to record audio from be-at.tv


 
Hi, i'm a complete noob at the whole dumb thing. So i tried to download with the download manager but i get only a html page :s

How can i do this?

Josan420 06-10-2012 03:25 AM

Re: Help! Need to record audio from be-at.tv


 
Quote:

Originally Posted by mp3 (Post 47331)
Hi, i'm a complete noob at the whole dumb thing. So i tried to download with the download manager but i get only a html page :s

How can i do this?

if u r trying to download this stream then open IDM and click add url then paste this link
Code:

rtmp://media.cdn.be-at.tv/cfx/st/Session001434/Audio001449/128
your download will start

frumusel 07-07-2012 02:17 AM

Re: Help! Need to record audio from be-at.tv


 
hi there i have a problem, i try to download this mix from be-at.tv
http://www.be-at.tv/brands/be-at-tv/...ver/jonny-g.go
i use Coojah 6 i recive this link
http://www.be-at.tv/CMS/Feeds/Playlist.ashx?page=222123
i got /Session001648/Audio001964/128.flv"/ i try to download with rtmpdumpt with this command : C:\rtmpdump-2.3\rtmpdump.exe -r "rtmp://media.cdn.be-at.tv/cfx/st/" -a "cfx/st/" -y "mp3:Session001648/Audio001964/128" -o "Audio.flv" and i recive:

C:\Documents and Settings\Bebe>C:\rtmpdump-2.3\rtmpdump.exe -r "rtmp://media.cdn
.be-at.tv/cfx/st/" -a "cfx/st/" -y "mp3:Session001648/Audio001964/128" -o "Audio
.flv"
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound

and i don't know why... can you help me? :) thanks

Josan420 07-08-2012 01:47 AM

Re: Help! Need to record audio from be-at.tv


 
Quote:

Originally Posted by frumusel (Post 48936)
hi there i have a problem, i try to download this mix from be-at.tv
http://www.be-at.tv/brands/be-at-tv/...ver/jonny-g.go
i use Coojah 6 i recive this link
http://www.be-at.tv/CMS/Feeds/Playlist.ashx?page=222123
i got /Session001648/Audio001964/128.flv"/ i try to download with rtmpdumpt with this command : C:\rtmpdump-2.3\rtmpdump.exe -r "rtmp://media.cdn.be-at.tv/cfx/st/" -a "cfx/st/" -y "mp3:Session001648/Audio001964/128" -o "Audio.flv" and i recive:

C:\Documents and Settings\Bebe>C:\rtmpdump-2.3\rtmpdump.exe -r "rtmp://media.cdn
.be-at.tv/cfx/st/" -a "cfx/st/" -y "mp3:Session001648/Audio001964/128" -o "Audio
.flv"
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound

and i don't know why... can you help me? :) thanks

try this
Code:

rtmpdump -r "rtmp://media.cdn.be-at.tv/cfx/st" -a "cfx/st" -f "WIN 11,3,300,257" -W "http://www.be-at.tv/v2/3/5/HostMovie.swf" -p "http://www.be-at.tv/" -C B:0 -y "Session001648/Audio001964/128" -o 128.flv


All times are GMT -6. The time now is 07:23 AM.