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
lichao5585
changed the title
Recording with Webview on Android reduces resolution
Setting resolution for push and pull streaming using WebRTC is not working ,Android
Dec 18, 2024
try to set sdk.constraints instead of the sdk.stream before sdk.publish.
And use MediaDevices.getSupportedConstraints to get a list of available constraints.
try to set sdk.constraints instead of the sdk.stream before sdk.publish. And use MediaDevices.getSupportedConstraints to get a list of available constraints.
Still can't do it ,still 720*1280
`<script type="text/javascript">
$(function() {
let sdk = null;
html code
srs.sdk.js code
But the actual recording is 720 * 1280 should i need to configure any additional information
The text was updated successfully, but these errors were encountered: