cjb / serverless-webrtc

A demo of using WebRTC with no signaling server.
Other
1.54k stars 239 forks source link

work on chrome and FF #7

Closed joeyutong closed 10 years ago

cjb commented 10 years ago

@tangyufly Thank you, Joey, this is great! I confirmed that Chrome and FF can both connect, but it looks like they don't interoperate (i.e. Chrome<->Chrome works and FF<->FF works, Chrome<->FF doesn't work). Wonder what's up with that.

cjb commented 10 years ago

@tangyufly > they don't interoperate

Cool, fixed this now by moving to SCTP data channels instead of RTP.