I would like to download the public stream on this page:
http://streamingtennis.com/Cardinal/
I have run as root:
iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner root -j REDIRECT
rtmpsuck
but nothing is output in the terminal.
I have also run wireshark and I see some 1935 rtmp packets but I'm not sure if it's possible to decode from there.
The webpage encapsulates some f4m files such as:
http://205.134.243.202:1935/stt/stct...est.f4m?b=300-
I have tried to decode them with AdobeHDS.php (
https://github.com/K-S-V/Scripts/blo...r/AdobeHDS.php) but it gives nothing. I have also tried "GrabAnyMedia" (
http://grabanymedia.altervista.org/) but it's pretty the same.
Any idea how I could manage to get the revelant rtmp info for this video?