-
Hello, I'm trying to make my own page to share baby-cam stream with my parents... and I'm a new to this work... please help me Q: RTSP is not stated with docker starting.
|
Beta Was this translation helpful? Give feedback.
Answered by
mrlt8
Jun 13, 2023
Replies: 1 comment 1 reply
-
This should keep maintain the connection to the cameras as long as the bridge is up: - ON_DEMAND=False FYI, it looks like the camera is connecting over P2P/internet (camera on a different network?) so it will consume bandwidth even when the stream is not being accessed if |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LAdobby
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should keep maintain the connection to the cameras as long as the bridge is up:
- ON_DEMAND=False
FYI, it looks like the camera is connecting over P2P/internet (camera on a different network?) so it will consume bandwidth even when the stream is not being accessed if
ON_DEMAND
is set to false.