onvif device test tool test behavior issue. #75
-
Hi Expert, When I try to use device test tool to test us product. I always get fail from test item MEDIA-2-1-9-v14.12 JPEG VIDEO ENCODER CONFIGURATION. Do you know why this item MUST use bit rate 64000 to test the product ? Because our product just support 384 to 32768. The bit rate 64000 is over our bit rate range already. So, could you please help to clarify this problem ? Joshua |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello, There is a requirement in ONVIF Media Service Specification, Section 5.5.5 SetVideoEncoderConfiguration: So, the client may send any values and this is also applicable to the ONVIF Device Test Tool. Device shall not return the fault but adapt BitrateLimit to the supported one. |
Beta Was this translation helpful? Give feedback.
-
Hi expert, Thank you for your reply. It's very helpful and clear for me. Joshua |
Beta Was this translation helpful? Give feedback.
Hello,
There is a requirement in ONVIF Media Service Specification, Section 5.5.5 SetVideoEncoderConfiguration:
"A device shall adapt an out of range BitrateLimit instead of returning a fault."
So, the client may send any values and this is also applicable to the ONVIF Device Test Tool. Device shall not return the fault but adapt BitrateLimit to the supported one.