ffmpeg - Resolving rtmp stream url from Adobe Flash container -
how can rtmp stream url retrieved playpath , played ffplay/avconv flash plugin. in embedded flash code below rtmp address exits (rtmp://live.atv.com.tr/atv) , not work avplay since needs playpath.
<param value="config={"key":"#@c67bf4e753034f78950","play":{"display":"none"},"clip":{"eventcategory":"canli yayin","url":"atv3","live":true,"provider":"influxis"},"plugins":{"controls":{"url":"http://i.tmgrup.com.tr/p/flowplayer.controls.swf"},"influxis":{"url":"http://i.tmgrup.com.tr/p/flowplayer.rtmp.swf","netconnectionurl":"rtmp://live.atv.com.tr/atv"},"ova":{"url":"http://i.tmgrup.com.tr/p/ova.swf","autoplay":true,"overlays":{"regions":[{"id":"reklam","verticalalign":"bottom","horizontalalign":"right","backgroundc...0,"style":".smalltext { font-style: italic; font-size:10; }"}]},"ads":{"notice":{"show":true,"region":"my-ad-notice","message":"<p class=\"smalltext\" align=\"right\"> kalan süre : _countdown_ saniye.</p>"},"schedule":[{"zone":"5","position":"pre-roll","server":{"type":"direct","apiaddress":"http%3a%2f%2fad.reklamport.com%2frpgetad.ashx%3ftt%3dt_atv_canli_yayin_preroll_800x700%26vast%3d2"}}]}}},"playerid":"live","playlist":[{"eventcategory":"canli yayin","url":"atv3","live":true,"provider":"influxis"}]}" name="flashvars">
problem solved: using wireshark (network analyzer) more effective retrieve paramaters rtmp url, playpath... edit2: urls embedded in scripts files rather directly in flash object, variables used in flash object above, later.
Comments
Post a Comment