hi,
i've a problem when trying to play this stream on simpletv
Code:
http://www.arabichannels.com/fomny/mbc2.php
i use UrlHelper to get rtmp links like this
Code:
rtmp://arabichannels.com:1935/arabic<playpath>mbc2 <swfUrl>http://www.arabichannels.com/player/player.swf?275748239655&arabichannels.com©right=2013&provider=rtmp&streamer=rtmp://arabichannels.com <pageUrl>http://www.arabichannels.com/fomny/mbc2.php
after i convert it like this for simpletv player
Code:
#EXTM3U $ExtFilter="RTMP"
#EXTINF:-1,Stream 1
rtmp://$OPT:rtmp-raw=rtmp://arabichannels.com:1935/arabic playpath=mbc2 swfUrl=http://www.arabichannels.com/player/player.swf?275748239655&arabichannels.com©right=2013&provider=rtmp&streamer=rtmp://arabichannels.com live=1 pageUrl=http://www.arabichannels.com/fomny/mbc2.php
i get this error:
pipe:: Invalid data found when processing input
i think doesn't work because i can't read the SWF file they use the referer, it will be good if anyone can add a feature in RTMPDUMP to send referer to webserver to allow reading SWF
or writing a script for this site
.