View Single Post
  #3  
Old 03-27-2014, 08:15 AM
smartgig smartgig is offline
Junior Member
 
Join Date: Mar 2014
Posts: 2
smartgig is on a distinguished road
Thumbs up

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??
Reply With Quote