use-go / onvif

full and enhanced onvif protocol stack in golang.
MIT License
384 stars 180 forks source link

Some structures are incorrectly defined #16

Open hyw0810 opened 2 years ago

hyw0810 commented 2 years ago

GetVideoEncoderConfigurationsResponse.Configurations in onvif document defined as unbounded, I understand it should be defined as an array. But in the file media/types.go it is not defined as an array.