Hi guys
I want to create flv file to play the stream on flash. I can’t be able to find a way to play the rtmp url on flash, because it won’t be able to play by a protected stream.
I’ve tried to play on jwplayer, but i got a error message: “Error loading stream. Could not connect to the server”.
Here is the info I found from the page source:
[php][/php]
Here is the html source of the jwplayer:
[php]
[/php]Here is the stream link:
When I select on the jwplayer to open the iframe, i will get something like this:
“Channel is domain protected. This channel can’t be embedded on this domain name.”
When I play the stream on simpletv player using this:
rtmp://$OPT:rtmp-raw=rtmp://141.8.244.56/base/itv4.stream pageUrl=http://sportsembed.com/embed.php?v=itv_4&vw=800&vh=450 token=%X886(nPK@#.
And when I play the streams using rtmpdump like this:
"C:\temp\rtmpdump.exe" -r "rtmp://141.8.244.56/base" -s "http://141.8.244.56/player/player.swf" -p "http://sportsembed.com/hpg_disco" -y "itv4.stream" --live -o "c:\temp\video.flv"
It will start to play the streams without have any problem. I’d find it hard to believe that it will not work on my own website unless I have to use on the sportsembed website, simpletv player or rtmpdump. I can’t find a way to play the stream on my own website using jwplayer. So the only way i can do is to create the flv file to allow me to play them on flash. If you know how i can play the rtmp stream from a protected stream site to play on jwplayer, i would be grateful if you could tell me how i could play them on jwplayer.
Does anyone know how I can create the flv file to allow me to play the flv stream on flash or does anyone know how i can play the rtmp stream from a protected stream site?
Any advice would be much appreicated.
Thanks in advance