docker-wyze-bridge icon indicating copy to clipboard operation
docker-wyze-bridge copied to clipboard

this exposes the rtsp-simple-server api

Open d4v3y0rk opened this issue 3 years ago • 3 comments

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

d4v3y0rk avatar Oct 27 '21 23:10 d4v3y0rk

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 avatar Oct 28 '21 00:10 mrlt8

@mrlt8 I put those changes into the PR.

d4v3y0rk avatar Oct 28 '21 14:10 d4v3y0rk

should I map local port to container port 9997=9997 / TCP ?

AdiAbuAli avatar Nov 07 '21 04:11 AdiAbuAli