-
Notifications
You must be signed in to change notification settings - Fork 165
fix composite: kmsenctreebin.c use max-size-time instead of max-size-buffers #9
Conversation
Hi there. Thanks for your PR. I'm waiting for a Kurento member to verify that this patch is reasonable to test. If it is, they should reply with |
There were no errors, go have a cup of coffee... |
If @kc7bfi doesn't comment against it, in the next days I'll merge this PR as we've tested that it actually solves the issue |
Do you know when this will be in a new release of KMS Core? |
Our intention was to release the final 6.7.0 version in the first weeks of January, so we're already a bit late in our schedules. Some bug fixing in other areas have delayed the whole process. |
I'm able to replicate this issue with kms-core 6.7.0. Can anyone else confirm? |
hello, we are able to replicate with kms-core 6.7.0 as well. |
@wnyaonjr We discussed the issue occurring in 6.7.0 here: Kurento/bugtracker#228 We figured out that the "nightly" version in the repository is older than this commit and it is actually fixed. There are instructions at the bottom for installing the latest release which should be fixed. If you can still reproduce and you are sure your version of kms-core has this commit, please open a bugtracker issue with all of the details. |
thank you @ruddell, highly appreciate your swift response. we will re-test the latest version. |
Hi @ruddell the 600ms seems to be causing audio synchronization issues. |
@j1elo Yes I chose it based on that value, I didn't do any technical tests other than making sure the elements still work (specifically WebRTC, Composite, RTPEndpoint, and PlayerEndpoint). I haven't noticed any issues running this but I'm running Kurento on a powerful server. If it causes issues, please revert but note that will break Composite element's audio (which was caused by #7). |
Moved extra rtcp-fb add on answer to no-mid only SDPs
Fix Kurento/bugtracker#197
I'm not sure of the original use-case of #7 (related mailing-list post), so instead of reverting the queue restriction, I changed it from
max-size-buffers
tomax-size-time
(also used in agnosticbin). The composite works as expected again (no audio glitches).@kc7bfi Does this still change still apply to your issue?
Follows: #7