Michael Kamprath

Results 7 comments of Michael Kamprath

That would be effectively different cache sizes for each destination. 🤔 If I may ask, what is the use case here?

I banged on this for quite some time today. The solution isn't as readily apparent as I thought, as FFMPEG FIFO queues don't seem to do the trick (or even...

The reason the file format is `flv` format is because that is what OBS produces (for the live stream) and what the various platforms expect and what is sent by...

Unfortunately, the JSON standard does not define any ability to create comments in the JSON itself. However, you can certainly put key/value pair element in any JSON dictionary where the...

Oh, I see what you are trying to do. Sorry, I totally misunderstood. As currently written, `multi-service-rtmp-broadcaster` only manages the pushing of the stream. It does no interaction with the...

@maziyarpanahi While I did miss that detail in the documentation, adding the argument to `sparknlp.start(spark32=True)` does not change the outcome. I still get the`java.io.InvalidClassException` exception.

@maziyarpanahi Were you able to discover anything here? I did notice issue #8448 ... seems to be related.