Posts

Showing posts with the label webrtc

Is it possible to have Asterisk as the signalling server for WebRTC enabled mobile app

Is it possible to have Asterisk as the signalling server for WebRTC enabled mobile app Is it possible to have Asterisk as the signaling server for WebRTC enabled mobile app. I have found that I need to create the signaling server in node.js. I was wondering whether Asterisk can do the job for me. Also, does the WebRTC media pass through the signaling server (or) is it direct device to device media transfer. Any help is appreciated. Thank you. :) 2 Answers 2 If you want WebRTC signal switching alone then you can use some websocket server like socket.io but it won't handle STUN or TURN. If you want WebRTC signalling along with STUN,TURN and media recording then you can go with Kurento, Freeswitch, asterisk etc. If you carry media over signalling server then you might consume more CPU and memory processing on server side. Try to keep peer-peer direct media to get better audio and video. But in all ...