I want to create app and website , server can join a room and voice chat (100 users) like Ptt(Push to talk). I find out that webrtc can do it, so I use Peerjs. After that I saw some many problems that can't not work with large group user. I know sfu server can solve my problem. Should I choose one between Jitsy vs Janus vs Kurento vs Licode for Nodejs Server and 1 room over 100+ users voice call. Thanks everybody
What is the best webrtc sfu server for voice call large group?
873 Views Asked by SonPham At
0
There are 0 best solutions below
Related Questions in WEBRTC
- Firefox 37 throwing error when trying to add microphone volume control for WebRTC audio context
- One to One screensharing using WEBRTC
- simpleWebRTC with php backend
- TURN server for WebRTC with REST API authentication
- Configure Asterisk as SIP outbound proxy (as a SIP server relay)
- Quickblox Group Video Calls with Javascript SDK
- WebRTC on isolated LAN without ice/stun/turn server
- Is it possible to have two screen-share sections on the same page?
- How set rear camera stream in WebRTC video chat
- How to use different network interface for signaling & media in WebRTC app?
- How to change dynamic video resolution during a call (in hangout WebRTC)
- Why does video resolution change when streaming from Android via WebRTC
- How to modify the content of WebRTC MediaStream video track?
- WebRTC Ice State = "failed" black Video
- WebRTC PeerJS Text Chat - Connect to multiple peerID at the same time
Related Questions in KURENTO
- How to get notified & access kurento media server recording?
- WebRTC Kurento Docker Image on EC2
- how to install kurento on debian?
- Kurento multiple one-to-many broadcast sessions
- Implementing Kurento Client with WebRTC on Android
- Does Kurento-utils WebRtcPeerSendrecv pay attention to all options?
- Kurento media server error (GLib-CRITICAL)
- Use Kurento and Google Chrome
- kurento: How record webcam to both webm and mp4 recordendpoint?
- Broadcast RTP Stream with Kurento
- How to do rtmp streaming in kurento media server?
- stun and turn configuration in kurento room api for android
- WebSocket closed with code: 1001 reason:Stream end encountered wasClean:0
- Kurento Media Server automatically creates an extra account "kurento" on installation
- How to record video using Kurento in Easyrtc?
Related Questions in JANUS
- Janus.Web.GridEX unauthorized license message
- Cannot select specific row on Janus GridEX
- Delete all Rows in Janus Grid
- Janus GridEX TooltipText is ignored for cells outside of default view range?
- How to add items to janus UIButton c#
- Overriding MacVim's default filetype.vim when assigning filetypes
- H265 support on WebRTC Android
- Webrtc - not received any audio
- Load the ftplugin folder via janus
- Changing Janus GridEx grid DatabaseName programmatically
- Sourcing Vim with Janus
- How can I find out why vim keeps changing my expandtab setting
- Janus GridEx - Retrieve sub-tables on demand
- Quasar + Janus stream not appearing in browser after page reload
- Flutter Overlay Widget
Related Questions in LICODE
- XMLHttpRequest cannot load http://domain.com:8080/socket.io/1/?t=1416289828054 No 'Access-Control-Allow-Origin' header is present
- licode publishing licode stream not working
- Rename recordings that are stored on the server - Licode webRTC
- What is the best webrtc sfu server for voice call large group?
- Over release a object in an dictionary that cause EXC_BAD_ACCESS error?
- Publish or initialize audio only stream in licode
- Licode Erizo.Stream Video Frame quality
- Licode Export Frames as JPG
- How should PLI packets be used in WebRTC video recording
- How do I handle packet loss when recording video peer to server via WebRTC
- WebRTC video conferencing app - star topology: how to get started?
- audio(sound) is missing in licode recorded *.mkv files
- How to start / stop Licode?
- Licode: Publishing Stream has failed after successful ICE checks
- adjust the resolution of licode platform
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?