Hi everyone! I'm trying to find what's wrong with the rtmp stream of the following url:
Code:
http://en.vipbox.nu/football/23863/1/chelsea-tv-%7C-chelseatv-live-stream-online.html
I guess it must be the token, or maybe some additional parameter that I can't figure out. Browsing this forum, I stumbled upon two similar situations whose solutions didn't help because the mentioned token -T Q!lrB@G1)ww(-dQ4J4 doesn't work anymore (although - from the page regex - it seems to be still the same).
I even tried to add all the parameters (static+dynamic hash+token), but I always get the error "rtmp server requested close":
Code:
rtmpdump -r "rtmp://80.82.70.134:1935/zmtvliveme/" -a "zmtvliveme/" -y "Q9w5K1u3bU" -W "http://static.zoomtv.me/player/7.12/jwplayer.flash.swf" -C S:Q9w5K1u3bU -C S:1501179050 -C S:1ab65b4abd551a1f59fadabda09e5e35 -C "S:V>JWhui^@2ESdu0?}>AN" -T "Q!lrB@G1)ww(-dQ4J4" -p "http://www.zoomtv.me/embed.php?v=chelseatv" -o stream.flv
Any helps would be appreciated, thanks.