This message was deleted.
# announcements
s
This message was deleted.
c
I've been using pion (cluster) and also Ion SFU (standalone) for transmiting audio, video and sensors data in real time, then I've moved to livekit
r
hi Alex
Thank you for responding. please let me know your availability for a call
Few questions: I am looking for building a video conferencing service for small groups less than 20 per room. 1. what kind of server I should start with
2.have you looked at mediasoup? which is better and why?
c
I'd highly suggest livekit for it, I didn't use mediasoup, but it seems to be limited on client libraries, and it's based on JS and Rust, I rather have golang based services, so I went to PION first (sfu and ion cluster) and then switched to Livekit, which is way more supported and has more features. about the server, check out the benchmarks on livekit . I think you will only run into performance issues if you enable livekit-recorder to record the room sessions as video files, that is a very resource hungry feature, You can also deploy livekit in your server, and run the load-tester on that URL above, to see what kind of results you get.