-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample Socket.io Server #10
Comments
See the list of socket.io server implementations for python. I'll try to add some wiki-pages soon to explain installation steps; especially for node.js |
+1 for node. its easy convert to python/gevent-socket.io. thanks muaz. |
👍 |
Hi Muaz, glad I found this thread, as I contacted you by email for this one. +1 for a sample node socket.io server if possible please? And any ideas why interop between FF & Chrome is not functioning at the moment? |
Firefox-to-Chrome streaming is continuously working (all the time); however Chrome-to-Firefox started failing out of a known bug which is fixed and landed in latest canary. Bug was: The numeric value of the session id and version in the o line MUST be representable with a 64 bit signed integer. It looks like chrome is making a 64bit unsigned int. The Mozilla bug about this is here. My video conferencing experiments needs something like dynamic namespaces generated/handled by socket.io. I'll create a separate repository for WebRTC signaling gateway implementations. I'm thinking to include custom SIP implementation there too (in a few weeks). If you're using socket.io over node.js: you can link this file: <script src="http://webrtc-experiment.appspot.com/socket.io.js"></script> |
Hi Muaz, Does this file start the messaging server as well? Or is this the straight Thanks, and kind regards Jamie On 25 April 2013 04:07, Muaz Khan [email protected] wrote:
Jamie McDonnell tel. +420 725 871 729AVG.com - Ultimate protection for everything you do online http://blogs.avg.com/gb-en/blogs360 Cities - Your World in Immersive Reality twitter.com/360cities |
socket.io over node.js added. Demo — with 3-to-5 lines of changes: it must work in all WebRTC Experiments. |
Wonderful, thanks for letting me know Muaz. On 28 April 2013 14:53, Muaz Khan [email protected] wrote:
Jamie McDonnell tel. +420 725 871 729AVG.com - Ultimate protection for everything you do online http://blogs.avg.com/gb-en/blogs360 Cities - Your World in Immersive Reality twitter.com/360cities |
Hii Muaz, can you add sample Socket.io Server in this repository ? i try [1] with my python socket.io server but its not work.
My python Code
https://gist.github.com/dodolboks/5284171
[1] https://googledrive.com/host/0B6GWd_dUUTT8RzVSRVU2MlIxcm8/webrtc-broadcasting/
Thanks
The text was updated successfully, but these errors were encountered: