How to change codec via v3 6.0 API?
AnsweredIn Modify Device I see the mediaStream and codec but it is read only so how to change the codec from h264 to h265?
0
-
Hi Jason Clement ,
Instead of using Modify Device, please use Modify Device Adv. Parameters.
First send a
GET
request to/rest/v3/devices/{deviceId}/advanced
to get the correct body parameters. Change the desired body parameters with thePATCH
/rest/v3/devices/{deviceId}/advanced
request.For example in my situation, the body looked like:
0 -
Awesome, thank you! If anyone sees this in the future you can check out my github below, it's geared towards Wisenet Wave but I'm sure it can be modified easily to whichever version of Nx you run.
https://github.com/JCEternal/Wave-Setup
0
Please sign in to leave a comment.
Comments
2 comments