Stats: Not connected, Kibit/s, fps
Remote emitted a port which may not be supported over the FMS.
Try running image_streamer with -min_port= and -max_port=
Local emitted a port which may not be supported over the FMS, or may fallback to TCP.
To fix:
Software\Policies\Google\Chrome\WebRtcUdpPortRange = "5800-5810"
Software\Policies\Chromium\WebRtcUdpPortRange)
mkdir -p /etc/opt/chrome/policies/managed OR mkdir -p /etc/chromium/policies/managed OR, ON SOME DISTROS mkdir -p /etc/chromium-browser/policies/managed
echo '{"WebRtcUdpPortRange": "5800-5810"}' > /etc/<>/policies/managed/webrtc_port_policy.json
Remote emitted an address which requires mDNS resolution. This may not be supported.
Local emitted an address which requires mDNS resolution. This may not be supported.
To fix:
media.peerconnection.ice.obfuscate_host_addresses to false.
Software\Policies\Google\Chrome\WebRtcLocalIpsAllowedUrls\1 = "**"
Software\Policies\Chromium\WebRtcLocalIpsAllowedUrls\1)
mkdir -p /etc/opt/chrome/policies/managed OR mkdir -p /etc/chromium/policies/managed OR, ON SOME DISTROS mkdir -p /etc/chromium-browser/policies/managed
echo '{"WebRtcLocalIpsAllowedUrls": ["**"]}' > /etc/<>/policies/managed/webrtc_policy.json