Multiple HLS streams are not loading.
AnsweredMultiple HLS streams are not loading.
I’m using HLS streaming to embed video in my application, but it is not working.
I am using version 6.0.2.40414.
There are 70 cameras installed on the Nx Witness server, and the Nx server is different from the server where my application is hosted. The response when I try to process a link in the .m3u playlist looks something like this:
bash
#EXTM3U
#EXT-X-STREAM-INF:BANDWIDTH=4194304
Could it be caused by bandwidth limitations or something else? I checked all the cameras, and they are streaming H.264 video.
Could you recommend possible solutions for this issue? Thank you.
-
Your colleague submitted the same question through a support ticket, so I'll copy paste the response below, and will delete this entire post later this week, to avoid duplicate and moreover duplicate efforts:
Did you increase the number of concurrent HTTP connections?
Default is 2, so if you want to open >2 connections, it is expected to fail.
That being said, please note that if you increase this number, the load on the hardware will increase as well.
Also, please note that HLS is deprecated, and WebRTC is recommended to use for embedding streams into other applications.
Best regards.0
Please sign in to leave a comment.
Comments
1 comment