-
## FROM BARRETT NOTES:
Currently, we have a "video streamer" that just grabs photos on the Rover from statically assigned camera numbers, then sends them to someone in a web browser.
This setup has a…
-
Our firm recently adopted Sentry. We use the default Falcon Integration for request tracing etc.
We are facing trouble while reading the `request.bounded_stream` data.
In https://github.com/getsent…
-
Your idea for a subtitle correction service could be very useful, especially for those who encounter character encoding issues in subtitles (e.g., with special characters or accented letters in differ…
-
I have one SPTS stream with one video and one audio. I process audio in an external program via STDIN and STDOUT. At the output, I transform PCM audio into MPEGTS UDP Multicast
ffmpeg -threads auto -…
-
To process multiple events from a stream concurrently, we should consider to use `for_each_concurrent` and `try_for_each_concurrent` were it´s desired. For example, this could be used in `conns::liste…
-
```
This module is really wonderful... it saved the day in my application, which
otherwise I would had to move to a threading solution!
--------------------
However, the call syntax is not quite opt…
-
http://hortonworks.com/hadoop-tutorial/processing-streaming-data-near-real-time-apache-storm/
-
Great library here!
I have a use case where I need to monitor the queue/ringbuffer to see if values have changed.
Basically, I have a stream that publishes every 1s or so and processing is don…
-
In the event that a record cannot be transformed (say it's not a valid snowplow enriched event) the transformation will fail. Currently this record will be silently ignored - but we should think about…
-
The JAX-RS API 2.0 defines the Headers interface to access a list of all provided request headers. Typically this form of mass-provision is utilized by some kind of filtering and / or iteration algori…