Advertisement
richsimpson

camera reolink into HASS generic cam style

Jul 13th, 2021
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. #Cameras used to create devices, used in remote cctv feed, used in dash2. not used
  2. #for the local cctv dashboard webrtc
  3. camera:
  4. - platform: ffmpeg
  5. name: CCTV1 Front Door
  6. input: rtmp://192.168.0.11/bcs/channel0_main.bcs?&user=USER&password=PASS
  7. - platform: ffmpeg
  8. name: CCTV2 Front Drive
  9. input: rtmp://IP OF NVR/bcs/channel1_main.bcs?&user=USER&password=PASS
  10. - platform: ffmpeg
  11. name: CCTV3 Back Garden
  12. input: rtmp://IP OF NVR/bcs/channel2_main.bcs?&user=USER&password=PASS
  13. - platform: ffmpeg
  14. name: CCTV4 Rear House
  15. input: rtmp://IP OF NVR/bcs/channel3_main.bcs?&user=USER&password=PASS
  16. - platform: ffmpeg
  17. name: CCTV5 Garage
  18. input: rtmp://IP OF NVR/bcs/channel4_main.bcs?&user=USER&password=PASS
  19. - platform: ffmpeg
  20. name: CCTV6 Play Room
  21. input: rtmp://IP OF NVR/bcs/channel5_main.bcs?&user=USER&password=PASS
  22. - platform: ffmpeg
  23. name: CCTV7 Cinema Room
  24. input: rtmp://IP OF NVR/bcs/channel6_main.bcs?&user=USER&password=PASS
  25. - platform: ffmpeg
  26. name: CCTV8 Utility Room
  27. input: rtmp://IP OF NVR/bcs/channel7_main.bcs?&user=USER&password=PASS
  28. - platform: ffmpeg
  29. name: CCTV1 Front Door LQ
  30. input: rtmp://IP OF NVR/bcs/channel0_sub.bcs?&user=USER&password=PASS
  31. - platform: ffmpeg
  32. name: CCTV2 Front Drive LQ
  33. input: rtmp://IP OF NVR/bcs/channel1_sub.bcs?&user=USER&password=PASS
  34. - platform: ffmpeg
  35. name: CCTV3 Back Garden LQ
  36. input: rtmp://IP OF NVR/bcs/channel2_sub.bcs?&user=USER&password=PASS
  37. - platform: ffmpeg
  38. name: CCTV4 Rear House LQ
  39. input: rtmp://IP OF NVR/bcs/channel3_sub.bcs?&user=USER&password=PASS
  40. - platform: ffmpeg
  41. name: CCTV5 Garage LQ
  42. input: rtmp://IP OF NVR/bcs/channel4_sub.bcs?&user=USER&password=PASS
  43. - platform: ffmpeg
  44. name: CCTV6 Play Room LQ
  45. input: rtmp://IP OF NVR/bcs/channel5_sub.bcs?&user=USER&password=PASS
  46. - platform: ffmpeg
  47. name: CCTV7 Cinema Room LQ
  48. input: rtmp://IP OF NVR/bcs/channel6_sub.bcs?&user=USER&password=PASS
  49. - platform: ffmpeg
  50. name: CCTV8 Utility Room LQ
  51. input: rtmp://IP OF NVR/bcs/channel7_sub.bcs?&user=USER&password=PASS
  52. #templates for video change channel from 0-7 for stream 1-8
  53. # 1 lowQ 640x480 px input: rtmp://IP OF NVR/bcs/channel0_sub.bcs?&user=USER&password=PASS
  54. # 2 medQ 896x672 px input: rtmp://IP OF NVR/bcs/channel0_ext.bcs?&user=USER&password=PASS
  55. # 3 highQ 2560x1920 px input: rtmp://IP OF NVR/bcs/channel0_main.bcs?&user=USER&password=PASS
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement