-
Hi,
I'm trying to find a way to stream from VDO.ninja and ingest the stream into raspberry_ninja and then restream it via RTMP.
How to do that?
Tnx!
-
### Is your feature request related to a problem? Please describe.
Currently in order to show off our desktops we have to either make our own RTMP servers or use an existing service that supports str…
-
Currently we can stream file and decoding it.
Is is possible to implement encoding stream?
I want to do this
```
var cryptoStream = crypto.createHash('sha1');
cryptoStream.on('end', function(){
…
-
I'm using streaming, and if i send a chunk larger than 2048, it's truncated.
I get sent a Part which is 2048 long, even if the server sent a larger chunk.
(which then doesn't deserialize properly a…
-
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…
-
Expand memory stream support (currently used by `with_output_stream` etc.) a bit to allow creating more than one and name them. This is mainly useful for the wasm stuff to capture output in a nested m…
-
Hi there,
I'm having an issue with tar-fs and I don't even know where to start debugging it. Any pointer on how I can debug this would be great.
It could even have something to do with the under…
-
have a simple addition I would like to request.
The ability to forward port ranges for streams.
According to the docs for Nginx it should be possible. https://nginx.org/en/docs/stream/ngx_stream_…
-
I am trying to create a close-to-realtime streaming implementation. The user should be able to remotely control the browser, so the streaming delay needs to be minimal. I tried different solutions, th…
-
### Description
While using the application created with `npx create-llama@latest --pro` with FastAPI, frontend, and Pinecone integration, we encountered multiple errors affecting both frontend JSON …