Two different Linux desktops. Same ffprobe request to the same camera.
ffprobe -hide_banner -loglevel error -print_format json \
-show_error -show_streams rtsp://root:987987@192.168.1.158:554/stream=0
In one case, the result is returned fast, but on another desktop it hangs indefinitely.
Running majestic in console reveals that it's stuck in a loop with error message "Failed to send an RTP packet: Connection refused."

Aborting the execution with Ctrl-C produces the desired output to the client before majestic shutdown.

Below is the log from another desktop without such an error:

Two different Linux desktops. Same ffprobe request to the same camera.
In one case, the result is returned fast, but on another desktop it hangs indefinitely.
Running majestic in console reveals that it's stuck in a loop with error message "Failed to send an RTP packet: Connection refused."
Aborting the execution with Ctrl-C produces the desired output to the client before majestic shutdown.
Below is the log from another desktop without such an error: