-
Make sure all operations can be run concurrently multiple times. There are two main issues.
Assuring that concurrent runs of downsampling do the expected thing (not overriding or duplicating work). P…
mitar updated
10 years ago
-
Hi again,
I'm currently using tsp to pipe an RTP multicast stream into ffmpeg (apparently using ffmpeg directly to take rtp stream produces more error?), however it constantly spits out mp2 Header …
-
Hi.
Thanks for putting this all together. This is extremely interesting. I've thought quite a bit about the problem, without implementing things directly. The two biggest questions I had and on whi…
-
Hi,
I am working on processing data in realtime and when I saw your project I thought this could be a solution(Node-red, Spark streaming other solutions).
Basically, I need to take data as input…
-
Not a huge deal but it would be nice if this package included typed models for easier webhook processing.
For example, I'd like to process the payload data in a `video.live_stream.created` webhook …
-
## Goal
The goal of this proposal is to write an extension to each API that allows integration with Reactive Streams API.
Briefly, Reactive Stream is an initiative to provide a standard for async…
-
Hello, I have successfully trained and tested StreamMapNet, but when I [Merge Map and Trajectory Dataset], the code shows that the predicted_map has been successfully generated,
![image](https://gith…
-
- Analyze Yahoo streaming benchmarks (from their blog probably)
Goal: Measure the latency of the frameworks under low throughput scenarios
Solution:
Flink and Storm are good (law latency) and go…
-
@stream and @defer are collaborative efforts between the client and server to improve the application’s time-to-interact metric. This issue discusses some important reasons to enable the server to cho…
-
Currently we block to read the entire input before we begin processing it. However, this means that we cannot use it in a streaming fashion `yes | pyp "p"`. So long as the input makes use of only `p` …