View Single Post
  #49  
Old 03-08-2013, 04:54 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Default

Re: [mips.tv and clones] need help to get working rtmp


Right lets take your 1st stream
Code:
http://livetvcafeframe4.blogspot.de/2012/03/hln-stream-1.html
In rtmpdump that translates to ->
Code:
rtmpdump -r "rtmp://50.23.113.212/live" -a "live" -f "WIN 11,6,602,171" -W "http://mips.tv/content/scripts/eplayer.swf" -p "http://mips.tv/embedplayer/ciniestro/1/600/380" -C S:OK --live -y "ciniestro?id=150370" -o "ciniestro.flv"
So for Simple TV it will be ->
Code:
rtmp://$OPT:rtmp-raw=rtmp://50.23.113.212/live playpath=ciniestro?id=150370 swfUrl=http://mips.tv/content/scripts/eplayer.swf pageUrl=http://mips.tv/embedplayer/ciniestro/1/600/380 conn=S:OK
For that ARD TV flash "p2p" stream use windows media player or adobe projector ->
Code:
http://peer-stream.com/api/strobe-1.6-sec.swf?src=http://peer-stream.com/api/get_manifest.f4m?groupspec=G:0101010c040e61726400&autoPlay=true

Last edited by evol : 03-08-2013 at 05:27 AM.
Reply With Quote