PDA

View Full Version : trying to get bradley wiggins a very british hero from itv...


shantiq
07-20-2012, 05:50 AM
....but not working with the usual way 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





the address of the vid is http://www.itv.com/itvplayer/video/?Filter=321670



any suggestions?