View Single Post
  #1  
Old 07-20-2012, 05:50 AM
shantiq shantiq is offline
shan
 
Join Date: Jan 2012
Posts: 33
shantiq is on a distinguished road
Default

trying to get bradley wiggins a very british hero from itv...


....but not working with the usual way on Ubuntu


Quote:
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
Code:
http://www.itv.com/itvplayer/video/?Filter=321670


any suggestions?
Reply With Quote