Skip to content

Camera Stream URIs

mrlt8 edited this page Jul 22, 2024 · 3 revisions

Important

WebUI and stream authentication will be enabled by default to prevent unintentional access.

Please see the Authentication page for more information.

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
    
  • WebRTC signaling:

    https://localhost:8888/signaling/cam-name
    https://localhost:8888/signaling/cam-name?kvs
    
Clone this wiki locally