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

be-at.tv changed their internal urls - how to download?

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

chap 01-11-2014 01:55 PM

Re: be-at.tv changed their internal urls - how to download?


 
Code:

>rtmpdump.exe -r "rtmp://media.cdn.be-at.tv:80/cfx/st/" -a "cfx/st/" -y "Session
003311/Audio004001/128" -o "Audio004001.flv"
RTMPDump v2.4 GIT-2013-10-07 (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            Thu Sep 26 09:56:21 2013
INFO:  duration                12802.66
INFO:  lastkeyframetimestamp  0.00
INFO:  lasttimestamp          12802664.00
INFO:  presetname              Custom
31183.619 kB / 1926.37 sec (15.0%)


sebastian 01-12-2014 10:38 AM

Re: be-at.tv changed their internal urls - how to download?


 
Thanks - I used a too old version of RTMPDump. :-)

sebastian 01-20-2014 10:39 AM

Re: be-at.tv changed their internal urls - how to download?


 
Aaahw, they once again changed their urls.

Check this out:

http://www.be-at.tv/brands/maimarkth.../chris-liebing

That leads to files, that I can't make any use of:
http://cdn.be-at.tv/001460/128/1250/0000.beat

Maybe someone know a way to use the *.beat-files?

blimey 01-21-2014 04:37 AM

Re: be-at.tv changed their internal urls - how to download?


 
You must still be using too old version of RTMPDump. it still works;

Code:

h..p://www.be-at.tv/brands/maimarkthall/time-warp-2013/chris-liebing
Audio (using rtmpdump):
Code:

rtmpdump.exe -r "rtmp://media.cdn.be-at.tv:80/cfx/st/" -a "cfx/st/" -y "Session002646/Audio003186/128" -o "Audio003186-0128.flv"
Video; segments - one minute each:
Code:

h..p://video.cdn.be-at.tv/Session002646/Video004575/1000.000.flv
.
.
.
etc

Btw, you ignored my reply in the other thread requesting a link to a session with "??missing frames??".

sebastian 01-21-2014 05:27 AM

Re: be-at.tv changed their internal urls - how to download?


 
blimey, thanks but how did you compile the Session-, Video- and Audio-Numbers?

Last time I compiled it from the *.beat-URL, but I couldn't find these numbers with the new given url (hxxp://cdn.be-at.tv/001460/128/1250/0000.beat) now.

For your other question: I wanted to try it myself first with your instruction. This one ran out of sync by trying with Avidemux: http://www.be-at.tv/brands/flughafen...-koletzki-fran

Btw, I can't thank you enough for all the help you did yet. :-)

blimey 01-21-2014 05:40 AM

Re: be-at.tv changed their internal urls - how to download?


 
In time I will reverse the *.beat format. The Player4.swf flash player that plays them is not encrypted, so it will not be too hard to figure out the format.

KSV 01-22-2014 10:53 AM

Re: be-at.tv changed their internal urls - how to download?


 
Well i was fiddling with their new .beat format. they are now encrypting their content using their own solution and using custom format for storing encrypted tags. i have written a basic script describing how to decode this format. it's not a full fledged downloader nor i intended to create one. it only converts individual .beat files to flv files. i will post it later with some minor improvements.

chap 01-22-2014 11:02 AM

Re: be-at.tv changed their internal urls - how to download?


 
Quote:

Originally Posted by KSV (Post 64352)
i will post it later with some minor improvements.

thanks!!:cool:

sebastian 01-22-2014 01:47 PM

Re: be-at.tv changed their internal urls - how to download?


 
That sounds fantastic KSV. Do their .beat-Files als contain the audio track?

KSV 01-23-2014 12:31 AM

Re: be-at.tv changed their internal urls - how to download?


 
I have added BeatConvert.php file to my repository.

Code:

                              KSV Beat Converter

You can use script with following switches:

 --help            displays this help
 --debug          show debug output
 --infile  [param] input beat file to convert
 --outfile [param] filename to use for output file

Code:

php BeatConvert.php 0000.beat
above command will create 0000.flv in the same directory.

Quote:

Originally Posted by sebastian (Post 64354)
Do their .beat-Files also contain the audio track?

Yeah it also contains audio.


All times are GMT -6. The time now is 10:39 AM.