Hi everyone! I'm trying to use rtmpdump with the stream of the following url:
Code:
http://en.vipbox.nu/football/23863/1/chelsea-tv-%7C-chelseatv-live-stream-online.html
I put 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
I guess it must be a secure token issue, or maybe some additional parameter that I can't figure out. The old token -T Q!lrB@G1)ww(-dQ4J4 doesn't work anymore (although - from the page regex - it seems to be still the same).
Any help would be appreciated, thanks.