Closed bpmich closed 3 years ago
If they are connecting then disconnecting, my first suggestion would be to check your wifi network.
I believe the official wyze documentation has some info for a couple of routers (airtime fairness, etc). Googling your router brand + wyze might also turn up some useful settings.
You could try streaming from a single camera with - FILTER_NAMES=One of My Cam Names
and see if it's more stable.
getting the same thing here. tried streaming one camera. Wyze cameras have very low bandwidth so I dont this being a bandwidth issue. I can connect the cameras fine and stream from the app. I have RTSP firmware on one camera and can stream directly just fine as well. Cameras used to work a week ago just fine now dont work at all with this.
my logs are
2021/08/16 18:52:34 Fetching 'cameras' from wyze api...
2021/08/16 18:52:35
Sleeping for 10s...
2021/08/16 18:52:39 I [0/0] [RTSP] [conn 172.19.0.1:42576] opened
2021/08/16 18:52:39 I [0/0] [RTSP] [conn 172.19.0.1:42576] ERR: no one is publishing to path 'car-camera'
2021/08/16 18:52:39 I [0/0] [RTSP] [conn 172.19.0.1:42576] closed
2021/08/16 18:52:40 I [0/0] [RTSP] [conn 172.19.0.1:42594] opened
2021/08/16 18:52:40 I [0/0] [RTSP] [conn 172.19.0.1:42594] ERR: no one is publishing to path 'kitchen-cam'
2021/08/16 18:52:40 I [0/0] [RTSP] [conn 172.19.0.1:42594] closed
2021/08/16 18:52:45 Fetching 'cameras' from wyze api...
tried adding:
RTSP_PROTOCOLS=tcp
RTSP_READTIMEOUT=30s
RTSP_READBUFFERCOUNT=8192
FILTER_MODEL=v3
v3 cam is on 4.36.2.5v
Same problem here. Everything was working great until 5-6 hours ago. I was streaming my 8 cameras (mix of v2, pan and v3's with no problems. Only 1 camera works now. Was running 0.5.3 but tried the latest 0.5.8 now as well. Same problem.
@ljmerza Seems like yours got stuck in a loop trying to fetch the list of cameras from the wyze servers. Can you try: - FRESH_DATA=true
I was able to figure out it was some weirdness with my 2fa auth. I removed old files and redid everything and it works now
I'm seeing some weirdness too, but still on 0.5.3. Was about to update to 0.5.8, but then realized I'm not sure how I should update. Will 'docker-compose up --build' pull in the latest version?
On Mon, Aug 16, 2021 at 2:44 PM spantobi @.***> wrote:
Same problem here. Everything was working great until 5-6 hours ago. I was streaming my 8 cameras (mix of v2, pan and v3's with no problems. Only 1 camera works now. Was running 0.5.3 but tried the latest 0.5.8 now as well. Same problem.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mrlt8/docker-wyze-bridge/issues/69#issuecomment-899771879, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACAD2MD7IPLSN3R45QRHVPDT5FTDJANCNFSM5B6HVBNA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .
docker-compose down
docker-compose pull
docker-compose up
I tried adding FRESH_DATA=true and it accepted the new code from mfa_token. Unfortunately, it didn't help. Still getting the same problem as ljmerza above. I also tried just deleting the files in /tokens but still no go.
The weird thing is that one of my cameras (v3) did start working yesterday night suddenly but it's now gone again this morning.
It went from rock solid to nothing working at all, very confusing :)
Having the same issue on both local and non local v3 cams.
Here is an example of the stream opening and then immediately closing:
2021/08/11 11:16:23 I [1/0] [RTSP] [conn 192.168.1.44:40048] closed 2021/08/11 11:16:23 I [1/0] [RTSP] [conn 192.168.1.44:40052] opened 2021/08/11 11:16:23 I [1/0] [RTSP] [session 285122010] opened by 192.168.1.44:40052 2021/08/11 11:16:23 I [1/0] [RTSP] [session 285122010] closed 2021/08/11 11:16:23 I [1/0] [RTSP] [conn 192.168.1.44:40052] ERR: no one is publishing to path 'kitchen-camera '
Logs show the cameras occasionally being picked up with nitrate info. I have four Wyze Cam V3's. All behave this way on rtsp, rtmp, and hls. Any insight would be appreciated, I can provide any other config info that might help diagnose.