Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
How to use rtmpdump with rtmpsrv in Linuxrtmpsrv allows you to get all parameters that are required by rtmpdump. You don't need packet sniffers or complex analysis to use rtmpdump when using rtmpsrv. The only problem you may have is when a video consists of several segments (chapters). In such cases just skip to the next chapter.
How to compile rtmpdump with rtmpsrv and rtmpsuck in Linux: Code:
svn checkout svn://svn.mplayerhq.hu/rtmpdump/trunk rtmpdump cd rtmpdump make linux Configure your firewall to redirect RTMP traffic through a local port: Code:
sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT Code:
./rtmpsrv When you get the rtmpdump command, press CTRL+C. This will stop rtmpsrv. You may also delete the firewall redirect created above: Code:
sudo iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT Note: If you don't need the latest version, you can install rtmpdump, rtmpsrv, rtmpsuck in Ubuntu by running the following in the terminal Code:
sudo apt-get install rtmpdump |
#3
|
|||
|
|||
Re: How to use rtmpdump with rtmpsrv in LinuxThanks for the instructions they worked - to a point at least.
I can get rtmpsrv to give me a command but when I try run it I get a failure due to a type 9 header. Any ideas if there is a workaround? |
#4
|
|||
|
|||
Re: How to use rtmpdump with rtmpsrv in LinuxQuote:
|
#5
|
|||
|
|||
Re: How to use rtmpdump with rtmpsrv in LinuxThis looks rather tasty and simple most of all! Time to get myself acquainted with Linux! Will start off with the Desktop edition of Ubuntu as suggested by Stream Recorder in this post.
|
Tags: how to, how to use, howto, linux, rtmpdump, rtmpsrv, ubuntu |
Thread Tools | |
Display Modes | |
|
|