StreamPack icon indicating copy to clipboard operation
StreamPack copied to clipboard

Multi encoder

Open cdiddy77 opened this issue 1 year ago • 2 comments

here is my first cut at the multi-encoder, along with a dual streamer which uses it to create both RTMP and file streams. Much of this code is bespoke for my application and will need subsequent modification.

Some of the code is generally useful and/or addresses bugs I found along the way.

cdiddy77 avatar Feb 12 '24 16:02 cdiddy77

As lot of code has changed for the v3, this won't be applicable anymore.

ThibaultBee avatar Nov 19 '24 13:11 ThibaultBee

Multiple output is a feature of the v3. Work in progress there: https://github.com/ThibaultBee/StreamPack/tree/dev_v3 with the DualStreamer.

ThibaultBee avatar Jan 21 '25 13:01 ThibaultBee

See the official implementation in the main branch instead.

ThibaultBee avatar Apr 10 '25 07:04 ThibaultBee