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

vod-secure rtmp stream howto

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

smartgig 03-27-2014 06:46 AM

vod-secure rtmp stream howto


 
Hello,

I want to download a vod-secure rmtp stream from this link.
I tried rmtpdump, NetTransport ,... but it failed with "Authentication Error".

I ask professionals to help me on this.

Thanks!

hasomaso 03-27-2014 06:55 AM

Re: vod-secure rtmp stream howto


 
here please

Code:

rtmpdump -v -r "rtmpe://s3.telewebion.com:1935/vod-secure" -a "vod-secure?wmsAuthSign=aXNfZnJlZT0xJnNlcnZlcl90aW1lPTMvMjcvMjAxNCAxMjo1MTo0MSBQTSZoYXNoX3ZhbHVlPWVQV2pWZ2JzdnF5dlZXanY0MnFwZ1E9PSZ2YWxpZG1pbnV0ZXM9MTAw" -f "WIN 12,0,0,77" -W "http://www.telewebion.com/jwplayer_pro/68/jwplayer.flash.swf" -p "http://www.telewebion.com/fa/episode/info/1135360/" -y "mp4:/media3/telewebion/tv4/2014-03-23/normalProgram/2157/file.mp4" -o "output.flv"

smartgig 03-27-2014 08:15 AM

Re: vod-secure rtmp stream howto


 
Worked like a charm!

So here is the summary:
Code:

<smil>
<head>
<meta base="rtmpe://{URL}:1935/vod-secure?{ARGS}"/>
</head>
<body>
<switch>

<video title="500k" system-bitrate="51200" src="mp4:{VIDEO_PATH}"/>

</switch>
</body>
</smil>

Translates to:
Code:

rtmpdump -v -r "rtmpe://{URL}:1935/vod-secure" -a "{ARGS}" -f "WIN 12,0,0,77" -W "{SWF_REFERRER}" -p "{VIDEO_URL}" -y "mp4:{VIDEO_PATH}" -o "output.flv"
Have you manually done this? or used a 3rd party software??

hasomaso 03-27-2014 08:22 AM

Re: vod-secure rtmp stream howto


 
you can that also manually with WireShark or other sniffer

or

you can use RTMPDumphelper for automaticly generate parameters


All times are GMT -6. The time now is 05:24 AM.