-
-
Notifications
You must be signed in to change notification settings - Fork 244
Camera Substreams
mrlt8 edited this page Mar 9, 2023
·
3 revisions
The bridge can pull two simultaneous streams from each camera (high and low resolution), however, the camera firmware needs to support this feature for it to work properly.
If enabled, the bridge will create a substream for the camera with -sub at the end of the URI. e.g.:
rtsp://localhost:8554/cam-name-sub
Enable substream for all cameras with supported firmware:
SUBSTREAM=True
Enable substream for a single camera without FW version check:
SUBSTREAM_CAM_NAME=True
Note: The substream does not create a control thread, so you will need to send commands to the main stream.