Mediasoup – WebRTC video conferencing
21–30 of 49 posts
Re: Mediasoup – WebRTC video conferencing
#22I've looked at WebRTC a few times, and every time I've been overwhelmed by the complexity of the protocol. I understand video streaming is hampered by codec patents, etc. but in 2020, the situation seems to be getting better with open source codecs unencumbered of patents (VP8,VP9, AV1, etc.) Why is the best we have still WebRTC? Seems it could be simplified as a protocol .. is this inherently hard or just a result o…
Re: Mediasoup – WebRTC video conferencing
#23I've looked at WebRTC a few times, and every time I've been overwhelmed by the complexity of the protocol. I understand video streaming is hampered by codec patents, etc. but in 2020, the situation seems to be getting better with open source codecs unencumbered of patents (VP8,VP9, AV1, etc.) Why is the best we have still WebRTC? Seems it could be simplified as a protocol .. is this inherently hard or just a result o…
Re: Mediasoup – WebRTC video conferencing
#24Re: Mediasoup – WebRTC video conferencing
#25Re: Mediasoup – WebRTC video conferencing
#26You can use WebRTC for emitting raw data p2p, not just audio/video streams, right? Or would websockets be preferred if you wanted to, say, broadcast JSON objects to whoever was listening?
Any question or comment about mediasoup?
Re: Mediasoup – WebRTC video conferencing
#27Re: Mediasoup – WebRTC video conferencing
#28The demo is nice and clean. How does this compare to Kurento, or Janus? Edit : I see Kurento is now assumed dead thanks to Twilio buying them, and I understand Janus doesn't provide any client libraries.
Re: Mediasoup – WebRTC video conferencing
#29You can use WebRTC for emitting raw data p2p, not just audio/video streams, right? Or would websockets be preferred if you wanted to, say, broadcast JSON objects to whoever was listening?
Yes, you can use WebRTC DataChannels for sending custom text/binary data on top of a ICE+DTLS connection. BTW mediasoup supports DataChannels. Any question or comment about mediasoup?
Re: Mediasoup – WebRTC video conferencing
#30[0] https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/...