I have a problem configuring this camera.
I can use it using VLC but when I configure inside HASS, it fails…
camera:
- platform: ffmpeg
name: Test
input: -rtsp_transport tcp -i rtsp://[email protected]:554
I test it using ffmpeg console:
ffmpeg -i rtsp://[email protected]:554 -loglevel debug
But seems to fail in authentificate
Splitting the commandline.
Reading option ‘-i’ … matched as input url with argument ‘rtsp://[email protected]:554’.
Reading option ‘-loglevel’ … matched as option ‘loglevel’ (set logging level) with argument ‘debug’.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument debug.
Successfully parsed a group of options.
Parsing a group of options: input url rtsp://[email protected]:554.
Successfully parsed a group of options.
Opening an input file: rtsp://[email protected]:554.
[tcp @ 0x7fc739500340] No default whitelist set
[rtsp @ 0x7fc73a001200] method DESCRIBE failed: 401 Unauthorized
[rtsp @ 0x7fc73a001200] CSeq: 3
Server: TAS-Tech Streaming Server V100R001
WWW-Authenticate: Basic realm=“rtspsvc”rtsp://[email protected]:554: Server returned 401 Unauthorized (authorization failed)