onvif
onvif copied to clipboard
Improve `setVideoEncoderConfiguration`.
Fix names in setVideoEncoderConfiguration
.
Update JSDoc.
Rename following the ONVIF specs.
This also permit to getVideoEncoderConfiguration
, modify the object returned then use it to setVideoEncoderConfiguration
. Before that we had to convert mpeg4Profile
and H264Profile
keys to profile
.
EDIT: this breaks backward compatibility, we may change this to try both mpeg4Profile
and profile
then both H264Profile
and profile