disguise-one / RenderStream-UE

RenderStream plugin for Unreal Engine
BSD 3-Clause "New" or "Revised" License
68 stars 23 forks source link

Support more than 3 streams out of a single render instance #38

Closed husberg-disguise closed 2 years ago

husberg-disguise commented 2 years ago

Launching with more than 3 streams assigned to a single render instance will cause the excess streams to show black with the following logged: LogPlayerManagement: Error: Failed to Create Player: Maximum number of players (4) already created. Unable to create more. LogRenderStreamPolicy: Warning: Could not set new view target for capturing. LogRenderStream: Warning: Could not set new view target for capturing, no valid controller.

Increase the maximum number of players so a render instance can have more streams while still supporting independent postprocessing/viewport effects for each stream.