Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. ## secrets.yaml
  2. cam1_rtsp: rtsp://camop:passwd@192.168.1.30:554/Streaming/Channels/2
  3. cam1_still: http://camop:passwd!@192.168.1.30/ISAPI/Streaming/channels/101/picture
  4.  
  5. ## configuration.yaml
  6. camera:
  7. - platform: generic
  8. name: Cam1 uppfart
  9. still_image_url: !secret cam1_still
  10. stream_source: !secret cam1_rtsp
  11.  
  12. ## camera: hikvision ds-2cd2142fwd-i
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement