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 05-17-2010, 07:16 AM
morningdelay morningdelay is offline
Junior Member
 
Join Date: May 2010
Posts: 1
morningdelay is on a distinguished road
Default

Re: 3voor12.vpro.nl: downloading RTMPE stream from 3voor12 with rtmpdump


_http://3voor12.vpro.nl/tv/video/41199258/41338359/

_http://3voor12.vpro.nl/tv/video/41129552/42107473/

I've those two videos, I tried for months using Replay Media Catcher, Orbit Downloader, TubeMaster, Stream-Ripper etc etc, but nothing to do, then yesterday I found this forum (thanks!!) and I discovered rtmpdump, so before I've installed URL Snooper to find the correct file, but I can't find what's the correct in a tons of files found...admit I'm not very able, but I'd like to have these two performance in my collection.
Reply With Quote
  #12  
Old 03-08-2011, 01:17 AM
Stream Recorder
 
Posts: n/a
Default

Re: 3voor12.vpro.nl: downloading RTMPE stream from 3voor12 with rtmpdump


Quote:
Originally Posted by morningdelay View Post
_http://3voor12.vpro.nl/tv/video/41199258/41338359/

_http://3voor12.vpro.nl/tv/video/41129552/42107473/

I've those two videos, I tried for months using Replay Media Catcher, Orbit Downloader, TubeMaster, Stream-Ripper etc etc, but nothing to do
You need to use RTMPE recorders instead.

Quote:
Originally Posted by morningdelay View Post
I discovered rtmpdump, so before I've installed URL Snooper to find the correct file, but I can't find what's the correct in a tons of files found...admit I'm not very able, but I'd like to have these two performance in my collection.
The parameters should be identical to the ones mentioned by hyc
http://stream-recorder.com/forum/sho...ed=1#post25870
You can try to find them with CooJah.

Or better install Linux and find all parameters, download or capture RTMPE streams with rtmpsrv or rtmpsuck.
Reply With Quote
  #13  
Old 07-07-2011, 06:33 PM
Koos Koos is offline
Junior Member
 
Join Date: Jul 2011
Posts: 1
Koos is on a distinguished road
Default

Re: 3voor12.vpro.nl: downloading RTMPE stream from 3voor12 with rtmpdump


I always used rtmpdump version 1.x to download videos from 3voor12.vpro.nl, until recently this was no longer possible, so I tried rtmpsuck instead (version 2.3). I should have done that a long time ago, now I only have to give one single command to download a complete video and are no longer troubled by missed key frames.

There was one thing however, a one and a half hour long vid of over 800 MB in size stopped downloading every time I tried after about 70% was downloaded, giving the following error:
"ERROR: Request timeout/select failed, ignoring request
Closing connection... done!"

The only option for rtmpsuck is -z (debug) so I tried that. Downloading (as well as video playback on the website) then became very slow, but after closing the terminal (!) after about 15 (?) minutes, download (as well as playback) continued at normal speed and the video downloaded completely.
Reply With Quote
  #14  
Old 09-10-2011, 03:11 AM
johnvanderlaar@live.nl johnvanderlaar@live.nl is offline
Junior Member
 
Join Date: Sep 2011
Posts: 4
johnvanderlaar@live.nl is on a distinguished road
Default

Assistence needed to record flash RTMPE stream from 3voor12.vpro.nl


can somebody help me with statement to record next vid?

_http://3voor12.vpro.nl/tv/#/41128679/45085903/0

I downloaded RTMPdump 2.3 but am not really familiair with commands as these

thanks for help, much apprediciated


john
Reply With Quote
  #15  
Old 09-10-2011, 04:37 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Assistence needed to record flash RTMPE stream from 3voor12.vpro.nl


You can use RTMPexplorer + RTMPdump package to automate the download process.

Code:
rtmpdump -r "rtmpe://fmss.vpro.nl/media" -a "media" -f "WIN 10,3,183,7" -W "http://3voor12.vpro.nl/flash/vodmediaplayer-23082011.swf" -p "http://3voor12.vpro.nl/tv/" -C B:0 -y "mp4:45085903.mp4" -o mp4_45085903.flv
Code:
RTMPDump v2.4 GIT-2011-08-11 (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:   duration              1077.56
INFO:   moovPosition          169380599.00
INFO:   width                 480.00
INFO:   height                272.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              31.00
INFO:   aacaot                2.00
INFO:   videoframerate        25.00
INFO:   audiosamplerate       44100.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                26939000.00
INFO:   timescale             25000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                47518720.00
INFO:   timescale             44100.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
4486.630 kB / 28.86 sec (2.6%)
Reply With Quote
  #16  
Old 09-10-2011, 05:29 AM
johnvanderlaar@live.nl johnvanderlaar@live.nl is offline
Junior Member
 
Join Date: Sep 2011
Posts: 4
johnvanderlaar@live.nl is on a distinguished road
Default

Re: Assistence needed to record flash RTMPE stream from 3voor12.vpro.nl


thanks KSV much appreciated...

sorry really a nitwit on these things I notice, but now I get

couldn't parse swf hash hex string, not hexsting or not 32 bytes, ignoring!
WARNING: Ignoring SWF hash, supply also the swf sizw with --swfsize
Connecting...
INFO Connected...
ERROR: HandleCtrl: Ignoring SWFVerifiation request, use --swfVfy!
ERROR: rtmp server sent error
ERROR: rtmp server requested close

do you have additionial usefull comments? thanks again...
Reply With Quote
  #17  
Old 09-10-2011, 06:16 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Assistence needed to record flash RTMPE stream from 3voor12.vpro.nl


use the latest version of RTMPdump.

Code:
http://www.mediafire.com/file/x35idf837fgf09t/rtmpdump-2.4.zip
or
Code:
http://rtmpdump.mplayerhq.hu/download/rtmpdump-20110723-git-b627335-win32.zip
Reply With Quote
  #18  
Old 09-12-2011, 03:50 PM
johnvanderlaar@live.nl johnvanderlaar@live.nl is offline
Junior Member
 
Join Date: Sep 2011
Posts: 4
johnvanderlaar@live.nl is on a distinguished road
Default

Re: Assistence needed to record flash RTMPE stream from 3voor12.vpro.nl


hello, thanks for help again. i followed your advise, downloaded RTMPdump 2.4 and took over you statement. however, i still get the same remark "Ignoring WSFVerification request, use --swfVfy!"

do you have any suggestions left? thanks
Reply With Quote
  #19  
Old 09-13-2011, 12:39 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: Assistence needed to record flash RTMPE stream from 3voor12.vpro.nl


Post the full command line you are using.
Reply With Quote
  #20  
Old 09-13-2011, 04:17 AM
rudid rudid is offline
Junior Member
 
Join Date: Sep 2011
Posts: 2
rudid is on a distinguished road
Default

Re: 3voor12.vpro.nl: downloading RTMPE stream from 3voor12 with rtmpdump


Tried your initial statement and the one from KSV with the latest git version 'RTMPdump v2.4 c58cfb3~git' on Ubuntu 10.04 - works like a charm. Are you getting your source from latest git?
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 08:59 PM.


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