View Single Post
  #3  
Old 03-24-2010, 04:43 AM
alex_stv alex_stv is offline
Junior Member
 
Join Date: Mar 2010
Posts: 1
alex_stv is on a distinguished road
Default

Re: How to install rtmpsuck on Linux


I 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
Reply With Quote