Closed seimonw closed 2 years ago
I think it's something to do with the second Option Enum closing the Struct somehow:
[2022-10-05][16:20:28][yaserde::de][DEBUG] Fetched Characters(AAC), new depth 4
[2022-10-05][16:20:28][onvif_xsd][DEBUG] **Enum** AudioEncoding @ 3: success
vs
[2022-10-05][16:20:28][yaserde::de][DEBUG] Fetched Characters(G711), new depth 4
[2022-10-05][16:20:28][onvif_xsd][DEBUG] **Struct** AudioEncoderConfigurationOption @ 3: success
Ah, ok - I think you already know about it by the looks: https://github.com/media-io/yaserde/issues/76
Hi, I've been trying out this library with some cameras. It's been working great, but I've come across the following issue that I'm not understanding.
I'm calling
schema::media::get_audio_encoder_configuration_options()
, I've added aprintln!
in the transport function to print the response xml which looks good as far as I can see but my GetAudioEncoderConfigurationOptionsResponse just looks like defaultThe response xml:
The logging output: