flyingspud
flyingspud
@cedricve cameras were previously connected to OBS for direct stream and to Synology Security Center for CCTV function. They were subsequently consolidated under go2rtc since I needed additional RTSP streams...
@cedricve let me know if you need any form of debug log. As long as it does not contain any identifiable or sensitive information, I should be able to share...
@apetrichkovich does your camera have the option to output the camera stream as H264? If yes, give that a try and see if go2rtc picks it up.
@apetrichkovich I personally encountered streaming issue with H265, but this is something the developer will need to relook since it is supposed to be supported out of box. As for...
Came across this thread while dealing with my own high failure rates (in the millions lol) My docker compose was referencing to my own hosted Photon server via HTTPS and...
@runzl0r if everything is hosted on-prem, switch out the photon hostname to IP:port and remove "PHOTON_API_USE_HTTPS" `PHOTON_API_HOST: IPaddress:port #PHOTON_API_USE_HTTPS: true` give that a try, that resolve the issue for me.
Ditto to this, I'm doing continuous recording but would like to set timing for that to reduce storage consumption.
> Not currently no, if you have an external system like Home Assistant for example you can toggle the cameras on/off using MQTT I'm currently using it as a pure...
Be it continuous or event triggered, setting the recorder schedule at NVR is a great start since that controls the recorder. Future idea can include scheduler for specific day(s) of...