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

Recording streams from be-at.tv

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

sebastian 07-27-2011 08:17 AM

Recording streams from be-at.tv


 
Hi guys,

when recording a videostream from be-at.tv (e.g. hxxp://www.be-at.tv/#/brands/tomorrowlands/tomorrowland-2011/carl-cox/?0 ), I always get splitted video-files and a big audio file.

Muxing the audio and video wouldn't be the biggest problem, but I don't know what to do with the 1-minute-flv-files.

Anyone with a solution for this problem?

Thanks in advance,
Sebastian

any ANONYMOUS forum user 08-15-2011 12:33 PM

Re: Recording streams from be-at.tv


 
Anyone? :-)

chap 08-15-2011 01:31 PM

Re: Recording streams from be-at.tv


 
try to integrate the together.

sebastian 08-18-2011 10:43 AM

Re: Recording streams from be-at.tv


 
Quote:

Originally Posted by chap (Post 31712)
try to integrate the together.

What do you mean?

sebastian 08-27-2011 08:51 AM

Re: Recording streams from be-at.tv


 
Anyone else?

placebo 08-27-2011 09:17 AM

Re: Recording streams from be-at.tv


 
Hallo Sepp,

if you *urgently* need the vids then try to screen capture them (yuck!!). otherwise give up. splitted mp4 files are a nightmare to deal with. It's a type of video antipir*cy protection that we SRF kiddos havent found a solution for.

If every website streams in this kind of format (splitted video fragments), SRF will close its doors and i go home.

:D

sebastian 08-28-2011 10:35 AM

Re: Recording streams from be-at.tv


 
Ok, thanks. :-(

styler 02-24-2012 09:39 AM

Re: Recording streams from be-at.tv


 
[quote=placebo;31993]Hallo Sepp,

if you *urgently* need the vids then try to screen capture them (yuck!!). otherwise give up. splitted mp4 files are a nightmare to deal with. It's a type of video antipir*cy protection that we SRF kiddos havent found a solution for.

If every website streams in this kind of format (splitted video fragments), SRF will close its doors and i go home.

:D[/QUOTE

Has anyone managed to record streams from be-at.tv.com ?
I'd really appreciate a solution on this

Bahman 02-24-2012 10:15 AM

Re: Recording streams from be-at.tv


 
So easy!!
The link has been posted at top has 30 video chunks file and one audio file!!
Audio link can be found here:
Code:

http://www.be-at.tv/CMS/Feeds/Playlist.ashx?page=107181
video name links can be found here:
Code:

http://central.eu.cdn.be-at.tv/841/2055/1000/0.xml
http://central.eu.cdn.be-at.tv/841/2055/1000/0.flv

you just need to merge videos together first and then put audio on it!!

sebastian 02-25-2012 03:10 AM

Re: Recording streams from be-at.tv


 
What tool do you use to merge them?

Bahman 02-25-2012 11:03 AM

Re: Recording streams from be-at.tv


 
just for example:
Aiseesoft Total Video Converter

sebastian 02-25-2012 11:38 AM

Re: Recording streams from be-at.tv


 
But with a tool like this you are re-encoding the video?!

Bahman 02-25-2012 11:45 PM

Re: Recording streams from be-at.tv


 
I said just for example, didn't know you don't wanna re-encoding it!!
I guess AVS has a software for merging flv files without re-encoding!!

KSV 02-26-2012 09:19 AM

Re: Recording streams from be-at.tv


 
you can merge those chunks with MEncoder without reencoding. you can also write simple batch file to merge all the flv files in current folder.

Code:

MEncoder.exe 1.flv 2.flv -ovc copy -oac copy -o Merged.flv

sebastian 02-26-2012 12:26 PM

Re: Recording streams from be-at.tv


 
This worked for me, thanks a lot KSV and Bahman! :-)

sunless 02-29-2012 03:57 PM

Re: Recording streams from be-at.tv


 
Quote:

Originally Posted by Bahman (Post 40901)
So easy!!
The link has been posted at top has 30 video chunks file and one audio file!!
Audio link can be found here:
Code:

http://www.be-at.tv/CMS/Feeds/Playlist.ashx?page=107181
video name links can be found here:
Code:

http://central.eu.cdn.be-at.tv/841/2055/1000/0.xml
http://central.eu.cdn.be-at.tv/841/2055/1000/0.flv

you just need to merge videos together first and then put audio on it!!

Hi,
how do you find the right CDN for the audio stream? I can't find it, so I can't get the download link :(

Bahman 03-01-2012 01:57 AM

Re: Recording streams from be-at.tv


 
Quote:

Originally Posted by sunless (Post 41316)
Hi,
how do you find the right CDN for the audio stream? I can't find it, so I can't get the download link :(

Code:

rtmpdump -r "rtmp://media.cdn.be-at.tv/cfx/st/" -a "cfx/st/" -y "mp3:Session000841/Audio000843/128" -o "Audio.flv"
Code:

RTMPDump v2.4 GIT-2011-12-22 (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
60.638 kB / 3.72 sec

;)

sunless 03-02-2012 12:35 PM

Re: Recording streams from be-at.tv


 
Thank you so much Bahman :)

sebastian 03-04-2012 03:58 AM

Re: Recording streams from be-at.tv


 
Can I also merge the final FLV with the MP3 with MEncoder? Didn't find the option, but like to work on a batch file! :-)

KSV 03-04-2012 09:58 AM

Re: Recording streams from be-at.tv


 
following command should work to create final video.

Code:

MEncoder.exe Merged.flv Audio.mp3 -ovc copy -oac copy -o Final.flv

sebastian 03-04-2012 12:57 PM

Re: Recording streams from be-at.tv


 
Quote:

Originally Posted by KSV (Post 41501)
following command should work to create final video.

Code:

MEncoder.exe Merged.flv Audio.mp3 -ovc copy -oac copy -o Final.flv

This didn't work - audio wasn't in the file, and the video time code went corrupt. :-(

KSV 03-04-2012 01:12 PM

Re: Recording streams from be-at.tv


 
Try Final.mkv instead of Final.flv. probably it couldn't mux mp3 audio with VP6 video in flv container.

sebastian 03-07-2012 02:05 PM

Re: Recording streams from be-at.tv


 
Quote:

Originally Posted by KSV (Post 41513)
Try Final.mkv instead of Final.flv. probably it couldn't mux mp3 audio with VP6 video in flv container.

Works thanks. Can't confirm synchronity yet - it's difficult with techno music, lol!

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

Re: Recording streams from be-at.tv


 
Did you succeed with the carl cox set then? Any chance you could help me get the parts and fix them together etc.
I'm new to this and having a nightmare trying to just capture the parts from be-at.tv

Can any of you guys help with this link:

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

Here's my thread:

http://stream-recorder.com/forum/nee...1682#post41682

Been trying all day with no joy :eek:
Thanks!

sunless 04-29-2012 08:21 AM

Re: Recording streams from be-at.tv


 
Ouch, I'm stuck again :(

that's the playlist file:
Code:

http://www.be-at.tv/CMS/Feeds/Playlist.ashx?page=180411
rtmpdump -r "rtmp://media.cdn.be-at.tv/cfx/
st/" -a "cfx/st/" -y "mp3:Session001296/Audio001336/128" -o "Audio.flv"
RTMPDump v2.4 GIT-2012-02-24 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
ERROR: Closing connection: NetStream.Play.StreamNotFound

thank you :(

chap 04-29-2012 09:01 AM

Re: Recording streams from be-at.tv


 
Code:

rtmpdump -r "rtmp://media.cdn.be-at.tv/cfx/st" -a "cfx/st" -C B:0 -y "Session001296/Audio001336/128" -o 128.flv

sunless 04-29-2012 11:16 AM

Re: Recording streams from be-at.tv


 
Quote:

Originally Posted by chap (Post 44745)
Code:

rtmpdump -r "rtmp://media.cdn.be-at.tv/cfx/st" -a "cfx/st" -C B:0 -y "Session001296/Audio001336/128" -o 128.flv

lovely, thank you!

what changed?

tazdotcom 01-26-2013 06:17 AM

Re: Recording streams from be-at.tv


 
I am having the same issue, trying to download

"http://www.be-at.tv/brands/ministry-of-sound/the-gallery/the-gallery-presents-arty-ii/arty.go"

I have tried several method most download the video no audio, whilst another app Jaksta kind of works only download a short 20mins audio.

I wanted the whole session (video & audio) full. Can anyone help please thanks.

CristianoA 01-26-2013 09:33 AM

Re: Recording streams from be-at.tv


 
Quote:

Originally Posted by tazdotcom (Post 59052)
I am having the same issue, trying to download

"http://www.be-at.tv/brands/ministry-of-sound/the-gallery/the-gallery-presents-arty-ii/arty.go"

I have tried several method most download the video no audio, whilst another app Jaksta kind of works only download a short 20mins audio.

I wanted the whole session (video & audio) full. Can anyone help please thanks.

try use TubeDigger

shotar 01-08-2014 08:46 AM

Re: Recording streams from be-at.tv


 
i'm trying to download this:
http://www.be-at.tv/brands/mamita-s/...ath/tale-of-us
with Jaksta, but it doesn't detect anything...

shotar 01-15-2014 01:03 PM

Re: Recording streams from be-at.tv


 
anyone?

blimey 01-16-2014 07:04 PM

Re: Recording streams from be-at.tv


 
Didn't you see the much more recent thread? - posted here: be-at.tv changed their internal urls - how to download?

And instructions to concatenate the flv segments here: Muxing several files with Yamb incl. chapter files


All times are GMT -6. The time now is 05:17 PM.