mrlt8 / docker-wyze-bridge

WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container
GNU Affero General Public License v3.0
2.64k stars 162 forks source link

PTZ V3 freezes in app if 2.0.0 bridge is running and thumb is pulled #740

Open cryptosmasher opened 1 year ago

cryptosmasher commented 1 year ago

I figured I'd start a new thread - I don't see anything in the console out of the ordinary so not sure what's up

as some background I'm using actiontiles to pull a snapshot every few seconds in the background.

like so: wyze-bridge | [WyzeBridge] 192.168.1.77 - - [14/Mar/2023 04:28:50] "GET /snapshot/driveway-ptz.jpg?rand=1678768083140 HTTP/1.1" 200 - wyze-bridge | [WyzeBridge] 192.168.1.77 - - [14/Mar/2023 04:28:51] "GET /snapshot/v3pro.jpg?rand=1678768083168 HTTP/1.1" 200 -

when 2.0.0 bridge is running ptz v3 refuses to connect in the app (inconsistently) , after killing the bridge, it connects fine but shows "2k" as an option for quality which it doesn't have.

all my other ptz v3 camera SEEM to connect fine (I am not pulling snapshots) but also show 2k as the quality upon initial connection in the app.

mrlt8 commented 1 year ago

Hmm. Seems like the v3 pan might be using a different "frame size" for the HD stream. Will have to look into that.

Does setting QUALITY=SD30 make any difference?