I am running the Kurento group conference demo on Ubuntu. Everything works fine. However, when I attempt to use Socket.io for the Websocket connection, I receive a Cross Domain Access error. How can I set the headers on Kurento messages?
2. I am able to run/test the application via the command: mvn compile exec:java -Dexec.mainClass="com.kurento.kmf.turotial.group.GroupCall"
3. I am able to access it outside of localhost via: 192.168.xx.xxx:8080
4. Now I placed the HTML5 static resources on another server with ip address: 192.168.xx.yyyy
5. I am still able to access and play with the sample through browsers that support WebSocket, such as Chrome, Firefox, and Safari.
6. To connect to the server via a non-WebSocket browser (such as IE9), I am using Socket.io and have changed the necessary javascript functions to use Socket.io when WebSocket is not available on the active browser.
How can I set this header within this project or within KMF?
Thank you!