Phil Nagel
Phil Nagel
The executable file will be located at `rtl_fm_streamer/build/src/rtl_fm_streamer` (at least it was on my machine).
Adding the following to `build` in my `quasar.config.js` file resolved this issue for me: ``` build: { extendViteConf(viteConf, { isServer, isClient }) { viteConf.base = ""; }, ... } ```...
>I had dragged the Debugger window over to a second monitor, which happened to be my laptop, which has a 1/3 smaller screen at nearly the same resolution, making the...
I would also find this helpful. In most cases, the minimal cloud image is all I need.
This actually does not seem to be supported in Swagger UI currently. See [Swagger Docs](https://swagger.io/docs/specification/2-0/file-upload/ ) and [GitHub Issue](https://github.com/OAI/OpenAPI-Specification/issues/254). But it seems that it still works when submitting multiple files...
While it makes the Swagger UI look correct, it does not actually submit the files in the correct way though. This is what it looks like recorded with Fiddler -...
Hi! Hopefully it's OK to continue here, let me know if I should open a new issue. I am trying to set this up as a ONVIF proxy only. My...
Yes that is the correct stream URI. The IPs are correct, the cameras are on different subnets but there is routing so they can see each other. The camera subnet...
Good idea, I will give that a shot. Thank you!
Maybe it would be a good idea to just pass through the `auth` parameter to `httpx`. This would allow one to easily customize authentication, or use existing "plugins", without modifying...