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
Yes, that affect to record too because both use the same VideoEncoder class. Recently I added a feature to allow record and stream with differents resolutions. If you use it the library create a VideoEncoder for each case and that method only will affect to stream.
You only need update your prepareVideo method to use this parameters:
recordWidth: Int, recordHeight: Int
Remember that you must use a different resolution than streaming but with the same aspect ratio. I have plan to update it to allow use the same resolution but it is not available for now
Hi @pedroSG94 ,
It seems that when the bitrate is changed during streaming it affects the file recording as well?
For example:
Just wanted to confirm if that's true because it appears that way.
If yes, is it difficult to have separate bitrates?
Thanks,
The text was updated successfully, but these errors were encountered: