PDA

View Full Version : 4Od and rtmpdump Linux Ubuntu


shantiq
01-31-2012, 02:48 PM
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

http://www.channel4.com/programmes/unreported-world/4od#3268163



i also generally want to know how to do this

bat999
01-31-2012, 04:32 PM
Look here ---> http://stream-recorder.com/forum/showpost.php?p=38321&postcount=163

shantiq
02-01-2012, 05:45 AM
nice route here (attachment:/23/showpost.htm)


1
Start the server with this command:-

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:-

sudo iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT


6
Copy and paste the RTMPDump command to download the video.