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
- WebRTC close navigator.getUserMedia correctly
- Android WebRTC compile
- Java-based WebRTC SFU implementation for Spring Boot project
- Web RTC simple peer connection with socket.io could not be established
- WebRTC from Firefox to Android crashes
- How can I connect to a websocket from a vue app that is exposed to the network (yarn dev --host)?
- How to setup multiple peer connection with datachannels?
- Webrtc initial negotiation succeeds but renegotiation fails
- Webrtc Vulnerable Version
- aiortc: Combining multiple mp3 files to be returned as a single MediaStreamTrack
- WebRTC Data Channel is always in connecting state
- WebRTC ICE fails for IOS Browsers
- Need to connect my WebRTC stream(Handled by PeerJS) to my Asterisk server
- aiortc: Recording video on server discards beyond a few seconds
- Android 12+: Microphone stops in WebRTC app within a WebView when screen is locked or user switches apps
Related Questions in KURENTO
- Does Kurento support video UlpFEC or FlexFEC encoding in RTP Receiver?
- Kurento RecorderEndpoint is not storing to remote network storage
- Kurento groupcall - websocket connection failed
- I don't find kurento-module-platedetector for Node.js Module - Plate Detector Filter
- WebRTC + Kurento: pause an audio stream to decrease network traffic
- WebSocket connection between two containers in Docker can not be established
- Kurento - Error code 4: Stream doesn't contain enough data. Invalid URI
- Does Kurento support the function to send RTCP FIR packets when a key frame is needed?
- How to hide other participants' cameras in a group call
- How to fetch remoteAudio stream from kurento-media-server(when we create loopback) and bind it to <audio> tag
- How Can I make CCTV Web Application using Kurento-media-server?
- How can I resolve the "Could not start video source" error in my Kurento JavaScript WebRTC application?
- Why Kurento cannot record media stream from mobile to web when recording from web?
- Websocket ERR_CERT_AUTHORITY_INVALID on Java Spring + vanila JS
- What does it mean to "build against" another package?
Related Questions in JANUS
- Janus WEBRTC issue on media stream conection stability
- How to identify Cassandra Keyspace, using JanusGraph APIs?
- How to draw a triangle on the top corner of a cell based on condition in the Janus GridEx?
- How to use AWS dynamodb as back-end storage for Janus graph?
- Flutter Overlay Widget
- Quasar + Janus stream not appearing in browser after page reload
- Janus join videoroom get "Error setting ICE locally"
- HTMl Canvas with broadcasting
- Janus Demo testing
- ICE Connection Failed on Android when subscriber drops the call
- Janus mjr having loss of packets issue
- Janus GridEX Designer does not get Opened
- Unable to build Janus ubuntu 22.04
- Janus Gridex Sorting not working as expected for DateTime coulmn
- How to do date comparision in gremlin?
Related Questions in LICODE
- How can I go about building Licode sources for use in Android JNI?
- 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?
- Licode falls after not using it in a certain time
- Publish or initialize audio only stream in licode
- Where to find Source code of libjingle_peerconnection_so.so file
- audio(sound) is missing in licode recorded *.mkv files
- Rename recordings that are stored on the server - Licode webRTC
- Licode: Publishing Stream has failed after successful ICE checks
- Streaming video with transparent pixels using webrtc
- Licode Export Frames as JPG
- What is the optimal usage of Bandwidth for a Signaling server?
- WebRTC video conferencing app - star topology: how to get started?
- How do I handle packet loss when recording video peer to server via WebRTC
- How should PLI packets be used in WebRTC video recording
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 # Hahtags
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?