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
  #11  
Old 01-11-2014, 02:55 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

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%)
Reply With Quote
  #12  
Old 01-12-2014, 11:38 AM
sebastian sebastian is offline
Member
 
Join Date: Jun 2007
Posts: 81
sebastian is on a distinguished road
Default

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


Thanks - I used a too old version of RTMPDump. :-)
Reply With Quote
  #13  
Old 01-20-2014, 11:39 AM
sebastian sebastian is offline
Member
 
Join Date: Jun 2007
Posts: 81
sebastian is on a distinguished road
Default

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?
Reply With Quote
  #14  
Old 01-21-2014, 05:37 AM
blimey blimey is offline
Former Member
 
Join Date: Jul 2006
Posts: 286
blimey is on a distinguished road
Default

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??".
Reply With Quote
  #15  
Old 01-21-2014, 06:27 AM
sebastian sebastian is offline
Member
 
Join Date: Jun 2007
Posts: 81
sebastian is on a distinguished road
Default

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. :-)
Reply With Quote
  #16  
Old 01-21-2014, 06:40 AM
blimey blimey is offline
Former Member
 
Join Date: Jul 2006
Posts: 286
blimey is on a distinguished road
Default

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.
Reply With Quote
  #17  
Old 01-22-2014, 11:53 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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.
Reply With Quote
  #18  
Old 01-22-2014, 12:02 PM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

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


Quote:
Originally Posted by KSV View Post
i will post it later with some minor improvements.
thanks!!
Reply With Quote
  #19  
Old 01-22-2014, 02:47 PM
sebastian sebastian is offline
Member
 
Join Date: Jun 2007
Posts: 81
sebastian is on a distinguished road
Default

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


That sounds fantastic KSV. Do their .beat-Files als contain the audio track?
Reply With Quote
  #20  
Old 01-23-2014, 01:31 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

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 View Post
Do their .beat-Files also contain the audio track?
Yeah it also contains audio.
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 02:53 AM.


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