Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Change rtmp port to something other than 2038

Avatar

Level 1
Hi,



I can not seem to be able to change the rtmp port to
something other than 2038 and get the FDS Chat functionality to
work. I have the Chat functionality installed that comes with the
samples. When I have the port set to 2038 the Chat works. But then
when I change the port to 2039 by changing the rtmp port in
services-config.xml, the Chat does not work. I do not believe this
is a firewall issue because it doesn't even work with the Windows
firewall off. Am I changing the correct configuration file to
change the port of Chat? Are there any other changes I need to
make?



Thanks,

Scott
4 Replies

Avatar

Level 1
you change right file, services-config.xml



You can setup your logs to give you more info while loading
the app - and see what happens when your app tries to listen
another port.

And make netstat -an before you start your app - to make sure
there is no other app on your port

Avatar

Level 1
Did you find out anything about this? I am having a similar
problem.

Avatar

Former Community Member
RTMP definitely works with non-2038 ports but you have to
make sure that the port is available. Turn the debug logging on (in
services-config.xml) and make sure RTMP server starts
correctly.

Avatar

Level 4
Have you tried a full clean and recompile of the project?



The services-config.xml is taken as a compiler argument, so
if you don't recompile the app won't know that the port has
changed.