How can embed several mjpeg video from Nx Witness?
AnsweredDear Developer,
We want to open servral mjpeg video streaming in web.
But we have some problems which we can only embed six streaming.
When we embed more over six streaming, http request will pending until we cancel other streaming.
We have tried to change value in the following image, but it is still the same.

-
This is a browser limitation: it wouldn't open more than 6 simultaneous connections to the same IP address.
There is no good solution to this, only hacks: you need to trick the browser using proxies, domain names, or different IP addresses.
You could also try using HLS streaming, by nature it doesn't keep one long connection, so you might be able to play a few more streams.
0 -
Thanks for your response. we will try theses solutions.
0
Please sign in to leave a comment.
Comments
2 comments