Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

rtmpsuck gives nothing for streamingtennis.com/Cardinal/

(http://stream-recorder.com/forum/showthread.php?t=19482)

gregoireg 03-14-2015 01:38 AM

rtmpsuck gives nothing for streamingtennis.com/Cardinal/


 
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?

biezom 03-14-2015 01:53 AM

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


 
Quote:

Originally Posted by gregoireg (Post 74851)
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

nullacht 03-14-2015 01:55 AM

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


 
Quote:

Originally Posted by gregoireg (Post 74851)

I would like to download the public stream on this page: http://streamingtennis.com/Cardinal/

Code:

livestreamer "hlsvariant://205.134.243.202:1935/stt/stct1/manifest.m3u8" best -o 01.ts
Code:

[cli][info] Found matching plugin stream for URL hlsvariant://205.134.243.202:1935/stt/stct1/manifest.m3u8
[cli][info] Available streams: 576p (worst, best)
[cli][info] Opening stream: 576p (hls)



All times are GMT -6. The time now is 03:09 AM.