agsh / onvif

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

add media2 support for videoEncoders #337

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.

agsh commented 1 month ago

@momoAmch Hello! Thank you very much! But it seems that you chose a wrong branch to merge :smiley: You worked on the 0.x version which is written in the javascript. And v1 branch is for totally rewritten version in the typescript. Please change the destination to master branch and and I will merge it with pleasure

momoAmch commented 1 month ago

ok thank you wrong branch