Device Test Tool Media1 streaming "The stream Uri has incorrect type. Expected type is IPv4" #86
Unanswered
pawelbialek
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am receiving the error in the title when we are attempting to test our ipv6 support implementation.
The implementation detects if requests were made using ipv4 or ipv6 and makes replies according to this.
Any other tests in the
Diagnostics
tab, such as ones that testGetSnapshotUri
work well with this and react to this correctly.Only tests from RTSS-1-1 (video streaming), RTSS-2-1 (audio streaming) & RTSS-6-1 (audio backchannel) show this discrepancy.
In ONVIF caps, used for instance in device service
GetServices
API, we point out that our implementation is ipv6-capable by setting theIPVersion6
flag to true.But this seems to now do the job.
Is there some additional configuration to be set within ONVIF or ODDT that may change the behavior ?
I doubt the standard imposes ipv4 on all stream uris, it is just we are doing something wrong.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions