2008-05-22 07:14:15 UTC
Hello,
Please follow the exact steps as mentioned below to make the changes for port and let me know if you are facing with any issues.
Note that you cannot use ports 8080 / 9090 / 1935 / 8088 / 4000 / 8100 as these ports are used by Dimdim Components.
Follow the instructions carefully and change only the files / lines provided below:
1. Open lighttpd.conf located under /usr/local/dimdim/Mediaserver/mods/
vi /usr/local/dimdim/Mediaserver/mods/lighttpd.conf and
change the following from
## bind to port (default: 80)
server.port = 80
to
## bind to port (default: 80)
server.port = YOUR_AVAILABLE_PORT
2. Open dimdim.properties located under /usr/local/dimdim/ConferenceServer/apache-tomcat-5.5.17/webapps/dimdim/WEB-INF/classes/resources/
vi /usr/local/dimdim/ConferenceServer/apache-tomcat-5.5.17/webapps/dimdim/WEB-INF/classes/resources/dimdim.properties
change the following from
a.
dimdim.serverPortNumber=80
to
dimdim.serverPortNumber=YOUR_AVAILABLE_PORT
b.
dimdim.dmsServerAddress=SERVER_ADDRESS:80
to
dimdim.dmsServerAddress=SERVER_ADDRESS:YOUR_AVAILABLE_PORT
c.
dimdim.dmsServerInternalAddress=localhost:80
to
dimdim.dmsServerInternalAddress=localhost:YOUR_AVAILABLE_PORT
3. Open streaming.properties located under /usr/local/dimdim/ConferenceServer/apache-tomcat-5.5.17/webapps/dimdim/WEB-INF/classes/resources/
vi /usr/local/dimdim/ConferenceServer/apache-tomcat-5.5.17/webapps/dimdim/WEB-INF/classes/resources/streaming.properties
change the following from
streaming_server.2.rtmp_url=http://SERVER_ADDRESS/screenshare/
streaming_server.2.rtmpt_url=http://SERVER_ADDRESS/screenshare/
streaming_server.2.max_number_of_streams=-1
streaming_server.2.supported_stream_types=DTP
to
streaming_server.2.rtmp_url=http://SERVER_ADDRESS:YOUR_AVAILABLE_PORT/screenshare/
streaming_server.2.rtmpt_url=http://SERVER_ADDRESS:YOUR_AVAILABLE_PORT/screenshare/
streaming_server.2.max_number_of_streams=-1
streaming_server.2.supported_stream_types=DTP
Regards,
-Rajesh
rajesh@dimdim.com