We had some users which reported that the RTSP stream their the IP-camera doesn't work with Kerberos.io. However when tested with VLC, they claimed that it worked out-of-the-box. Read more about ONVIF what's so hard with IP-camera's.
451 Describe failed
One of the issues reported is the 451 Describe error. The problem is very common with Chinese IP-camera's: e.g. MiSecu 720P. When using following RTSP url with Kerberos.io:
rtsp://192.168.2.109:554/user=admin&password=mammaloe&channel=1&stream=0.sdp
we see that describing failed:
[rtsp @ 0x18a1b80] method DESCRIBE failed: 451 ERROR
One of the main issues is that every camera manufacturer uses their own protocol (RTSP URI formatting). Finding the correct URL for your IP-camera can be frustrating and time-intensive. When found you can try to open it with VLC, and afterwards with Kerberos.io.
Depending on the format of the RTSP URI things can go wrong, for example when using a format like above. To solve the problem you'll need to add an question mark "?" at the end of the url.
rtsp://192.168.2.109:554/user=admin&password=mammaloe&channel=1&stream=0.sdp?
3 Comments