[Red5] RED5 on two ports
Walter Tak
walter at waltertak.com
Thu Mar 4 17:58:15 PST 2010
You can redirect incoming traffic for an interface (e.g. eth0) from 1936 to 1935 so Red5 will respond but still be bound to one port internally , not needing to change anything at all.
See my message about this topic (april 2008) ; http://osflash.org/pipermail/red5_osflash.org/2008-April/021386.html
In short ;
iptables -t nat -A PREROUTING -p tcp -i eth0 -d $external_ip \
--dport 1936 --sport 1024:65535 -j DNAT --to $external_ip:1935
Regards,
Walter
----- Original Message -----
From: Dan Daemon
To: RED5
Sent: Thursday, 04 March 2010 23:44
Subject: [Red5] RED5 on two ports
Is it possible to launch RED5 0.9.1 to listen two ports 1935 and 1936. Will it work?
------------------------------------------------------------------------------
_______________________________________________
Red5 mailing list
Red5 at osflash.org
http://osflash.org/mailman/listinfo/red5_osflash.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://osflash.org/pipermail/red5_osflash.org/attachments/20100305/a520b239/attachment.html>
More information about the Red5
mailing list