Enhance video resolution handling by adding model-specific logic and updating subtype parsing

This commit is contained in:
seydx
2026-01-12 11:00:28 +01:00
parent c5311cdd94
commit 5fcb33c0cd
3 changed files with 98 additions and 17 deletions
+1
View File
@@ -188,6 +188,7 @@ func buildStreamURL(cam *wyze.Camera) string {
query.Set("uid", cam.P2PID)
query.Set("enr", cam.ENR)
query.Set("mac", cam.MAC)
query.Set("model", cam.ProductModel)
if cam.DTLS == 1 {
query.Set("dtls", "true")