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 install rtmpsuck on LinuxI use Ubuntu Linux.
Can you post a guide to using rtmpsuck/rtmpsrv please? I want to stream this site:- Code:
http://atdhe.net/watch-bbc-news.php Help would be appreciated. |
#2
|
|||
|
|||
Re: How to install rtmpsuck on LinuxQuote:
If you don't know how to create user accounts, go read your system docs. If you haven't read the README file yet, do that. On BSD/MacOSX, you use ipfw instead of iptables. Examples for both are already in the README file. Note - do not use an account with special system privileges to run any of this stuff. This code has been pretty carefully checked for security and correctness, but even so, it would be foolish to take unnecessary risks. And since Adobe Flash is full of so many already-known vulnerabilities, it's equally likely that some sites you try to connect to may be serving malicious data. The rtmp account should have a home directory that it can write to, access to the RTMP ports, and not much else. |
#3
|
|||
|
|||
Re: How to install rtmpsuck on LinuxI have create a special user account names
rtmp and run the following iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner rtmp -j REDIRECT But rtmpsuck didn't work for me. It says that i can't redirect. can anybody please tell me what is wrong. Btw. I'm using Ubuntu 9 Thanks for your help |
#4
|
|||
|
|||
Re: How to install rtmpsuck on LinuxIf you are using Ubuntu part of the problem for me was that Ubuntu does not have a super user account that we can normally access all we can do is 'sudo'.
To overcome this become super user and then change the su password with the following Code:
sudo su passwd Code:
sudo iptables -t nat -A OUTPUT -p tcp --dport 1935 -m owner \! --uid-owner rtmp -j REDIRECT; su -c "/usr/bin/rtmpsuck -z " rtmp |
Tags: linux, rtmpsuck |
Thread Tools | |
Display Modes | |
|
|