Closed QuPengfei closed 3 years ago
There are two ways to deploy the camera gateway. one way for helm is SCOPE=officex-camera make start_helm. the other way is container-only.
For rtmp proxy, the initial idea is only to expose the rtmp/db service via the office gateway. office gateway is the only interface or API gateway for external access.
@xwu2git , update the patches, please review.
camera-gateway=enable
setting on the analytics containers. Is it possible to deduce from the rtsp/rtmp URL prefix? helm/readme.md
not updated. Still show make start_camera-gateway
. Instead it should be SCOPE=office1-camera make start_helm
db_init
: it's ok to over initialize. You probably don't need to set camera_gateway=enable. Office registration can be turned off if dbchost is none. discovery.py
: camera_gateway
is equivalent to rtmphost
. Overall, there are too many camrea_gateway=enable
. Are they all necessary? sensor/streaming
to sensor/rtmp
, to be consistent with sensor/webrtc
. @xwu2git update the patch accordingly.