agsh / onvif

ONVIF node.js implementation
https://onvif.pages.dev
MIT License
707 stars 240 forks source link

media2 support for videoencoders #339

Closed momoAmch closed 1 month ago

momoAmch commented 1 month ago

Added Media2 support for the following functions:

GetVideoEncoderConfigurations and GetVideoEncoderConfigurationOptions SetVideoEncoderConfiguration With these updates, we now support setting the H.265 encoder and configuring constant bit rate.

Sources:

ONVIF Media2 WSDL Tested on Hanwha camera.

momoAmch commented 1 month ago

@agsh

agsh commented 1 month ago

@momoAmch looks nice to me. Thanks! Should I make a new release to put it to the npm?

momoAmch commented 1 month ago

@agsh yes please, thank you

agsh commented 1 month ago

@momoAmch Done! I also added a new Digest Auth there. So new version bumped to 0.8.0. I've tested it, but there may be some glitches.