WebRTC with Hikvisoin Doorbell

I am having trouble getting my Hikvision doorbell stream to work on HA. I am using WebRTC and had it working at one time several months ago. My HA was down for a while and i finally got it back up online. Now the stream isnt working.

I am getting Error: RTSP Client UnAuthorized 401

Here is what my code looks like.

type: custom:webrtc-camera
url: rtsp://Admin:[email protected]:554/ISAPI/Streaming/Channels/102

Any one have any suggestion?

It appears that the username is case sensative. I change the username to admin and it started working.

I also tried this and it also works.

url: rtsp://Admin:[email protected]:554/Streaming/Channels/101

Not sure the difference.