AlexxIT / go2rtc

Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.
https://github.com/AlexxIT/Blog
MIT License
4.22k stars 344 forks source link

go2rtc to onvif id name madness #1160

Closed robert-sz-76 closed 3 months ago

robert-sz-76 commented 3 months ago

Hi Alex. In my go2rtc I have several input:

I add to Onvif integration go2rtc as source (127.0.0.1:1984) and I call it "go2onvif" The problem is that the ID entity do not respect the source name. For example:

I have to mention that the stream is correct, go2onvif rtcTapoSD stream from rtcTapoSD, only the id (camera.go2onvif_rtcasus) is wrong. Same for the others.

Thank you. Robert

AlexxIT commented 3 months ago

Hi. I can't confirm your words. Just made same test. I hope your talking about Home Assisstant onvif integration. All streams shows as they should. You can increase log level to trace and check something useful there.

robert-sz-76 commented 3 months ago

I delete the go2rtc source from onvif integration, re-add it and everything looks that should be. Maybe it was an onvif integration issue.

Thank you.