-
I've noticed whilst attempting to connect a sender to a receiver (Immediate Activation) that there are additional "/" characters in the HTTP Requests. To be clear, I'm not referring to trailing slashe…
-
Hello,
When running the testing tool in unicast mode the default TTL of the DNS zones (60 seconds) has a negative impact on the test(s). For me, at the moment it is only test 21. But there could be…
-
Now we have seven IS's, there's a lot of copying required every time we change how gh-pages is built. This could be separated out.
-
I was trying to install dependencies such as cpprestsdk in a more comfortable manner using vcpkg. Note that Microsoft recommends vcpkg with cpprestsdk, see https://github.com/microsoft/cpprestsdk
C…
-
Hello!
The json schema I want to validate against uses the date-time format.
```json
"currentTime": {
"type": "string",
"format": "date-time"
}
```
On validation the validator …
-
I've tried a couple of times now, on AWS S3 instances of reasonable power (c5.xlarge) with both Ubuntu 16.04 and AWS Linux, and keep getting this:
```
==> regquery: Waiting for machine to boot. Th…
-
Hello,
When looking at the implementation I see SDP generation for 2022-6 (mux flows) is not implemented. It wasn't mentioned in the current feature list, so it was expected. Are there any plans fo…
-
There are in total 4 occurrences where the outputs are retrieved and immediately accessed.
For example:
```python
testRouteAction = outputList[0].findAcceptableTestRoute()
```
Line 75
This ha…
-
The client now makes ``id`` queries using [Basic Query Syntax](https://github.com/AMWA-TV/nmos-discovery-registration/blob/v1.2/docs/2.5.%20APIs%20-%20Query%20Parameters.md#basic-queries) and others u…
-
Tags and branches should use same naming convention as other NMOS specification repos to ensure the NMOS Testing Tool and GitHub Pages documentation can be generated consistently, shouldn't they?
I…