Flussonic

WebRTC with mobile network

Hi guys! I’m trying to launch UGC service with webrtc publishing and also webrtc playback on customer side. All work is great but some customers with mobile network sometimes catch kinda freezes due to poor QoS of their network. Could you give some hint to increase stability for this group of customers?

Sup! I think you webrtc over TCP can help you in this situation. Flussonic can launch WebRTC proto over TCP that increases stability for the viewer and handle their network problems. To start webrtc play session over TCP use URI like “wss://host/STREAMNAME/webrtc?transport=tcp”

This is exactly what I need in my service! Thank you, it works perfect now!