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 03-07-2012, 03:13 PM
Made In Machines Made In Machines is offline
Junior Member
 
Join Date: Mar 2012
Posts: 12
Made In Machines is on a distinguished road
Default

Need Help. Be-at.tv video recording/download nightmare - Tried 5 different apps


I'm trying to download the audio and video from:

http://www.be-at.tv/brands/london-wa...ris-liebing.go

I'm on osx and I've tried using:
Jaksta - wouldn't detect any videos including youtube and be-at.tv even though I added it as an exception to little snitch
xVideoServiceThief - would only download one tiny mp3
get-flash-video - got error in terminal forbidding access or something

Also tried wireshark for osx but I can't figure out how to use it

Then I tried bootcamp using:
Replay Media Catcher 4.3

This seemed to work the best (which isn't saying much) and I've managed to get all kinds of tiny files but be-at keeps on crashing and stopping playing so i cant capture all the bits. And then there's problems with the bits like a green dotted line - some seem lower quality.

I'm having a real nightmare trying to figure this out - help much appreciated. I read another be-at.tv problems thread on here (how i found the fourm) but it seems to advanced for me to follow.

Is there any simple way to do this? I want to get the videos as one in the same quality as they are online with fullscreen (or best possible) and best quality audio if possible. Can anyone help guide me through this process?

Thanks
Reply With Quote
  #2  
Old 03-07-2012, 03:57 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: Need Help. Be-at.tv video recording/download nightmare - Tried 5 different apps


Audio link (use rtmpdump):
Code:
rtmpdump -r "rtmp://media.cdn.be-at.tv/cfx/st/" -a "cfx/st/" -y "mp3:Session001162/Audio001246/128" -o "Audio.flv"
video name links can be found here:
Code:
http://central.eu.cdn.be-at.tv/1162/2640/1000/0.xml
for example if you want to download vids, you should dl these links like this pattern:
Code:
http://central.eu.cdn.be-at.tv/1162/2640/1000/0.flv
http://central.eu.cdn.be-at.tv/1162/2640/1000/1.flv
http://central.eu.cdn.be-at.tv/1162/2640/1000/2.flv
.
.
.
http://central.eu.cdn.be-at.tv/1162/2640/1000/59.flv
Reply With Quote
  #3  
Old 03-07-2012, 04:03 PM
Made In Machines Made In Machines is offline
Junior Member
 
Join Date: Mar 2012
Posts: 12
Made In Machines is on a distinguished road
Default

Re: Need Help. Be-at.tv video recording/download nightmare - Tried 5 different apps


Thanks very much! I managed to get the .flvs for other ones i wanted using urlsniffer in bootcamp...eventually.

I can't seem to get the audio file - I typed what you wrote into rtmpdump but it didn't recognise the command said 'unrecognized' ' 'ignoring command'. Is there an easy way to get the link as a url so i can download it just like the flv.video files?

Also how would I go about putting these together as one and adding audio once I get them?

Last edited by Made In Machines : 03-07-2012 at 08:10 PM.
Reply With Quote
  #4  
Old 03-08-2012, 02:26 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: Need Help. Be-at.tv video recording/download nightmare - Tried 5 different apps


Quote:
Originally Posted by Made In Machines View Post
I can't seem to get the audio file - I typed what you wrote into rtmpdump but it didn't recognise the command said 'unrecognized' ' 'ignoring command'. Is there an easy way to get the link as a url so i can download it just like the flv.video files?
You should write the path of rtmpdump too!! for example, first of command you should write:
Code:
C:\rtmpdump-2.4\rtmpdump.exe -r "rtmp://media.cdn.be-at.tv:80/cfx/st/" -a "cfx/st/" -y "Session001162/Audio001246/128" -o "Audio.flv"
Code:
RTMPDump v2.4 GIT-2012-02-24 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: client signature does not match!
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          Sun Mar 04 04:43:25 2012
INFO:   description
INFO:   duration              9190.28
INFO:   keywords
INFO:   lastkeyframetimestamp 0.00
INFO:   lasttimestamp         9190277.00
INFO:   presetname            Custom
INFO:   rating
INFO:   title
25.802 kB / 1.55 sec (0.0%)
Quote:
Originally Posted by Made In Machines View Post
Also how would I go about putting these together as one and adding audio once I get them?
View KSV's post in another topic about be-at.tv site!!
Reply With Quote
  #5  
Old 03-08-2012, 09:34 AM
Made In Machines Made In Machines is offline
Junior Member
 
Join Date: Mar 2012
Posts: 12
Made In Machines is on a distinguished road
Default

Re: Need Help. Be-at.tv video recording/download nightmare - Tried 5 different apps


Every letter of the command is ignored individually. I'm trying them into rtmpgw.exe and the rtmpdump.exe closes instantly when I try to open it. Also should I be able to copy and paste the commands like in terminal?

rtmpgw.exe
rtmpsrv.exe
rtmpsuck.exe

All open but

rtmpdump.exe window doesn't

Using Win 7 SP1

Are these files only 128kb/s bitrate? Was hoping they'd be either lossless or more like 320 kb/s
Reply With Quote
  #6  
Old 03-08-2012, 10:24 AM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: Need Help. Be-at.tv video recording/download nightmare - Tried 5 different apps


Aha, Download this and extract it and then double click on command.bat!!

Morning when I would want to reply you, thought you are on Mac and didn't make this archive!!

Another thing, you should run rtmpdump via cmd! I mean you should write script in order to running it!!

No, there is not more than 128kbps!!
Reply With Quote
  #7  
Old 03-09-2012, 03:24 PM
Made In Machines Made In Machines is offline
Junior Member
 
Join Date: Mar 2012
Posts: 12
Made In Machines is on a distinguished road
Default

Re: Need Help. Be-at.tv video recording/download nightmare - Tried 5 different apps


I tried to piece the vids together using Andy's FLV Joiner 0.6 - the pieces seem to display the wrong times and durations so the video comes out saying its 17+hrs when it's really only an hour or 1.5 hrs.
Is there any software I can easily add audio with? I've tried a couple but with little success
Reply With Quote
  #8  
Old 03-09-2012, 03:30 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: Need Help. Be-at.tv video recording/download nightmare - Tried 5 different apps


View #14 and #20 posts:
http://stream-recorder.com/forum/rec...v-t9660p2.html
Reply With Quote
  #9  
Old 03-09-2012, 03:36 PM
Made In Machines Made In Machines is offline
Junior Member
 
Join Date: Mar 2012
Posts: 12
Made In Machines is on a distinguished road
Default

Re: Need Help. Be-at.tv video recording/download nightmare - Tried 5 different apps


Quote:
Originally Posted by Bahman View Post
I can't seem to find a place to download MEncoder :/ Where do you get it? I looked on their site but only seems to have MPlayer as far as I can see
Reply With Quote
  #10  
Old 03-09-2012, 03:39 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: Need Help. Be-at.tv video recording/download nightmare - Tried 5 different apps


They are same, dear!!
http://www.videohelp.com/tools/MPlayer
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 07:02 AM.


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