You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to set the SubscriberView's display mode to contain the whole video (potentially with black bars) rather than zoom it to cover the view area? Currently, we loose content at the edges of the video when publishing a 3:4 stream to a 9:16 subscriber (we use fullscreen views in our application, this is a problem especially when mixing portrait & landscape streams). If this behaviour cannot be achieved by the library itself, is there a simple flag in the native SDKs which can be passed through? Thanks 🎉
The text was updated successfully, but these errors were encountered:
Ok, i figured out that the native SDKs for iOS and Android offer a property to change the view scale behavior. I'll try to create a PR with the property passed through to the RN components.
Is there a way to set the SubscriberView's display mode to contain the whole video (potentially with black bars) rather than zoom it to cover the view area? Currently, we loose content at the edges of the video when publishing a 3:4 stream to a 9:16 subscriber (we use fullscreen views in our application, this is a problem especially when mixing portrait & landscape streams). If this behaviour cannot be achieved by the library itself, is there a simple flag in the native SDKs which can be passed through? Thanks 🎉
The text was updated successfully, but these errors were encountered: