Multiple streams in one websocket

bdf0506

n3wb
Joined
Apr 2, 2018
Messages
19
Reaction score
2
Is it possible to stream multiple videos in a single websocket?

Here's my issue. I am using a javascript based tool to access the mpeg files on my blueiris server. So I am referencing http://blueiris/mpeg/camera1 http://blueiris/mpeg/camera2, etc and pulling them into a webpage.

Problem with doing this is that each time I pull a feed into this js tool, it counts as one websocket. I want to pull in 8 cameras, which means 8 websockets. Chrome maxes out at 6.

There's some other workarounds, like using different dns names for each, but it's still several websockets. Is there a way to pull multiple mpeg files with a single websocket utilizing javascript?
 
Top