-
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…
-
For video outputs, users should be able to select multiple passes that get recorded to individual video files with separate recording settings for each. That way you could, for example, record the col…
-
This seems like an obvious extra implementation.
The options in src/Transports are great, but they do require significant effort to plan and support in production. Especially if the only need is for …
-
Hello,
I have RCE_RECEIVE_ONLY streams getting frames from a multicast address. The problem is that the subscription to the multicast group times out and the streams stop working. Restarting the str…
-
Hello,
Firstly thanks so much for all the effort that you put in to maintaining these apps. We have been users for several months and have been impressed at how stable it has been with the API - not …
-
currently in twitch there are some streamers who do not add a category to their stream.
Removing the limitation at https://github.com/kwaschny/unwanted-twitch/blob/32983861bbfb7ed9426a6a7f58cbdc0d6…
-
node 1:
```
cluster_interfaces = { "frytka" };
cluster_node_name = "xmpp1.empeka.pl";
cluster_servers = { "xmpp2.empeka.pl:7473"};
cluster_server_port = 7473;
cluster_port = 7473;
```
node 2:
…
-
Hello,
I use a proxy and when I run "pnpm run dev", I get an error
"Proxy environment variables detected. We'll use your proxy for fetch requests.
Error: write EPIPE
at afterWriteDispatched (…
-
status, commands, muf-errors, and gripes
-
### 🐛 Describe the bug
Dynamo doesn't seem to support user defined cuda streams and doesn't create graphs for ops in the user stream context.
Example code:
```from torch._dynamo import optimize
…