Replay Media Catcher blocks RTMPTE | finding exact url to use with rtmpdumpHi,
I'm trying to download a flv from this website: Code:
http://www.schooltv.nl/beeldbank/clip/20071205_wiskundemeisjes05 Code:
<param name="FlashVars" value="streamer=rtmpte://fmss.teleac.nl/media/&file=video/20071205_wiskundemeisjes05.flv&width=340&height=280&fullscreen=true&debug=on&log=http://nl.sitestat.com/klo/schooltv/s?clip.20071205_wiskundemeisjes05.player&gapro.accountid=UA-2590926-2&controlbar=bottom&image=http%3A%2F%2Fwww.schooltv.nl%2Fbeeldbank%2Fmmbase%2Fimages%2F1933573&gapro-1"> Code:
rtmpdump-WIN32-1.6.exe -r "rtmpte://fmss.teleac.nl/media/&file=video/20071205_wiskundemeisjes05.flv" -o test.flv I've also tried Replay Media Catcher 3.0.2 with plugin_zrtmp.dll 5.3.6.9. But when I start recording, I'm unable to play the video through my browser... I'm getting "Stream not found: video/20071205_wiskundemeisjes05.flv"... which is very weird...It seems like Replay Media Catcher is blocking the stream... edit:turned of Capture HTTP Media Streams from the settings menu... video plays, but no recording... Can someone help me to get the original url or to get Replay Media Catcher working without it blocking the stream... edit: I have narrowed the html code down to this: Code:
<object class="flashobject" type="application/x-shockwave-flash" data="http://download.omroep.nl/teleacnot/shared/swf/beeldbank/player.swf" width="340" height="280"> HTML code is now: Code:
<object class="flashobject" type="application/x-shockwave-flash" data="http://download.omroep.nl/teleacnot/shared/swf/beeldbank/player.swf" width="340" height="280"> Using Jaksta, I'm able to record the video! It gives me: Code:
Recording of rtmpt://fmss.teleac.nl/media/<break>video/20071205_wiskundemeisjes05.flv thanks |
Re: Replay Media Catcher blocks RTMPTE | finding exact url to use with rtmpdumpI don't really know how to make rtmpdump downloading RTMPE/RTMPT streams from schooltv.nl. You can try to use parameters required for streams with SWF Verification.
See also: RTMPE stream recording/downloading/capturing/ripping/saving |
Re: Replay Media Catcher blocks RTMPTE | finding exact url to use with rtmpdumpI tried doing SWF verification using flasm and openssl, but I'm still getting: "stream not found" probably the playpath or some other parameter is incorrect
|
Re: Replay Media Catcher blocks RTMPTE | finding exact url to use with rtmpdumptry Replay Media Catcher with the old rtmp plugin
Replacing rtmp plugin 1. Disconnect the internet 2. Replace the new plugin with this 3. Start Replay Media Catcher (RMC) 4. then reconnect the internet and start to capture |
Re: Replay Media Catcher blocks RTMPTE | finding exact url to use with rtmpdumpwith rtmpdump try this way:
Code:
rtmpdump -r "rtmpe://fmss.teleac.nl/media/&file=video/20071205_wiskundemeisjes05.flv" -o test.flv |
Re: Replay Media Catcher blocks RTMPTE | finding exact url to use with rtmpdumpI finally found what I was doing wrong
As an rtmp server is different from a direct http link, you have to pass the rtmp server to rtmpdump AND the file to stream. I misinterpreted the flashvar: value="streamer=rtmpt://fmss.teleac.nl/media/&file=video/20071205_wiskundemeisjes05.flv" That's not one flashvar, these are TWO flashvars value="streamer=rtmpt://fmss.teleac.nl/media/&file=video/20071205_wiskundemeisjes05.flv" So streamer: rtmpt://fmss.teleac.nl/media/ file: video/20071205_wiskundemeisjes05.flv So to download it using rtmpdump, I needed this command: Code:
rtmpdump --rtmp rtmpt://fmss.teleac.nl/media --playpath /video/20071205_wiskundemeisjes05. --port 80 --swfVfy http://download.omroep.nl/teleacnot/shared/swf/beeldbank/player.swf -o video.flv Hope this helps others to ;-) If you're Dutch and you want an easy tool to download from SchoolTv.nl, I created an GUI for RTMPdump http://neat.be/schooltvdownloader/ |
All times are GMT -6. The time now is 10:47 PM. |