Hi!
I am receiving a error message in my web browser console after streaming mjpeg for 30 minutes. It says Error inclomplete chunked encoding. And then the streams stop. So every 30 minutes I have to manually refresh my page.
This happens on different platforms in different browsers. What causes this? And what can I do to avoid it?
Is this a timeout issue? Is there a call I can do to keep it live?
I have been reading this several times, but just now I really take in what you write. “And the cameras output streams to other services as well”. That will not work. These cameras can only deliver a stream to one recipient since they are single stream. If you have several services using the same URL to the camera the services compete which one will get the stream. I suggest that you turn off all other streams than this one and see what happens. When you manually refresh you send a command that will also reinitialize the stream to the camera and get priority. You can setup a Rule which sends an email when the connection is lost to the camera.
-Henrik
Hi!
What I mean by “The cameras output streams to other services” is the camera it self output different streams (not the NCS stream), on different URLs. As in live1.sdp, live2.sdp and so on.
When I say I have 5 different streams all stopping at the same time, that is from 5 different cameras.
So exactly at 30 minutes after I connect to the mjpeg streams, all five stop at once. But the cameras still output image on the other URL’s, including NCS, because in the NCS Server GUI the image is still live.
I was hoping maybe there is a http request I can send to the server every 30 minutes to keep the connection alive?