Enhance video resolution handling by adding model-specific logic and updating subtype parsing
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user