Audio/video stream recording forums
|
| Attention Visitor: |
You may have to register or log in before you can post:
|
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
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! Last edited by smartgig : 03-27-2014 at 07:47 AM. Reason: Anonymizing link... |
|
#2
|
|||
|
|||
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" |
|
#3
|
|||
|
|||
Re: vod-secure rtmp stream howtoWorked 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>
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"
|
|
#4
|
|||
|
|||
Re: vod-secure rtmp stream howtoyou can that also manually with WireShark or other sniffer
or you can use RTMPDumphelper for automaticly generate parameters |
|
| Tags: rmtp stream, vod secure |
| Thread Tools | |
| Display Modes | |
|
|