LeeeYudE
LeeeYudE
login之后调用addReceiveMessageListener,发送消息根本收不到,但是有通知栏显示。
On Android platform, when I send httpHeaders to the Media, httpHeaders contains parameters user-agent and referer, and the video playback fails. The same referer can run normally in VLC player
I wanted to play 4k Dolby Vision video on my Android phone, enabled the vo: 'gpu-next' option, and the screen went black with only sound output ``` Dart late final...
**Describe the bug** 安卓手机端播放4K视频几十秒后,画面突然卡住。 **Expected behavior** 安卓手机端播放4K视频几十秒后,画面突然卡住,只有音频输出,控制台一直再输出日志PlayerBase::pause() from IPlayer **Log** Add ``` I/ViewRootImpl@5c526ce[MainActivity]( 8846): mWNT: t=0xb400006e152ef6b0 mBlastBufferQueue=0xb400006f852b1590 fn= 8 mRenderHdrSdrRatio=1.0 caller= android.view.SyncRtSurfaceTransactionApplier.applyTransaction:96 android.view.SyncRtSurfaceTransactionApplier.lambda$scheduleApply$0:69 android.view.SyncRtSurfaceTransactionApplier.$r8$lambda$SgowXC58rj3PR958kHUfRgLZmvE:0 I/ViewRootImpl@5c526ce[MainActivity]( 8846): mWNT: t=0xb400006e152e1690 mBlastBufferQueue=0xb400006f852b1590 fn=...
安卓TV硬解码无效
**Describe the bug** 硬解码没有正常工作 **Expected behavior** 在小米盒子播放4k视频,硬解码似乎无效,播放器自动切换到软解,画面卡顿,音频正常,造成音频画面不同步,控制台一直输出PlayerBase::pause() **Log** Add ```dart import 'package:logging/logging.dart'; import 'package:intl/intl.dart'; ``` add the following lines before `registerWith()` ```dart Logger.root.level = Level.ALL; final df = DateFormat("HH:mm:ss.SSS"); Logger.root.onRecord.listen((record)...