sorayuki / obs-multi-rtmp

OBS複数サイト同時配信プラグイン
https://sorayuki.github.io/obs-multi-rtmp/
GNU General Public License v2.0
3.53k stars 491 forks source link

Frame Skips? #446

Open Aeon1704 opened 4 days ago

Aeon1704 commented 4 days ago

I just wonder if plugin actually performs frame skips during unstable connection. Two times I had Encoder Overload situation, and two times it happened when my Youtube connection (which I use in plugin) was unstable.

After stopping only Youtube RTMP, Encoder overload disappeared. P.s. It seems that plugin doesn't really skip frames during unstable connection creating the load. So I want to know to know how it behaves during bad connection.

sorayuki commented 4 days ago

It doesn't come with custom frame skipping handler. The behaviour should be the same to OBS's main output.


发件人: Aeon Naranek @.> 发送时间: 2024年10月20日 23:46 收件人: sorayuki/obs-multi-rtmp @.> 抄送: Subscribed @.***> 主题: [sorayuki/obs-multi-rtmp] Frame Skips? (Issue #446)

I just wonder if plugin actually performs frame skips during unstable connection. Two times I had Encoder Overload situation, and two times it happened when my Youtube connection (which I use in plugin) was unstable.

After stopping only Youtube RTMP, Encoder overload disappeared. P.s. It seems that plugin doesn't really skip frames during unstable connection creating the load. So I want to know to know how it behaves during bad connection.

― Reply to this email directly, view it on GitHubhttps://github.com/sorayuki/obs-multi-rtmp/issues/446, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEAUME3GUGKUTQESBVL3MM3Z4PF5JAVCNFSM6AAAAABQIUCMOSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGYYDANJYGQYDINA. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Aeon1704 commented 4 days ago

My situation was that Main Twitch connection was Stable and Youtube from Plugin was not. It looked like plugin actually tried to push everything it didn't send to Youtube without trying to skip frames to lower the bandwidth, thus causing Encoder Overload. For my Twitch I have Notification script from Streamdeck with custom sound if my Bitrate goes too low. But i cannot pull plugin data from OBS to make same script for Plugin RTMPs.

Will it be possible to add sound notification for RTMPs if Bitrate goes too low? That will help to look into situation before overload will appear. I don't believe that it was just random. Only after turning off Youtube RTMP Encoder Overload went away. But when I Stream only on Twitch, I never see any errors.

sorayuki commented 4 days ago

If it reports encoder overload, it probably has nothing to do with network bandwidth. For software encoder, check the CPU load; for hardware encoder, check the GPU load. It also can be the limit of memory throughput if high resolution video with high fps is running. The best solution is sharing encoder between youtube and twitch outputs with minimal encoding parameter to fit both services' requirement.


发件人: Aeon Naranek @.> 发送时间: 2024年10月21日 0:00 收件人: sorayuki/obs-multi-rtmp @.> 抄送: 雷Q @.>; Comment @.> 主题: Re: [sorayuki/obs-multi-rtmp] Frame Skips? (Issue #446)

My situation was that Main Twitch connection was Stable and Youtube from Plugin was not. It looked like plugin actually tried to push everything it didn't send to Youtube without trying to skip frames to lower the bandwidth, thus causing Encoder Overload. For my Twitch I have Notification script from Streamdeck with custom sound if my Bitrate goes too low. But i cannot pull plugin data from OBS.

Will it be possible to add sound notification for RTMPs if Bitrate goes too low? That will help to look into situation before overload will appear. I don't believe that it was just random. Only after turning off Youtube RTMP Encoder Overload went away. But when I Stream only on Twitch, I never see any errors.

― Reply to this email directly, view it on GitHubhttps://github.com/sorayuki/obs-multi-rtmp/issues/446#issuecomment-2425068967, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEAUME2LE2O2BSM3H4CKUUDZ4PHQ7AVCNFSM6AAAAABQIUCMOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRVGA3DQOJWG4. You are receiving this because you commented.Message ID: @.***>

Aeon1704 commented 4 days ago

it there a way to pull Plugin data? Maybe i can monitor the bitrate in LioranBoard same as main Twitch connection.

sorayuki commented 4 days ago

Enumerate all "obs-output" objects and get stats from them.


发件人: Aeon Naranek @.> 发送时间: 2024年10月21日 0:33 收件人: sorayuki/obs-multi-rtmp @.> 抄送: 雷Q @.>; Comment @.> 主题: Re: [sorayuki/obs-multi-rtmp] Frame Skips? (Issue #446)

it there a way to pull Plugin data? Maybe i can monitor the bitrate in LioranBoard same as main Twitch connection.

― Reply to this email directly, view it on GitHubhttps://github.com/sorayuki/obs-multi-rtmp/issues/446#issuecomment-2425105284, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AEAUME4QOP5P3AOUJWW6MI3Z4PLNFAVCNFSM6AAAAABQIUCMOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRVGEYDKMRYGQ. You are receiving this because you commented.Message ID: @.***>