mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 23:25:55 -05:00
92266612b5
The multipart stream / hanging GET approach worked in a prototype for a single stream, but Chrome has a per-host limit of six connections. If I try streaming all my cameras at once, I hit that limit. I can't open all the streams, much less additional connections to load init segments and such. Websockets apparently has a much higher limit of 256. |
||
---|---|---|
.. | ||
cmds | ||
testdata | ||
body.rs | ||
h264.rs | ||
json.rs | ||
main.rs | ||
mp4.rs | ||
slices.rs | ||
stream.rs | ||
streamer.rs | ||
web.rs |