We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flutter_plugin_record: ^0.3.5 flutter版本: 1.22.5 以下代码无法播放网络mp3 文件,但监听录音完成后,并播放本地mp3 文件时,是能正常播放的。有人知道怎么解决吗?? _flutterPluginRecord.playByPath('http://developer-oss.kyzone.cn/prod/aa5aeff4-18fa-4295-b3da-c4c117a3f8e7.mp3', 'url');
The text was updated successfully, but these errors were encountered:
官网demo 也是无法播放网络文件的,提示如下 makeHTTPConnection: CookieManager(java.net.CookieManager@33bfb1d) exists. makeHTTPConnection(android.media.MediaHTTPService@cb54e9a): cookieManager: java.net.CookieManager@33bfb1d Cookies: null error (1, -2147483648) 而且IOS 进入录音页面初始化时,直接闪退
Sorry, something went wrong.
看来此库已不能用。除非作者fix这一系列bugs...
No branches or pull requests
flutter_plugin_record: ^0.3.5
flutter版本: 1.22.5
以下代码无法播放网络mp3 文件,但监听录音完成后,并播放本地mp3 文件时,是能正常播放的。有人知道怎么解决吗??
_flutterPluginRecord.playByPath('http://developer-oss.kyzone.cn/prod/aa5aeff4-18fa-4295-b3da-c4c117a3f8e7.mp3', 'url');
The text was updated successfully, but these errors were encountered: