How to specify rtsp_transport http instead of tcp? #331
JeffBarlowBEN
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My Luma cameras require http rtsp transport protocol. How can I easily specify
http
instead of
tcp
(tcp is the default)
base.py
shows it's being specified via {self.args.rtsp_transport} but how can I set this argument variable from the docker-compose.yml?
Beta Was this translation helpful? Give feedback.
All reactions