go2rtc
go2rtc copied to clipboard
Real-time notification mechanism on client connections/disconnections?
Is there a way to be notified in real-time of any consumer connections/disconnections? (For example, some sort of webhook). At the moment I have only configured the REST API but you have to go polling there (https://myserver.it/api/streams?src=mysrc). I have my go2rtc instance running in a Docker container. I have a paid model so I would like to give a maximum daily connection time.
Thanks in advance