wuZY
wuZY
我在官方的videoplayer使用,发现在iOS 的Safari 播放不了HLS,作者能解决这个问题吗??不胜感激
``` String filePath = '/Users/xxx/mqtt.pem'; SecurityContext security = SecurityContext.defaultContext; security.allowLegacyUnsafeRenegotiation = true; ByteData fileByte = await rootBundle.load(filePath); if (File(filePath).existsSync()) { security.setClientAuthorities(filePath); security.setTrustedCertificates(filePath); security.useCertificateChain(filePath); } _client.securityContext = security; _client.setProtocolV311(); ``` log...
运行不了,xcode10
艹,这个项目就是命名是MVVM,除此之外没有半毛钱关系
/home/aistudio/PaddleBoBo /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/setuptools/depends.py:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp [01/12 14:26:18] ppgan INFO: Found /home/aistudio/.cache/ppgan/GPEN-512.pdparams /opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/tensor/creation.py:130: DeprecationWarning: `np.object`...
多谢你的知识分享
一直停留在auth页面,加载中