0.84.6 RTSP stream not visualized: broken image (was working in the past)

If I put the input in VLC is shown perfectly, in HASS its broken. Was working in HASS but some prevous versions (can’t tell when it changed)

Cattura

  - platform: ffmpeg
    name: Living
    input: rtsp://admin:[email protected]:554/Streaming/Channels/101/

Most likely a silly question but did you add ffmpeg: to your config.yaml?

YEs, its there. Yesterday Ifinally figured it out, its because of a firmware change of Hikvision, now they use digest instead of digest/basic. If you use the latter then the integration in HASS works.

For another camera had same issue but the solution was different: add the below code instead of just rtsp://…

I leave this thread open for other people that may have same problem

input: -rtsp_transport tcp -i rtsp://admin:[email protected]:554/Streaming/Channels/101/
1 Like

[and you have a fluent stream with rtsp ?
i am using the synology platform, but they changed the API, so i need to switch over to rstp also
but the stream sux, its a refresh like every 10 secs, what is wrong? you any idea?

my test code: (offcourse it was uncommented :slight_smile: )

ffmpeg:

camera:

#  - platform: ffmpeg
#    input: -rtsp_transport tcp -i rtsp://user:[email protected]:554/Sms=1.unicast
#    extra_arguments: -pred 1 -q:v 2
#    name: test1

Will check. Not an expert on ffmpeg but try without extra_arguments and /onvif1 after 554.

… just ideas

Ok, Will test, thnx