You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This needs to be repeated for both build_type=Debug and build_type=Release.
Then rebuild NvNmos.
If you run nvnmos-example with final command line arg -40 (most verbose logging level) you’ll see "Build settings" are output as one of the first log messages which confirm which HTTP implementation is being used.
However, nmos-cpp certainly used to work with the default WinHTTP/HTTP.SYS implementation, just possibly requiring running as administrator so that listening on the wildcard address is permitted, so it'd be good to understand what's changed.
The text was updated successfully, but these errors were encountered:
The example app builds and starts but the HTTP endpoints are inaccessible.
Where the instructions have this:
The workaround is adding the following extra options for cpprestsdk and forcing nmos-cpp to rebuild:
This needs to be repeated for both
build_type=Debug
andbuild_type=Release
.Then rebuild NvNmos.
If you run nvnmos-example with final command line arg -40 (most verbose logging level) you’ll see "Build settings" are output as one of the first log messages which confirm which HTTP implementation is being used.
However, nmos-cpp certainly used to work with the default WinHTTP/HTTP.SYS implementation, just possibly requiring running as administrator so that listening on the wildcard address is permitted, so it'd be good to understand what's changed.
The text was updated successfully, but these errors were encountered: