View Single Post
  #1  
Old 07-30-2012, 06:20 PM
Quintana Quintana is offline
Junior Member
 
Join Date: Jul 2012
Posts: 2
Quintana is on a distinguished road
Default

Change rtmpsuck port?


Hi, I'm on Linux and I need to change the port rtmpsuck runs on; the server I'm trying to sniff uses a port other than 1935 and I don't know how to do it. I tried with:

Code:
iptables -t nat -A OUTPUT -p tcp --dport 190 -j REDIRECT --to-port 1935
But that didn't end up well... rtmpsuck was caught in an endless loop. I was told on IRC that there was a patch that allowed to change the port, but I don't know where's it.

Looking forward for your answers... thanks!
Reply With Quote