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

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

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

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

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

Bahman 03-07-2012 02:57 PM

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

;)

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

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?

Bahman 03-08-2012 01:26 AM

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


 
Quote:

Originally Posted by Made In Machines (Post 41686)
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 (Post 41686)
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!!

Made In Machines 03-08-2012 08:34 AM

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

Bahman 03-08-2012 09:24 AM

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!!

Made In Machines 03-09-2012 02:24 PM

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

Bahman 03-09-2012 02:30 PM

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

Made In Machines 03-09-2012 02:36 PM

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


 
Quote:

Originally Posted by Bahman (Post 41764)

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

Bahman 03-09-2012 02:39 PM

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


 
They are same, dear!!;)
http://www.videohelp.com/tools/MPlayer


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