rtmpsuck does not work with ITV Player?Hi All,
I just tried using rtmpsuck on Linux, but it seems that it no longer works. I was trying to capture an ITV stream but it just sits there, while the stream is being played on Firefox. Is this software still working as it should? I am running the latest version from trunk. Can you please advise? -- Regards, Mick |
Re: rtmpsuck does not work with ITV Player?Quote:
did you try with rtmpsrv? Code:
iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT &rtmpsrv maybe you need compile the last patched version on my debian linux with last rtmpsrv and rtmpdump patched and compiled it works Code:
rtmpdump -r "rtmpe://cp72511.edgefcs.net:1935/ondemand" -a "ondemand?auth=??????????????????????????????????????????????????????????????????????????&aifp=v002&slist=production/" -f "LNX 17,0,0,134" -W "https://www.itv.com/mediaplayer/releases/2.16.2/ITVMediaPlayer.swf" -p "https://www.itv.com/itvplayer/endeavour/series-2/episode-2-nocturne" -y "mp4:production/priority/CATCHUP/2/1229/0007/001/2-1229-0007-001_PC011800_16X9.mp4?sessionId=????????-???????????-?????????" -o "2-1229-0007-001_PC011800_16X9.flv" |
Re: rtmpsuck does not work with ITV Player?Yes, although I tried it with this iptables set up:
Code:
/sbin/iptables -v -t nat -A OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner root -j REDIRECT Code:
iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT &rtmpsrv This is the version I have installed: Code:
GIT update --> Regards, Mick |
Re: rtmpsuck does not work with ITV Player?Oops! I found what I was doing wrong:
I started playing the stream in the browser BEFORE I had started rtmpsrv! I started again and did not play the stream in the browser, until I have setup rtmpsrv. Apologies for the noise! -- Regards, Mick |
Re: rtmpsuck does not work with ITV Player?Quote:
stop rtmpsrv Ctrl +C and Code:
iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT Nota: i have PC01800=bitrate="800000" with rtmpsrv if you want PC011800=bitrate="1800000" change PC01800 by PC011800 in the playpath |
Re: rtmpsuck does not work with ITV Player?Quote:
Like this I am capturing a higher resolution: Code:
Playing: 2-1229-0007-001_PC011800_16X9.flv -- Regards, Mick |
Re: rtmpsuck does not work with ITV Player?Quote:
example Code:
ngrep mp4 -d wlan0>sniff-itv.txt part of the result Code:
<MediaFile delivery="Streaming" bitrate= |
All times are GMT -6. The time now is 05:11 PM. |