-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frame Skips? #446
Comments
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 GitHub<#446>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEAUME3GUGKUTQESBVL3MM3Z4PF5JAVCNFSM6AAAAABQIUCMOSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGYYDANJYGQYDINA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
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. |
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 GitHub<#446 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEAUME2LE2O2BSM3H4CKUUDZ4PHQ7AVCNFSM6AAAAABQIUCMOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRVGA3DQOJWG4>.
You are receiving this because you commented.Message ID: ***@***.***>
|
it there a way to pull Plugin data? Maybe i can monitor the bitrate in LioranBoard same as main Twitch connection. |
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 GitHub<#446 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEAUME4QOP5P3AOUJWW6MI3Z4PLNFAVCNFSM6AAAAABQIUCMOSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRVGEYDKMRYGQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
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.
The text was updated successfully, but these errors were encountered: