meetecho / janus-gateway

Janus WebRTC Server
https://janus.conf.meetecho.com
GNU General Public License v3.0
8k stars 2.45k forks source link

Camera freezes when there's no movement #1612

Closed antonioTechbase closed 5 years ago

antonioTechbase commented 5 years ago

First of all, let me thank you for creating such an amazing product. Everything besides my problem works like a charm.

I'm currently experimenting with your Sip Gateway (Sofia), and I stumble upon this:

When there's no movement at the beginning of the call, the camera starts to freeze/lag. This happens when I move/don't cover the camera when the call start. If I move, the video call works very well.

Is this something related to Janus? (I'm a beginner in this kind of development)

lminiero commented 5 years ago

This feels more like a client side issue, as the SIP plugin only relays media around. You may want to check the Admin API to see if anything's wrong there. Closing.