....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?