Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
www.vocsmultimidia.com.br: Recording goes into loopHi, I'm attempting to download the .mp4 from this page:
_http://www.vocsmultimidia.com.br/clientes/auditorioibirapuera/ There, we find an embed player which plays one video divided into four parts, one played after the end of the previous one. In other words, when you access the link, video starts at part one. When part one ends, the player automatically loads and starts playing part 2, and so on for the remaining parts 3 and 4. I have attempted to download the files one by one using RTMPdump, and thought I had achieved success. Unfortunatly, I noticed after checking the videos, that they were huge, around 1Gb for 40m of streamed video. The truth is that it seems that in the capturing process, rtmpdump got stuck with the data flow, and it would go like: 0% ~ 9%, then started all over 0% ~11%, 1 % ~ 11%, in some sort of strange progressive loop. A few times it would even die the stream dumping process, and I'd have to resume it. As a result, the giant videos had also the data loops, so the video itself sucks, because you see like 5 seconds of the video looping several times before advancing to another set of repeating takes. Does anybody knows it's way around this problem? I saw somewhere a dude working on the command line with conditional commands "rtmp address ...If stuck do this... else do that -o file.ext" Appreciate a lot, very important to collect those files, it is a discussion about copyright, internet rights and civil participation in those issues here in Brazil. Actually, our previous Minister of Culture is there, famous singer Gilberto Gil, also with the participation of Lessig, the creator of Creative Commons; Cheers from Brazil. Pedro Guimar?es |
#2
|
|||
|
|||
Re: www.vocsmultimidia.com.br: Recording goes into loopadd the (-v) option to the RTMPdump command :
Code:
-r "rtmp://wfs.mp.advection.net/" -a "mp/vocsmultimidia/auditorioibirapuera/_dld" -W "http://www.vocsmultimidia.com.br/jwplayer_5_5/player.swf" -y "mp4:auditorioibirapuera_20110824224020-20110824232635.mp4" -o test.flv -v Code:
C:\Documents and Settings\Администратор\Мои документы\STREAM\rtmpdump-2.3-window s\rtmpdump-2.3\rtmpexplorer>"C:\Documents and Settings\Администратор\Мои докумен ты\STREAM\rtmpdump-2.3-windows\rtmpdump-2.3\rtmpexplorer\rtmpdump.exe" -r "rtmp: //wfs.mp.advection.net/" -a "mp/vocsmultimidia/auditorioibirapuera/_dld" -W "htt p://www.vocsmultimidia.com.br/jwplayer_5_5/player.swf" -y "mp4:auditorioibirapue ra_20110824224020-20110824232635.mp4" -o test.flv -v RTMPDump v2.4 GIT-2011-07-22 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... Starting Live Stream INFO: Metadata: INFO: trackinfo: INFO: timescale 90000.00 INFO: length 249380910.00 INFO: language eng INFO: sampledescription: INFO: sampletype avc1 INFO: timescale 90000.00 INFO: length 249379470.00 INFO: language eng INFO: sampledescription: INFO: sampletype mp4a INFO: audiochannels 1.00 INFO: audiosamplerate 90000.00 INFO: videoframerate 30.30 INFO: aacaot 2.00 INFO: avclevel 30.00 INFO: avcprofile 66.00 INFO: audiocodecid mp4a INFO: videocodecid avc1 INFO: width 512.00 INFO: height 288.00 INFO: frameWidth 512.00 INFO: frameHeight 288.00 INFO: displayWidth 512.00 INFO: displayHeight 288.00 INFO: framerate 29.97 INFO: moovposition 108778300.00 INFO: duration 2770.90 11641.026 kB / 294.30 sec (10.6%) |
#3
|
|||
|
|||
Re: www.vocsmultimidia.com.br: Recording goes into loopChap, appreciate it, it's doing fine now, only it won't resume if I need, but doesn't matter, managed to get the contents. Thanks a lot. Gonna go for the man RTMPdump to understand better the -v option.
Cheers from Brazil. |
#4
|
|||
|
|||
Re: www.vocsmultimidia.com.br: Recording goes into loopThere are other programs allowing to download/capture RTMP streams.
You can download RTMP streams with freeware RTMPexplorer + rtmpsrv, CooJah + Blader, Orbit Downloader, StreamTransport, shareware Replay Media Catcher, WM Recorder... And you can to capture RTMP streams in real time while you watch them using freeware RTMPexplorer + rtmpsuck, CooJah (without Blader), Orbit Grab Pro, shareware Replay Media Catcher (in the RTMP recording mode), WM Recorder (in the Loopback mode). Capturing can be done in real time only, but allows you to stay undetected. If you use Linux, try rtmpsrv or rtmpsuck. Related: FAQ: How to record/download/capture/save Adobe Flash .FLV video RTMP stream from embedded player How to record rtmp:// flash video .flv stream from embedded Adobe Flash Player |
Tags: loop, rtmp, rtmpdump, rtmpdump loop, vocs multimidia, vocsmultimidia, vocsmultimidia com br |
Thread Tools | |
Display Modes | |
|
|