Generic IP camera : method OPTIONS failed: 401 Unauthorized

Hi,

I’m using 2 differents chinese IP camera, different brands.
Both are viewable through VLC in RSTP/554.

1 is working well in HA, the other not with this error :
“method OPTIONS failed: 401 Unauthorized”

I’ve tryied several login/password configuration, as described in the forum … nada !
Still stuck with the same error …

FYI : the not working one is supposed to be compliant with onvif … but, I can’t even discover it with OnVif Device Manager. Chinese compatibility …

here is my configyration.yaml :

camera:
  - platform: generic
    name: test
    stream_source: rtsp://192.168.0.111:554/user=admin_password=_channel=1_stream=0.sdp?real_stream
    still_image_url: http://192.168.0.111/image/jpeg.cgi
    verify_ssl: false
    authentication: digest
  - platform: generic
    name: myCam
    #stream_source: rtsp://admin:[email protected]:554/onvif1 <-- working too in VLC
    stream_source: rtsp://192.168.0.50:554/user=admin_password=_channel=1_stream=0.sdp?real_stream
    still_image_url: http://192.168.0.50/image/jpeg.cgi
    verify_ssl: false
    authentication: digest
    username: admin
    password: 123456

Looking for advices !

thanks in advance
p
[edit]
4 ports are open
554
8080
23456
34567
Obviousy, RSTP/554 can be accessed
Other … not, nor via http or telnet
any ideas ?
:slight_smile: