Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

4Od and rtmpdump Linux Ubuntu

(http://stream-recorder.com/forum/showthread.php?t=10895)

shantiq 01-31-2012 02:48 PM

4Od and rtmpdump Linux Ubuntu


 
hi there trying

to get a 4Od video using rtmpdump on Ubuntu 11.10

only problem is i am new to this

would someone know how to get strted


the video i am after is



i also generally want to know how to do this

bat999 01-31-2012 04:32 PM

4Od and rtmpdump Linux Ubuntu


 
Look here ---> http://stream-recorder.com/forum/sho...&postcount=163

shantiq 02-01-2012 05:45 AM

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.


All times are GMT -6. The time now is 10:20 PM.