kechuan
kechuan
看看你的开发者选项里的 USB调试(安全设置)有没有打开 下面的功能介绍里有这样一段话:允许透过usb调试修改权限或模拟点击 无论是scrcpy还是这个都会需要这个东西来点击操作的
那。。不好意思 我也不知道了 我是发现这东西对安卓版本越高就越难用 以前我的安卓10的旧机 开了就能用 到后面我的安卓13需要root调那个安全中心的配置文件才能用。。 依据这个方法: https://zhuanlan.zhihu.com/p/603628922 
> Hey @alexmercerind, I already tried it before, but there's still no audio output. > > ```dart > await videoPlayer.stop(); > await videoPlayer.open(Media(videoOnly.src)); > await videoPlayer.setAudioTrack(AudioTrack.uri( > englishStream.src, > title:...
> I had a similar issue. I needed to change the video stream quality when a user selects one. However, the problem was that the audio disappeared, and even if...