moonfire-nvr/src
Scott Lamb 92266612b5 switch to websocket for live stream (#59)
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.
2020-02-29 14:39:16 -08:00
..
cmds update some deps, including cursive 2020-01-21 08:58:11 -08:00
testdata initial split of database to a separate crate 2018-02-20 23:15:39 -08:00
body.rs upgrade to hyper 0.13 ecosystem 2020-01-09 16:07:46 -08:00
h264.rs lose "extern crate" everywhere (Rust 2018 edition) 2018-12-28 21:59:39 -06:00
json.rs use application/json for login and logout 2020-01-09 16:24:03 -08:00
main.rs lose "extern crate" everywhere (Rust 2018 edition) 2018-12-28 21:59:39 -06:00
mp4.rs switch to websocket for live stream (#59) 2020-02-29 14:39:16 -08:00
slices.rs upgrade to hyper 0.13 ecosystem 2020-01-09 16:07:46 -08:00
stream.rs address AVStream::codec deprecation 2019-12-29 08:35:39 -06:00
streamer.rs fix "cargo test" errors and warnings in a9f6479 2019-07-01 00:06:22 -05:00
web.rs switch to websocket for live stream (#59) 2020-02-29 14:39:16 -08:00