卢融霜
卢融霜
To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter...
按照 评论中说的配置,发现并没有生效,是有问题吗?: await realPlayer.setLoop(0); await realPlayer.setDataSource("ijkio:cache:ffio:${video.url}", autoPlay: false, showCover: true); Directory directory = await getApplicationCacheDirectory(); File cacheFilePath = File("${directory.path}/${video.fileName}.tmp"); cacheFilePath.createSync(); File cacheMapPath = File("${directory.path}/${video.fileName}._2.tmp"); cacheMapPath.createSync(); FijkOption fijkOption = FijkOption(); fijkOption.setFormatOption("cache_file_path",...
Can the model download address in learning_digital_ink_recognition come from other locations, such as our own server? Data download scheduled for file: https://dl.google.com/handwriting/models/qrnn.en.reco_20200318.fst_20191208.recospec.zip Data download scheduled for file: https://dl.google.com/handwriting/models/en.20191208.compact.fst.zip Starting download:...
缺少删除功能
**Describe the bug** android 和 IOS 手机在1080分辨率及以上通信时,android端无法显示IOS端的视频画面,但是音频是正常的,iOS端也是正常的可以收到android端的视频。iOS和iOS,Mac,WEB都是可以来回切换分辨的,可以正常视频通信,只有和Android端通信时有问题, 但720P 48P分辨率时正常的,只有1080P分辨率时,出现Android端画面卡住,在切回720P就有正常了。 **To Reproduce** 我的切换分辨率代码如下: Future selectVideoInput(String? deviceId, {RTCPeerConnection? rtcPeerConnection}) async { selectedVideoInputId = deviceId; _localRTCVideoRenderer.srcObject = null; _localStream?.getTracks().forEach((track) async { await track.stop();...