ZoneMinder 1.37.41 (custom build -- modified zm_monitor.cpp)
Janus 1.1.2
In the Developer Tools Console on Firefox two errors show up when Monitor Live View is brought up on the ZoneMinder WebUI: "No iceServers found" and "465 Error processing SDP". It could be the second one is a direct consequence of the first one. Instead of a live view, the video window is blank.
The Janus log shows
Code: Select all
[janus] [Sat Jul 29 08:45:36 2023] [1] New video stream! (#0, ssrc=947064502, index 0)
[janus] [Sat Jul 29 08:45:48 2023] Creating new session: 5884984185976280; 0xffff78004ba0
[janus] [Sat Jul 29 08:45:48 2023] Creating new handle in session 5884984185976280: 2834341282063775; 0xffff78004ba0 0xffff780054a0
[janus] [Sat Jul 29 08:45:48 2023] [2834341282063775] Creating ICE agent (ICE Full mode, controlling)
[janus] [Sat Jul 29 08:45:48 2023] [ERR] [sdp.c:janus_sdp_process_remote:391] [2834341282063775] SDP missing mandatory information
[janus] [Sat Jul 29 08:45:48 2023] [ERR] [sdp.c:janus_sdp_process_remote:392] [2834341282063775] (nil), (nil), 0xffff1800bce0, 0xffff1800aa20
[janus] [Sat Jul 29 08:45:48 2023] [ERR] [janus.c:janus_process_incoming_request:1521] Error processing SDP
Is there a way to get Janus to work on a LAN without ICE?