RTMFP and peer-to-peer ports/firewalls -
trying implement rtmfp video/audio conferencing app.
the developers have cited issue:
rtmfp , firewall/nat traversal options
we have openrtmfp (cumulus) server , running. have sat inside or outside company network (outside "cloud" service, inside "local instance" service). firewall/nat issue looks show stopper.
has on come ?
if you're looking answer "it possible use rtmfp inside company network", yes, possible. little bit complicated, possible.
we set turn server allow flash clients communicate outside world (contacting adobe's servers or other peers). server must have access internet, of course.
that's not : udp should allowed inside lan , between desktop pc , turn server (mostly firewalls rules). no need precise port since can't know port used.
finally : telling flash client use our rtmfp turn server. should write line in mms.cfg file on windows 7 :
rtmfpturnproxy = your.turn.server.org
you can create .bat file executed admin rights (that's did), containing command :
echo rtmfpturnproxy = your.turn.server.org > %windir%\syswow64\macromed\flash\mms.cfg
hope helps.
Comments
Post a Comment