Robin Grönberg
Robin Grönberg
Will this be merged? I cannot get jsmpeg to work without this patch. It has been sitting here for a year without attention.
Use `ui_version=3` to use open api v3 instead of swagger v2. ```python setup_swagger(app, ui_version=3) ```
> have you tried to use swagger ui after that? It doesn't work with ui_version 3 Yes, I can use swagger ui after that. However, I specify more arguments than...
Same issue with MacOS Mojave 10.14.4. Docker desktop 2.1.0.5. Docker engine 19.03.5. Also using private repository. [UPDATE]: A reboot solved it for me.
Are you thinking about syncing using a reference audio stream with another audio stream (for example a language dub), or are you looking at syncing audio using a video reference...
I have the same issue. Also using javascript. I push the video stream with gstreamer using this command: `gst-launch-1.0 videotestsrc ! queue ! x264enc ! rtspclientsink location=rtsp://127.0.0.1/stream1` I also use...
It seems like the whole rtsp protocol is not implemented. The missing commands are ANNOUNCE, RECORD, GET_PARAMETER, SET_PARAMETER and REDIRECT. From [ClientServer.ts](https://github.com/chriswiggins/rtsp-streaming-server/blob/master/src/lib/ClientServer.ts) ```typescript this.server = createServer((req: RtspRequest, res: RtspResponse) =>...
Yea, I finally got it working yesterday. I had the ports mixed up. But I also have other problems related to my environment. I think it's safe to say that...
FYI: I implemented a very crude version of this that I intend to use while developing a gbc link-cable based application. https://github.com/Gronis/mgba/compare/49d9b70e6f2015165b6719a6da8ea842e996fde0...Gronis:mgba:master
My suggestion is that “save all photos to album” has a confirm box. Alternatively, the “save all photos to album” is not shown if the folder is used for camera...