-
-
Notifications
You must be signed in to change notification settings - Fork 168
Camera Stream URIs
mrlt8 edited this page Mar 5, 2023
·
3 revisions
The bridge will create streams for each of your cameras which can be accessed at the following URIs, where cam-name
is the name of the camera set in the Wyze app and converted to lower case with hyphens in place of spaces. e.g. 'Front Door' would be /front-door
Replace localhost with the hostname or ip of the machine running the bridge:
rtmp://localhost:1935/cam-name
rtsp://localhost:8554/cam-name
http://localhost:8888/cam-name/stream.m3u8
-
WebRTC can be viewed in a browser:
(see WebRTC for setup)
http://localhost:8889/cam-name/
-
HLS can also be viewed in a browser by visiting:
http://localhost:8888/cam-name
-
Low-Latency HLS (enable with
LLHLS=true
):(NOTE: LL-HLS requires
https
)https://localhost:8888/cam-name or https://localhost:8888/cam-name/stream.m3u8
-
m3u8 playlist with all cameras (useful for viewing on an iptv):
http://localhost:5000/cams.m3u8