Hi - new channels user here and first of probably many questions / requests for assistance.
I've seen the wyze bridge (https://github.com/mrlt8/docker-wyze-bridge) recommended a few times and people seem to be using it with success.
I have the bridge docker setup. I can view my cam directly in a web browser from the same machine channels is running on via http://localhost:8888/garage/
The m3u link wyze bridge generates is http://localhost:8888/garage/stream.m3u8
The contents of that file are:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-ALLOW-CACHE:NO
#EXT-X-TARGETDURATION:2
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:1.95,
1641617974.ts
When I try to import it as a custom channel I get the following error:
2022/01/07 23:29:53.535541 [ERR] Failed to request m3u for test camera: Get "http://localhost:8888/garage/stream.m3u8": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
Any ideas?