5 second loading indicator between frames on live feed. #390
Unanswered
samuelh2005
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using a generic RTSP stream (from a MediaMTX server) and there is a loading indicator between frames on the live camera view on Unifi Protect. My RTSP stream is just raw video data I made from a Java program.
This image shows the loading, the preview on the right updates with the right frame before the main preview window.
docker-compose.ymlconfig:The Java program
The Java testing program, it uses FFMPEG to submit frames to an RTSP stream on MediaMTX.
I assume it may be a problem with MediaMTX, my Java program, or FFMPEG parameters but I could be wrong.
Or, is this loading normal? I don't have any other stream sources to test this. Also, the stream works fine in VLC Media Player.
Beta Was this translation helpful? Give feedback.
All reactions