OPENSPHERE-Inc / branch-output

This is an OBS Studio plugin that allows to transmit video and audio with RTMP / SRT etc. for each source individually.
https://blog.opensphere.co.jp/posts/branchoutput001
GNU General Public License v2.0
16 stars 1 forks source link

cant create more than 5 streams #11

Closed rasoolkhalifa closed 1 month ago

rasoolkhalifa commented 1 month ago

When I try connect to more than 5 streams the 6th one does not connect whats the problem?

hanatyan128 commented 1 month ago

When I try connect to more than 5 streams the 6th one does not connect whats the problem?

If you are using a hardware encoder such as NVENC, be aware that there may be a limit to the number of concurrent sessions. https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new#Encoder

You can investigate the cause yourself by checking the OBS logs. Help Menu→Log Files→View Current Log

Since I am able to connect 6 streams in the environment at hand (GeForceRTX 3080), the issue is closed as it does not appear to be a plug-in problem at this time.