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
以直接导入库文件的方式(非npm安装)引入后,直播没有问题,但是设置日志等级有问题.
因为文档写的setLogLevel是静态函数,所以这样使用:QNRTPlayer.setLogLevel("disable");
报错信息:播放器初始化失败: TypeError: QNRTPlayer.setLogLevel is not a function