Rtmpdump videoportal.sf.tv Example
From Flo's Knowledge in a Nutshell
Howto save videoportal.sf.tv Stream video
- Dump RTMP URL with a Sniffer or Tool like Streamtransport
Example URL:
rtmp://80.239.230.191:1935/ondemand?_fcs_vhost=cp50792.edgefcs.net&akmfv=1.7/mp4:aka/vod/sportaktuell/2011/07/sportaktuell_20110716_222938_web_h264_16zu9_mq1.mp4
Corresponding rtmpdump parameters:
rtmpdump -o Video.flv --host "/80.239.230.191" --playpath "mp4:aka/vod/sportaktuell/2011/07/sportaktuell_20110716_222938_web_h264_16zu9_mq1.mp4" --tcUrl "rtmp://80.239.230.191:1935/ondemand?_fcs_vhost=cp50792.edgefcs.net&akmfv=1.7" --app "ondemand?_fcs_vhost=cp50792.edgefcs.net&akmfv=1.7" --swfUrl "http://www.videoportal.sf.tv/flash/videoplayer.swf" --swfVfy "http://www.videoportal.sf.tv/flash/videoplayer.swf"
