IP-Camera Digest Authentication

Nobuyasu Tanaka

New Member
How can I digest-authenticate the rtsp video of the IP camera and register it in the startup?
The Axis camera was made as follows. With basic authentication

$ curl -X POST -H "Content-Type: application / json" -d'{"uri": "rtsp: //admin: admin@192.168.0.xx: 554 / axis-media / media.amp", " localStreamName ":" axisStream "}'" http://192.168.0.xx:8081/rest-api/rtsp/startup "

It seems that the encryption uses MD5. This device
 

Max

Administrator
Staff member
Good day.
For now, only basic authentication is supported
Code:
rtsp://user:password@hostname/stream
If this does not work for your camera, please provide us RTSP stream URL using this private form, we will check and raise a ticket if needed.
 
Top