Dropping connections, wyze app issues, laggy video #918
Unanswered
Jabronis18
asked this question in
Q&A
Replies: 3 comments 13 replies
-
What is your wireless infrastructure like? brand and number of AP's, brief overview of topography? |
Beta Was this translation helpful? Give feedback.
6 replies
-
Only one switch in the garage, and I don’t think I am meshing the APs (extremely noob when it comes to mesh networks)On Jul 15, 2023, at 1:45 PM, Maxfield Allison ***@***.***> wrote:
any switches or are you meshing the AP's
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Assuming that’s in the router settings but can’t seem to locate that in the
AT&T interface?
On Sat, Jul 15, 2023 at 11:25 PM mrlt8 ***@***.***> wrote:
Try adjusting the IGMP settings (Advanced > Network > IPTV/VLAN). See if *IGMP
Snooping* helps.
—
Reply to this email directly, view it on GitHub
<#918 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYGEWYTJ35Y77WFDCRGYC4LXQNUJZANCNFSM6AAAAAA2LLGM2I>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
--
Jeremy LeBaron
SENIOR ACCOUNT EXECUTIVE
P:
(801) 440-7887
E:
***@***.***
Inline image
Inline image
Inline image
Inline image
Inline image
https://mtxb2b.com
3001 Dallas Pkwy
Suite 210
Frisco, TX 75034
Albany, NY | Frisco, TX | Boston, MA | Jaipur, India | Hyderabad, India
Jeremy LeBaron
SENIOR ACCOUNT EXECUTIVE
P:
(801) 440-7887
E:
***@***.***
Inline image
Inline image
Inline image
Inline image
Inline image
https://mtxb2b.com
3001 Dallas Pkwy
Suite 210
Frisco, TX 75034
Albany, NY | Frisco, TX | Boston, MA | Jaipur, India | Hyderabad, India
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Amateur here but love the dev that’s been done here. For reference HW is Surface Pro 3 8GB, i5 running latest Ubuntu LTS and running docker wyze-bridge dishing RTSP to Scrypted and then HomeKit from there.
No matter what config I’ve tried in the yaml, I get consistent dropped connections, video is laggy, and anytime I’m running wyze-bridge, the wyze app is almost unusable (for the Pan V3s I need to at times go into Wyze to pan the cams manually).
I’ve tried keeping audio disabled, running at HD60 and SD30, I tried @maxfield-allison’s recent config he posted a couple weeks back but no luck getting anything to significantly improve the streams. Any help is appreciated, concerned it could be HW issue on the machine but i would think the SP3 Pro would still have more HP than
an RP4 despite its age. Thanks in advance!
Current yaml config:
version: '2.4'
services:
wyze-bridge:
container_name: wyze-bridge
restart: unless-stopped
image: mrlt8/wyze-bridge:latest
ports:
- 1935:1935 # RTMP
- 8554:8554 # RTSP
- 8888:8888 # HLS
- 8889:8889 #WebRTC
- 8189:8189/udp # WebRTC/ICE
- 5000:5000 # WEB-UI
environment:
# [OPTIONAL] (Can be set in the WebUI):
- WYZE_EMAIL=
- WYZE_PASSWORD=
- ENABLE_BOA=true
- FPS_FIX=true
- ON_DEMAND=False
- IGNORE_OFFLINE=true
- QUALITY=SD30
- NET_MODE=ANY
Beta Was this translation helpful? Give feedback.
All reactions