stun

  1. C

    ICE candidates not sent by client

    How are the ICE candidates sent from the browser client to the server when using WebRTC? On the WebSocket, the playStream message is sent with "c=IN IP4 0.0.0.0" and there are no ICE candidates present. This is similar to the playStream example documented at...
  2. R

    Ice Servers

    Hello! Is this correct? We are using credentials from DEMO of FlashPhoner TURN function start() { //check if we already have session if (Flashphoner.getSessions().length > 0) { startStreaming(Flashphoner.getSessions()[0]); } else { //create session var url =...
Top