I’m using version 1.22.8 on windows and trying to parse onvif metadata from some rtsp streams. I use uridecodebin and it automatically generates onvifmetadatadepay element. Then I can process the metadata xml. But I also need the RuleEngineConfiguration data from the camera. It starts with VideoAnalyticsConfiguration tag. onvifmetadatadepay element only parses if data starts with MetadataStream
tag.
Is it possible to get the RuleEngineConfiguration while using the uridecodebin? I tried autoplug signals but I couldn’t bypass onvifmetadatadepay. If I remove the dll then uridecodebin doesn’t generate src pad and I can’t access the raw data…