vod-secure rtmp stream howtoHello,
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! |
Re: vod-secure rtmp stream howtohere 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" |
Re: vod-secure rtmp stream howtoWorked like a charm!
So here is the summary: Code:
<smil> 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" |
Re: vod-secure rtmp stream howtoyou 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. |