wells1013
wells1013
我这里也是一样,IE11 下 选择 IE10 模式 会出现此问题
``` export class YJLiveVideoTransientMessage extends TypedMessage {} AVMessageType(YJLiveVideoTransientMessageType)(YJLiveVideoTransientMessage); const TypedMessagesPlugin = { name: "直播状态消息", messageClasses: [YJLiveVideoTransientMessage] }; const realtime = new Realtime({ appId: LeanCloudKeys.appId, appKey: LeanCloudKeys.appKey, plugins: [TypedMessagesPlugin] }); ```...
realtime.d.ts 没有定义哦?
+1 非常期待
我看到 包 xgplayer-helper-transmuxers 的 lib/hls/m3u8.js中 ts url 匹配有问题。 https://zhuanlan.zhihu.com/p/358217465 下面的这段代码 解析有点武断 ```typescript if (nextline.match(/.*:\/\/.*/)) { var isHTTPS = M3U8Parser.isHTTPS; if ((M3U8Parser.envisHttps || (M3U8Parser.envisHttps = isHTTPS(window.location.href))) && !isHTTPS(nextline)) { nextline =...
这个有解决方案吗? 怎么解决的?