PDA

View Full Version : how to keep Vuelta ITV4 coverage


shantiq
09-13-2013, 04:33 AM
this series (https://www.itv.com/itvplayer/cycling-la-vuelta-a-espana)


i have tried this here on Ubuntu

1
Start the server with this command:-
Code:

sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT && rtmpsrv

2
See the message in console:-
Streaming on rtmp://0.0.0.0:1935

3
Refresh the page and play the video, now wait till the RTMPDump command appears in console.

4
Interrupt the server:- Ctrl-c

5
Stop the server with this command:-
Code:

sudo iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT


copy rtmp block and paste and return
========================



but to no avail


any clever thoughts please?