WebRTC

LusciousSara

Hero Member
I have a problem with WebRTC, right from when it started on chrome desktop. WebRTC has slowed my room very much, it just shows my room offline. Also, my broadcast gets pixelated. Is there any specific net speed or bandwidth I need as I already use high internet speed or do some desktop features need to be enhanced? I have no idea. Although I did change my desktop. Is there any special webcam software developed for WebRTC streaming especially for models using a desktop?
 

gabriellelove

Jr. Member
do a test and see the graphs paste in chrome address bar chrome://webrtc-internals > RTCDataChannel_1 (data-channel) / click the left triangle to see the stats for "pingback" / state should be open (not restricted or closed) / messagesSent should be 1
RTCPeerConnection (peer-connection) should have dataChannelsOpened - 1

Now I don't know if you're using a 3rd party software for broadcasting (e.g. OBS / SplitCam Software) but you'll need to configure your own settings based on your bandwidth consumption, hardware, internet speed, screen resolution.
A multitude of factors in play and your topic provides none.
Possible actions you could take to improve broadcasting:
- update to latest drivers OS (software and hardware / graphic card, rams..., cooler, webcam, at least i7 core ..., 3rd party software updates...so on)
- clear browser cache, clean dump and temporary files (on windows is Run > type %temp% > Select all and delete)
 
Top