02-01-2012, 06:45 AM
|
shan
|
|
Join Date: Jan 2012
Posts: 33
|
|
Re: 4Od and rtmpdump Linux Ubuntu
nice route here
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
6
Copy and paste the RTMPDump command to download the video.
|
|