- Apr 17, 2018
- 14
- 0
This stream in VLC works fine
rtsp://admin
assword@192.168.1.5:554/Streaming/Channels/101/
but I would like to have a picture like I have with my other Hikvision cameras:
http://admin:password@192.168.1.4/ISAPI/Streaming/channels/1/picture
Isn't it possible?
I do need this in Home Assistant which is a home automation software that handle the below camera format:
- platform: mjpeg
mjpeg_url: http://192.168.1.92/mjpeg
- platform: generic
still_image_url: http://194.218.96.92/jpg/image.jpg
- platform: ffmpeg
input: FFMPEG_SUPPORTED_INPUT
- platform: onvif
host: 192.168.1.111
rtsp://admin

but I would like to have a picture like I have with my other Hikvision cameras:
http://admin:password@192.168.1.4/ISAPI/Streaming/channels/1/picture
Isn't it possible?
I do need this in Home Assistant which is a home automation software that handle the below camera format:
- platform: mjpeg
mjpeg_url: http://192.168.1.92/mjpeg
- platform: generic
still_image_url: http://194.218.96.92/jpg/image.jpg
- platform: ffmpeg
input: FFMPEG_SUPPORTED_INPUT
- platform: onvif
host: 192.168.1.111