amazon-chime-sdk-js
amazon-chime-sdk-js copied to clipboard
Custom Simulcast uplink policy
I am using VideoPriorityBasedPolicy and DefaultSimulcastUplinkPolicy. When I use DefaultSimulcastUplinkPolicy, I am facing issue while getting the video input. So, I am trying to create custom uplink policy.But, I couldn't see any example or documentation related to custom uplink policy. Can you please suggest documentation related to it which I can refer?
Hi @anjalithoke Can we get some more information on what issue you are facing using the default simulcast uplink policy?
Hello, Ubuntu system having issues if we use simulcast policies. Like chime app doesn't get the video source and local video tile gets blank when we use policies. So, do you have examples related custom policies? I couldn't found related to it into the documentation.
From: pracheth @.> Sent: Tuesday, October 11, 2022 12:53 AM To: aws/amazon-chime-sdk-js @.> Cc: anjali.thoke anveshak.com @.>; Mention @.> Subject: Re: [aws/amazon-chime-sdk-js] Custom Simulcast uplink policy (Issue #2459)
Hi @anjalithokehttps://github.com/anjalithoke Can we get some more information on what issue you are facing using the default simulcast uplink policy?
— Reply to this email directly, view it on GitHubhttps://github.com/aws/amazon-chime-sdk-js/issues/2459#issuecomment-1273721733, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AU7EMRRB4M3MZWVZQYRF62TWCRULHANCNFSM6AAAAAAQWZDRIM. You are receiving this because you were mentioned.Message ID: @.***>
Do you have logs and a meeting ID that we can look at? Also what do you mean by 'chime app', do you mean an application using Chime SDK?
Ubuntu browser support can be finicky and not fully supported. I'd recommend creating if
branches in your code to remove simulcast usage for that platform. VideoPriorityBasedPolicy
still will have positive impact even without simulcast.
Please reopen if responding. Though my recommendation is to not use simulcast on ubuntu. We do not recommend trying to override uplink policies.