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
public static final LocalVideoTrackOptions CAMERA_VIDEO_OPTIONS = new LocalVideoTrackOptions(false,
"camera",
CameraPosition.FRONT,
new VideoCaptureParameter(VideoPreset169.H1080.getCapture().getHeight(),VideoPreset169.H1080.getCapture().getWidth(),VideoPreset169.H1080.getCapture().getMaxFps()));
public static final VideoTrackPublishDefaults VIDEO_PUBLISH_DEFAULTS = new VideoTrackPublishDefaults(VideoPreset169.H1080.getEncoding(),true, VideoCodec.AV1.getCodecName(),null,new BackupVideoCodec(), RtpParameters.DegradationPreference.BALANCED);
这样设置了依然不够清晰,还是局域网wifi情况下
The text was updated successfully, but these errors were encountered:
这样设置了依然不够清晰,还是局域网wifi情况下
The text was updated successfully, but these errors were encountered: