]> git.sesse.net Git - nageru/commit
Make it possible to siphon out a single MJPEG stream.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 15 Feb 2020 16:28:17 +0000 (17:28 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 15 Feb 2020 16:47:39 +0000 (17:47 +0100)
commitbcd177e1daf5a63d7bf877bc5d30d8803dfd472c
treeec9d67f90e5c9f47700948beddec5e6bc73db9b9
parentd9ddc0c342d6145c14eef021a58d8969043e24e4
Make it possible to siphon out a single MJPEG stream.

The URL for this is /feeds/N.mp4 (although the .mp4 suffix will be ignored
in practice), where N is the card index (starting from zero). You are allowed to
use a feed that is not part of the “regular” multicam MJPEG input.

This can be used for remote debugging, recording of a given card with wget,
streaming a specific card as an aux, and probably over things.
futatabi/video_stream.cpp
nageru/defs.h
nageru/kaeru.cpp
nageru/mixer.cpp
nageru/mjpeg_encoder.cpp
nageru/mjpeg_encoder.h
nageru/video_encoder.cpp
shared/httpd.cpp
shared/httpd.h
shared/shared_defs.h