orency
orency
rtp流是有四个空的隐藏式字幕轨道的(运营商的组播源)不知道干什么用的 dump文件与log不是同一次运行产生的.dump是你说需要我才再去运行了下产生的.dump那次是一开始放一个rtp流,后来再由定时器在上述开头的三个http流里切换,切换两次就崩了
还需要提供哪些信息呢?我就是用开头展示的代码导致的,另外还加个设置了初始url,并没有其他改动了 那三个http流公网应该是能播的,我又录了个同一期的minidump和log ,这回切换了大概5次出现音画不同步,10次就崩了 [crashes.zip](https://github.com/wang-bin/mdk-sdk/files/12320842/crashes.zip)
现在不会崩溃了,而是切换十几次后直接卡死无响应,需要强制关闭才行. 另外仔细观察后发现切换几次后其实是播放速率变得很慢,导致音调被拉长,并非音画不同步,音画其实是同步的. 那三个http流是ipv6的,不能播放可能是因为你没有ipv6地址 但我用这三个ipv4的http源去切换现象也是一样的 ``` const urls=["http://61.178.233.214/liverespath/6b13fe5368d391761312a985ace065c0ecad2f5e/index.m3u8", "http://61.178.233.214/liverespath/bca6167afdef7fc773405c38e695b342c1d1eca0/index.m3u8", "http://61.178.233.214/liverespath/3f76badfb3a23d95f26ff573a93902bbdb8b8e98/index.m3u8"] ```
试了下最新版应该还是有这个问题,异常现象依旧.请问这个问题目前是没有办法修复了吗?
About supporting follow night mode on low version android,we don't need to do anything about hacky backport .just delete the 'if' judgement and put the action on the above,then everything...
> `config.js` (c:\Program Files\Mozilla Firefox\config.js) should be as follows: With the content you provided,firefox won't pop up error box any more when starting. Howerer ,*.uc.js such as OneClickSearch.uc.js within `/profiles...
> Try the file that is use myself. I have tried the file you provided,but still nothing *.uc.js have effect. **Does anything else I forgotten should do?**
Thank you for your tutorial. I have found the reasons : _Firefox removed `XPCOMUtils.defineLazyModuleGetters` and converted most jsm to sys.mjs since 120._ Just need to change the follow block in...
> 第三方的插件播放器 等反馈吧 这个播放器是挺耗性能的 关键不播放时也有gpu占用,难道不播放时也需要播放器吗? 而且同样环境其他使用`media-kit`的`flutter`应用例如`Kazumi` `Cinetry`等都是没这个问题的
> 好像是首页每个直播间左下角那个直播中的图标动画在耗性能,切换到未开播的界面就没什么占用 确实如此,应该动画是实时运算渲染出来的导致 缓冲的转圈动画也是如此,需要占用很高的gpu 可以考虑换用提前压制好的动画图片 当然估计还有其他产生不必要的gpu占用的地方可以优化