Hi, @AlexxIT , I noticed you added support for the Xiaomi source tutk protocol in commit 5b1da84 - great work, by the way.
I'm using the Docker image ghcr.io/alexxit/go2rtc:master , but my tutk-protocol camera still isn't working. The camera model is chuangmi.camera.ipc019. Do I need to add special configuration parameters?
{
"producers": [
{
"url": "xiaomi://xxx:[email protected]?did=xxx\u0026model=chuangmi.camera.ipc019"
}
],
"consumers": null
}
I'm not seeing any related warnings in the logs. Also, my other cameras with cs2 protocol are working fine. Thanks again for your work.