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.53k stars 153 forks source link

BUG: Snapshots from stream vs. from Wyze #1289

Open RUHavingFun opened 3 weeks ago

RUHavingFun commented 3 weeks ago

Describe the bug

I have setup the Roku IP Camera App to use Snapshots since it does not support the RTSP stream from the bridge. I have setup the bridge to get the snapshots from the RTSP stream every 15 seconds instead of from Wyze.

However, what we see on the Roku app is that we are getting the images from Wyze. Some cameras seem to be current, but others will be hours delayed with a static image from when some motion occurred.

Not sure if there is something else we can do to force this, if there is an issue with type of camera, or if it is just an issue of accidental cache. But it seems that the Wyze Snapshot is somehow cached when it should not be.

Affected Bridge Version

2.9.4

Bridge type

Docker Run/Compose

Affected Camera(s)

No response

Affected Camera Firmware

No response

docker-compose or config (if applicable)

No response

mrlt8 commented 3 weeks ago

Are you using the /snapshot/<cam-name>.jpg endpoint? you can potentially disable SNAPSHOT=RTSP15 and since /snapshot/<cam-name>.jpg should take a new snapshot on demand.