View Single Post
  #2  
Old 03-14-2015, 01:53 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: rtmpsuck gives nothing for streamingtennis.com/Cardinal/


Quote:
Originally Posted by gregoireg View Post
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?
hi

Code:
livestreamer "hds://http://205.134.243.202:1935/stt/stct1/manifest.f4m" best -o court1.flv

Last edited by biezom : 03-14-2015 at 02:39 AM.
Reply With Quote