-
### Checks
- [X] This template is only for question, not feature requests or bug reports.
- [X] I have thoroughly reviewed the project documentation and read the related paper(s).
- [X] I have search…
-
The current API of streams is quite sparse/low-level requiring the user of the API to drop down to the underlying representation of Emit in order to deal with complexity (if you take a look at Virgil …
-
We are currently using the `@openpgp/web-stream-tools` library for streaming because the native Streams API doesn't support functions like `readToEnd`, which is utilized in our project.
…
-
We currently have a setup where we can use different compression algorithms to decompress the data, and most work with some pattern of the following:
```javascript
const stream = openStream();
…
-
Incomplete agent configuration data still being returned since hierarchy and tags have been introduced to the platform.
`connect.version 2.4.2`
`connect.core.getAgentDataProvider().getAgentData(…
-
Currently, this library supports the legacy NodeJS streams API (see https://github.com/kriszyp/cbor-x?tab=readme-ov-file#streams), but not the newer Web/WhatWG streams API (see https://developer.mozil…
-
I have a setup where if a camera is offline a 301 response is provided as a fallback, but it seems go2rtc has trouble following the redirect. The version is 1.9.4, these are the logs of the issue:
…
-
Forgot to mention this one too. Gotta add a polyfill of the Compression Streams API for browsers that don't support it yet (I think WebKit is the only odd one out, as of now!). I've been looking at St…
-
1. Create new user, create a new public group..
2. Go to that group page
3. discussion tab
4. type into leave a comment
5. submit
6. error 500 in the api call
server log:
```
openmeet-api
…
-
version: go2rtc version 1.8.4 linux/amd64
reproduce issue:
I create go2rtc.yaml
```
streams:
browser_stream:
- ""
```
and start ./go2rtc
producer stream("dst") : http://localhost:19…