Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 05-27-2012, 08:14 AM
Hilton Hilton is offline
Junior Member
 
Join Date: May 2012
Posts: 3
Hilton is on a distinguished road
Default

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
Reply With Quote
  #2  
Old 05-27-2012, 08:51 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

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
Reply With Quote
  #3  
Old 05-27-2012, 09:15 AM
Hilton Hilton is offline
Junior Member
 
Join Date: May 2012
Posts: 3
Hilton is on a distinguished road
Default

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
Reply With Quote
  #4  
Old 05-27-2012, 10:15 AM
Hilton Hilton is offline
Junior Member
 
Join Date: May 2012
Posts: 3
Hilton is on a distinguished road
Default

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.
Reply With Quote
  #5  
Old 05-27-2012, 10:19 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

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%)
Reply With Quote
  #6  
Old 05-27-2012, 10:58 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

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
Reply With Quote
  #7  
Old 06-09-2012, 11:49 AM
mp3 mp3 is offline
Junior Member
 
Join Date: Jun 2012
Posts: 1
mp3 is on a distinguished road
Default

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?
Reply With Quote
  #8  
Old 06-10-2012, 04:25 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

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


Quote:
Originally Posted by mp3 View Post
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
Reply With Quote
  #9  
Old 07-07-2012, 03:17 AM
frumusel frumusel is offline
Junior Member
 
Join Date: May 2012
Posts: 3
frumusel is on a distinguished road
Default

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
Reply With Quote
  #10  
Old 07-08-2012, 02:47 AM
Josan420 Josan420 is offline
Senior Member
 
Join Date: Feb 2012
Location: India
Posts: 150
Josan420 is on a distinguished road
Default

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


Quote:
Originally Posted by frumusel View Post
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
Reply With Quote
Reply Post New Thread
Tags: ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:06 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons