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)

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


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