Audio/video stream recording forums
|
| Attention Visitor: |
You may have to register or log in before you can post:
|
|
|||||||
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
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 Looking forward for your answers... thanks! |
|
#2
|
|||
|
|||
Re: Change rtmpsuck port?github.com/svnpenn/rtmpdump/commit/1b39
Quote:
|
|
#3
|
|||
|
|||
Re: Change rtmpsuck port?Exactly what I needed. Thanks.
|
|
#4
|
|||
|
|||
Re: Change rtmpsuck port?hah, tried to help you on irc, but i could not find the commit. thanks svnpenn.
|
|
#5
|
|||
|
|||
Re: Change rtmpsuck port?The "commit" people were looking for was for RtmpSrv. I duplicated it for RtmpSuck after reading this thread. I am going to try to make it a command line switch.
|
|
| Tags: rtmpsuck |
| Thread Tools | |
| Display Modes | |
|
|