docker-wyze-bridge
docker-wyze-bridge copied to clipboard
this exposes the rtsp-simple-server api
This will expose the rtsp-simple-server-api for health checks. Also this adds a health check to the docker-compose file. This depends on #203
Thanks!
I think you should be able to enable the API as an env variable without #203:
environment:
- RTSP_APIADDRESS=0.0.0.0:9997
- RTSP_API=yes
@mrlt8 I put those changes into the PR.
should I map local port to container port 9997=9997 / TCP ?