-
This is related to my questions in #6, but this is something I've been experimenting on so wanted to surface it somewhere, and as this may result in some suggestions that go back to the RoQ draft itse…
-
### Describe the bug
Whenever you try to open another stream while already having a stream open, looks like the current socket is not closed properly and when trying to bind again it fails.
```…
-
### What is the feature you are proposing?
Currently, `` will always try to stream content when the current connection is streaming, even without ``. I'd like to be able to disable this behavior.
…
-
### Issue guidelines
- [X] I've read the [Issue Guidelines](https://abhitronix.github.io/vidgear/latest/contribution/issue/#submitting-an-issue-guidelines) and wholeheartedly agree.
### Issue Ch…
-
Hi,
I'm struggling to implement heartbeat with muxado. The example provided forces to use `TypedSession` which does not implement `AsyncRead` and `AsyncWrite` traits. Is there any way to get around…
-
Documentation of https://uvvm.github.io/vip_axistream.html#axistream-receive-vvc
Has a typing error in the example of axistream_receive.
![image](https://github.com/user-attachments/assets/68325f65-…
-
Hi there,
a few weeks ago I released [@testing-library/react-render-stream](https://github.com/testing-library/react-render-stream-testing-library), which, among other things, [tracks which component…
-
Since we currently don't allow unknown frame types and unknown stream types, there is no way to inject padding on the application level. I believe it would be useful to allow for at least padding uni…
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
Lei-k updated
2 weeks ago
-
We need to decide on the testing framework for the streaming server — whether we use Jest or the built-in node.js testing tools, or whether we use something like Matteo Collina's [borp](https://www.np…