wang-bin / fvp

Flutter video player plugin for all desktop+mobile platforms. download prebuilt examples from github actions. https://pub.dev/packages/fvp
BSD 3-Clause "New" or "Revised" License
126 stars 20 forks source link

The mp2 extension sound in the video streaming is distorted. #27

Closed Mto292 closed 10 months ago

Mto292 commented 10 months ago

Video url : http://zlex.fun:8080/live/Zlexplayer/UPEp2JjtHM/86831.m3u8 Screen recording: https://mega.nz/file/ZEtyRaqQ#w0hN2f2OyLWexBXhG3NMLyO5rX_5O5M_A_k8_M8DKQ0 Can you help me please.

wang-bin commented 10 months ago

which platform? show me the log

import 'package:logging/logging.dart';

// in main() add
Logger.root.level = Level.ALL;
  Logger.root.onRecord.listen((record) {
    print('${record.loggerName}.${record.level.name}: ${record.time}: ${record.message}');
  });
Mto292 commented 10 months ago

Platform: Android

I/flutter ( 1299): fvp.FINE: 2023-08-26 14:00:17.526423: 586847772 player-5476376605964589696 create(http://zlex.fun:8080/live/Zlexplayer/UPEp2JjtHM/86831.m3u8)
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.565934: default0xb400007df13da400 new FrameReader...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.566112: Registered audio backends: OpenSL AudioTrack null
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.566209: OpenSL extensions: ANDROID_SDK_LEVEL_33
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.566321: default0xb400007df13d9b00 new FrameReader...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.566405: Registered audio backends: OpenSL AudioTrack null
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.566485: OpenSL extensions: ANDROID_SDK_LEVEL_33
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.566569: 0xb400007df138a800mdk::Player::Player()
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.567726: default FrameReader0xb400007df13da400 state: 0=>0=>0, 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.567885: default0xb400007df13da400 virtual void mdk::FrameReader::stop(), current state: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.567980: default FrameReader0xb400007df13da400 state: 0=>0=>0, 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.568066: default0xb400007df13da400 virtual void mdk::FrameReader::stop(), current state: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.568166: 0xb400007e69249500 MediaControl.prepare(0, ...) http://zlex.fun:8080/live/Zlexplayer/UPEp2JjtHM/86831.m3u8
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.568250: default 0xb400007df13da400 FrameReader.start(0, ...)
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.568329: default 0xb400007df13da400 FrameReader::update MediaStatus 0=>0X2
I/flutter ( 1299): fvp.FINE: 2023-08-26 14:00:17.571985: 586847772 player-5476376605964589696 onMediaStatusChanged: MediaStatus(noMedia) => MediaStatus(+loading)
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.573283: default FrameReader0xb400007df13da400 state: 0=>0=>1, 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.573444: default FrameReader0xb400007df13da400 state: 0=>1=>1, 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.573539: start frame reader thread: 540871683248
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.573631: try to load av module: /data/app/~~kmOS-3G2vjoPYCIUXJBIZA==/com.zlex-KrPYgrj7SJZML7mcFwHx8w==/lib/arm64/libffmpeg.so
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.573730: ffmpeg loaded: /data/app/~~kmOS-3G2vjoPYCIUXJBIZA==/com.zlex-KrPYgrj7SJZML7mcFwHx8w==/lib/arm64/libffmpeg.so
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.573852: Selected avutil runtime version: 58.17.100 (build: 58.17.100), license: LGPL version 2.1 or later
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.573944: Selected avutil runtime configuration: --extra-version=avbuild --disable-doc --disable-debug --disable-static --enable-shared --enable-runtime-cpudetect --enable-mediacodec --enable-jni --disable-vulkan --disable-v4l2-m2m --disable-indevs --enable-indev=android_camera --disable-outdevs --disable-postproc --ar=llvm-ar --ranlib=llvm-ranlib --nm=llvm-nm --disable-asm --strip=llvm-strip --target-os=android --arch=arm64 --enable-cross-compile --cross-prefix=aarch64-linux-android- --pkg-config=pkg-config --cc=clang --extra-ldexeflags='-Wl,--gc-sections -Wl,-z,nocopyreloc -pie -fPIE ' --enable-lto --enable-pic --extra-cflags='-Wa,--noexecstack -fdata-sections -ffunction-sections -fstack-protector-strong -ffast-math -fstrict-aliasing --target=aarch64-none-linux-android21' --extra-ldflags='-Wl,--gc-sections -Wl,-z,relro -Wl,-z,now --sysroot /usr/local/lib/android/sdk/ndk/25.2.9519653/toolchains/llvm/prebuilt/linux-x86_64//sysroot -fuse-ld=lld -rtlib=compiler-rt --target=
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.574087: av_dict_set0x7de380cce4
I/flutter ( 1299): mdk.WARNING: 2023-08-26 14:00:17.574327: Failed to create io for url. io: 0x0, open: false
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.574451: default 0xb400007df13da400 FrameReader::update MediaStatus 0X2=>0X2
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.574538: Selected avcodec runtime version: 60.23.100 (build: 60.23.100), license: LGPL version 2.1 or later
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.574624: av_packet_alloc0x7de348c374
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.574702: Selected avformat runtime version: 60.10.100 (build: 60.10.100), license: LGPL version 2.1 or later
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.574788: avformat_alloc_context0x7de37c01f8
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.574865: before avformat_open_input. io: 0x0(/pb: 0x0, url: http://zlex.fun:8080/live/Zlexplayer/UPEp2JjtHM/86831.m3u8
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.574968: FFmpeg/Libav runtime git-2023-08-24-9f66286-avbuild
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.867100: [FFmpeg:?] mime type is not rfc8216 compliant
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.867763: [FFmpeg:hls] Skip ('#EXT-X-VERSION:3')
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.868199: [FFmpeg:hls] Skip ('#EXT-X-ALLOW-CACHE:YES')
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:17.868367: [FFmpeg:hls] Opening 'http://46.105.159.221:8080/hlsr/QhULAEMOEg8QVANTBltbVAEBAlgJUgkEAQcFXQFQBAILBVZUVQQBVgASHBdATBBXUlRuUFxACg8HDlAIHBMXR1xFPAhURAoXBgQBAwYJQB4RTVhUXUAKBx0UE1BUE1gWCwFbUwdEHBdXSERQQVYDXmxdVE9RAVUVC1gWVVwdQFtXaAcEXQdeURAKEgURFEBbQEkTAxo2RUVaeAZNEHgOUU1eEAhdRnhcSF1VQV9dEFsTeB9qFkAcFVNfF0tRRQcWAxVQVgFeEhkQU19AXUwQSxEDE21qQBwVVE4XXF5CC1tXFVlDXVVFDRAcElxAZxBXQE1DXFkPVUUTDEEJEh1AWVhPPAJfCF5QUURZWl1LQAgRCBMVGg9fWVhCDEtvQQtQGw1BUAVTBxdP/Zlexplayer/UPEp2JjtHM/86831/71b46e2207b98f6f72752fbf64e4e87b/86831_2300.ts' for reading
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.038605: [FFmpeg:hls] Opening 'http://46.105.159.221:8080/hlsr/QhULAEMOEg8QVANTBltbVAEBAlgJUgkEAQcFXQFQBAILBVZUVQQBVgASHBdATBBXUlRuUFxACg8HDlAIHBMXR1xFPAhURAoXBgQBAwYJQB4RTVhUXUAKBx0UE1BUE1gWCwFbUwdEHBdXSERQQVYDXmxdVE9RAVUVC1gWVVwdQFtXaAcEXQdeURAKEgURFEBbQEkTAxo2RUVaeAZNEHgOUU1eEAhdRnhcSF1VQV9dEFsTeB9qFkAcFVNfF0tRRQcWAxVQVgFeEhkQU19AXUwQSxEDE21qQBwVVE4XXF5CC1tXFVlDXVVFDRAcElxAZxBXQE1DXFkPVUUTDEEJEh1AWVhPPAJfCF5QUURZWl1LQAgRCBMVGg9fWVhCDEtvQQtQGw1BUAVTBxdP/Zlexplayer/UPEp2JjtHM/86831/44dcfea0c8f204d9b26bce44538ab92f/86831_2301.ts' for reading
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.215655: after avformat_open_input. pb: 0xb400007e691f9980, iformat: 0x7de38f5a88 context flags: 2097152, input format flags: 49664
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.334994: supports 205 ffmpeg sw pixel formats. unsupported: uyyvyy411 x2rgb10be x2bgr10be p212be p212le p412be p412le
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.335343: Format: hls, range: 23000000 +0ms, bitrate: 0, size: 0
I/flutter ( 1299): Programs:
I/flutter ( 1299):  Program id 0
I/flutter ( 1299):  Metadata:
I/flutter ( 1299):   variant_bitrate: 0
I/flutter ( 1299):  Video:
I/flutter ( 1299):  track 0  stream#0, range: 23000000 +0ms, frames: 0
I/flutter ( 1299):   codec: h264 tag: 0X1B profile: 100 level: 40, yuv420p, bpc:8, bpp:12(8,8,8), channels:(1,1,1), map: 0 1 2 0, bitrate: 0, 1920x1080, fps: 25, bframes: 0
I/flutter ( 1299):   extra data(46): 00 00 01 67 64 00 28 AC 2B 40 3C 01 13 F2 E0 22 00 00 07 D0 00 01 86 A1 C0 00 00 77 04 80 00 16 E3 61 77 97 05 00 00 00 01 68 EE 3C B0 00
I/flutter ( 1299):   Metadata:
I/flutter ( 1299):    variant_bitrate: 0
I/flutter ( 1299):  Audio:
I/flutter ( 1299):  track 0  stream#1, range: 23000016 +0ms, frames: 0
I/flutter ( 1299):   codec: mp2 tag: 0X3 profile: -99 level: -99, sample size: 0/0, block align: 0, frame_size: 1152, s16p stereo(2) @48000Hz, bitrate: 192000
I/flutter ( 1299):   Metadata:
I/flutter ( 1299):    language: tur
I/flutter ( 1299):    variant_bitrate: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.335485: default FrameReader0xb400007df13da400 request to pause 1, loaded: 0.
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.335579: default FrameReader0xb400007df13da400 state: 0=>1=>2, 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.335661: default FrameReader0xb400007df13da400 state requested: 2, current: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.335738: 0xb400007e69249500 prepared callback is invoked
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.336009: default 0xb400007df13da400 FrameReader::update MediaStatus 0X2=>0X4
D/com.zlex( 1299): PlayerBase::PlayerBase()
D/com.zlex( 1299): TrackPlayerBase::TrackPlayerBase()
I/libOpenSLES( 1299): Emulating old channel mask behavior (ignoring positional mask 0x3, using default mask 0x3 based on channel count of 2)
D/AudioTrack( 1299): INSP: type=audio,case=1,set=0xb400007dda1f1600,stream_type=3,sample_rate=48000,format=0x1,channel_mask=0x3,frame_count=0,flags=0x0,notification_frames=0,session_id=17705,transfer_type=0,uid=-1,pid=-1
D/AudioTrack( 1299): getCallingPackageName packagename_processed is com.zlex
D/AudioTrack( 1299): set: mPowerTrackStatus=0
W/AudioCapabilities( 1299): Unsupported mime audio/x-adpcm-dvi-ima
W/AudioCapabilities( 1299): Unsupported mime audio/x-adpcm-dvi-ima
W/AudioCapabilities( 1299): Unsupported mime audio/x-adpcm-ms
W/AudioCapabilities( 1299): Unsupported mime audio/x-adpcm-ms
W/AudioCapabilities( 1299): Unsupported mime audio/alac
W/AudioCapabilities( 1299): Unsupported mime audio/alac
W/AudioCapabilities( 1299): Unsupported mime audio/ape
W/AudioCapabilities( 1299): Unsupported mime audio/ape
I/flutter ( 1299): fvp.FINE: 2023-08-26 14:00:18.351926: 586847772 player-5476376605964589696 onMediaStatusChanged: MediaStatus(+loading) => MediaStatus(+loaded)
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.353720: ***buffering progress 0%***
D/BufferQueueConsumer( 1299): [](id:51300000002,api:0,p:-1,c:1299) connect: controlledByApp=true
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.353934: default 0xb400007df13da400 FrameReader::update MediaStatus 0X4=>0X14
I/flutter ( 1299): fvp.FINE: 2023-08-26 14:00:18.354070: 586847772 player-5476376605964589696 onMediaStatusChanged: MediaStatus(+loaded) => MediaStatus(+loaded+buffering)
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.354201: ++++++++++++BUFFERING START++++++++++++
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.354296:
W/VideoCapabilities( 1299): Unsupported mime image/vnd.android.heic
W/VideoCapabilities( 1299): Unsupported mime image/vnd.android.heic
I/flutter ( 1299): fvp.FINE: 2023-08-26 14:00:18.355018: 586847772 player-5476376605964589696 onEvent: reader.buffering 0
W/VideoCapabilities( 1299): Unsupported mime image/vnd.android.heic
W/VideoCapabilities( 1299): Unsupported mime image/vnd.android.heic
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.356080: 0 pkt duration: 0.040000,  duration:0, dy_duration_delta=0=>40, live_eos_timeout=5000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.356194: 0 pkt duration: 0.040000,  duration:0, dy_duration_delta=0=>40, live_eos_timeout=5000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.356292: default FrameReader0xb400007df13da400 state: 0=>2=>1, 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.356385: default FrameReader0xb400007df13da400 update state: 0=>1
I/flutter ( 1299): fvp.FINE: 2023-08-26 14:00:18.356880: 586847772 player-5476376605964589696 onPlaybackStateChanged: PlaybackState.stopped => PlaybackState.playing
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.357040: default FrameReader0xb400007df13da400 state: 1=>1=>2, 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.357136: default FrameReader0xb400007df13da400 update state: 1=>2
I/flutter ( 1299): fvp.FINE: 2023-08-26 14:00:18.357231: 586847772 player-5476376605964589696 onPlaybackStateChanged: PlaybackState.playing => PlaybackState.paused
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.357331: starting decode loop thread mdk.vdec0@540870642864
I/flutter ( 1299): fvp.FINE: 2023-08-26 14:00:18.357422: 586847772 player-5476376605964589696 onEvent: thread.video 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.357514: video stream#0 starting decoding loop from decoder index 0...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.357602: creating video decoder: AMediaCodec...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.357718: opening video decoder: AMediaCodec...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.357834: CodecForMimeType: video/avc, profile: 8, level: -1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.357922: 540870642864 JMI: JNI Modern Interface. Version 0.1.0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.358026: starting decode loop thread mdk.adec1@540868590768
I/flutter ( 1299): fvp.FINE: 2023-08-26 14:00:18.358123: 586847772 player-5476376605964589696 onEvent: thread.audio 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.358206: audio stream#1 starting decoding loop from decoder index 0...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.358286: creating audio decoder: auto...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.358372: opening audio decoder: FFmpeg...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.358459: opening ffmpeg audio decoder: mp2 ...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.358537: AVCodec.Audio[mp2.] decoder: 1 Single threads
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.358625: mp2 s16p, stereo @48000Hz
I/flutter ( 1299): fvp.FINE: 2023-08-26 14:00:18.358708: 586847772 player-5476376605964589696 onEvent: decoder.audio 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.358790: ***buffering progress 100%***
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.358881: default 0xb400007df13da400 FrameReader::update MediaStatus 0X14=>0X124
I/flutter ( 1299): fvp.FINE: 2023-08-26 14:00:18.359002: 586847772 player-5476376605964589696 onMediaStatusChanged: MediaStatus(+loaded+buffering) => MediaStatus(+loaded+prepared+buffered)
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.359107: ++++++++++++BUFFERING END++++++++++++
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.359200:
I/flutter ( 1299): fvp.FINE: 2023-08-26 14:00:18.359288: 586847772 player-5476376605964589696 onEvent: reader.buffering 100
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.359387: audio stream#1 sending 1 invalid AOT frame @23000.016000s. seeking: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.359481: 0xb400007e69249500 1st audio frame @23000.016000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.360558: 0xb400007e69249500 seek end audio frame @23000.016000 seek_pos_: -1, sync_ao_ 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.360665: Selected avfilter runtime version: 9.11.100 (build: 9.11.100), license: LGPL version 2.1 or later
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.360763: AudioRenderer format: s16p, stereo @48000Hz, requested: s16p, stereo @48000Hz
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.360851: AudioRenderer format changed and reinitialize
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.372220: Rendering thread @540866510000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.372436: 0xb400007df138aa80 start RenderLoop
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.372560: 0xb400007dda1ee100->PlatformSurface::Event::NativeHandle: 0x0>>>0x7fff5c12fc
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.372655: auto mdk::VideoPresenter::VideoPresenter()::(anonymous class)::operator()(UGS::PlatformSurface *) const: 0x0=>0xb400007e69358160 RenderAPI.type: 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.372906: createRenderContext of RenderAPI::Type 1 from surface 0xb400007dda1ee100 with extra native res 0x0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.373009: ThreadLocal<bool>::Data::Data() thread: 540866510000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.373098: T *ThreadLocal<bool>::get() const allocate and initialize ThreadLocal data
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.373233: ThreadLocal<UGL::opengl::Context::Config>::Data::Data() thread: 540866510000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.373648: T *ThreadLocal<UGL::opengl::Context::Config>::get() const allocate and initialize ThreadLocal data
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.374051: creating internal shared offscreen context for type: EGL|OpenGL|OpenGLES
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.374437: creating EGL context from window: 0x0 with shared context: 0x0 extra: 0x0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.375182: dso.load: libEGL.sotest: true
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.375303: libEGL.so test load result 0x258a10e1270f2cdb...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.375396: initialize EGL display from eglGetDisplay()
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.375489: creating surfaceless offscreen context... WARNING: client api may not support surfaceless context. Can be disabled by setting environment var EGL_SURFACELESS=0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.375626: Try to create context for OpenGL ES 3
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.375783: MediaCodecInfo name: c2.mtk.mp3.decoder, mime: audio/mpeg
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.375875: MediaCodecInfo name: OMX.MTK.AUDIO.DECODER.MP3, mime: audio/mpeg
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.375968: MediaCodecInfo name: c2.mtk.adpcm-dvi-ima.decoder, mime: audio/x-adpcm-dvi-ima
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.376056: MediaCodecInfo name: OMX.MTK.AUDIO.DECODER.ADPCM.DVI, mime: audio/x-adpcm-dvi-ima
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.376142: MediaCodecInfo name: c2.mtk.adpcm-ms.decoder, mime: audio/x-adpcm-ms
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.376227: MediaCodecInfo name: OMX.MTK.AUDIO.DECODER.ADPCM.MS, mime: audio/x-adpcm-ms
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.376319: MediaCodecInfo name: c2.mtk.alac.decoder, mime: audio/alac
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.376412: MediaCodecInfo name: OMX.MTK.AUDIO.DECODER.ALAC, mime: audio/alac
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.376500: MediaCodecInfo name: c2.mtk.ape.decoder, mime: audio/ape
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.376591: MediaCodecInfo name: OMX.MTK.AUDIO.DECODER.APE, mime: audio/ape
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.376698: MediaCodecInfo name: c2.android.aac.decoder, mime: audio/mp4a-latm
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.376781: MediaCodecInfo name: OMX.google.aac.decoder, mime: audio/mp4a-latm
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.376880: MediaCodecInfo name: c2.android.amrnb.decoder, mime: audio/3gpp
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.376967: MediaCodecInfo name: OMX.google.amrnb.decoder, mime: audio/3gpp
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.377048: MediaCodecInfo name: c2.android.amrwb.decoder, mime: audio/amr-wb
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.377142: MediaCodecInfo name: OMX.google.amrwb.decoder, mime: audio/amr-wb
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.377238: MediaCodecInfo name: c2.android.flac.decoder, mime: audio/flac
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.377332: MediaCodecInfo name: OMX.google.flac.decoder, mime: audio/flac
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.377422: MediaCodecInfo name: c2.android.g711.alaw.decoder, mime: audio/g711-alaw
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.377515: MediaCodecInfo name: OMX.google.g711.alaw.decoder, mime: audio/g711-alaw
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.377601: MediaCodecInfo name: c2.android.g711.mlaw.decoder, mime: audio/g711-mlaw
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.377681: MediaCodecInfo name: OMX.google.g711.mlaw.decoder, mime: audio/g711-mlaw
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.377808: MediaCodecInfo name: c2.android.mp3.decoder, mime: audio/mpeg
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.377907: MediaCodecInfo name: OMX.google.mp3.decoder, mime: audio/mpeg
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.377994: MediaCodecInfo name: c2.android.opus.decoder, mime: audio/opus
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.378081: MediaCodecInfo name: OMX.google.opus.decoder, mime: audio/opus
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.378170: MediaCodecInfo name: c2.android.raw.decoder, mime: audio/raw
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.378258: MediaCodecInfo name: OMX.google.raw.decoder, mime: audio/raw
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.378360: MediaCodecInfo name: c2.android.vorbis.decoder, mime: audio/vorbis
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.378457: MediaCodecInfo name: OMX.google.vorbis.decoder, mime: audio/vorbis
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.378544: MediaCodecInfo name: OMX.dolby.ac3.decoder, mime: audio/ac3
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.378630: MediaCodecInfo name: OMX.dolby.ac4.decoder, mime: audio/ac4
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.378779: MediaCodecInfo name: OMX.dolby.eac3.decoder, mime: audio/eac3
I/CCodec  ( 1299): setting up 'default' as default (vendor) store
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.378879: MediaCodecInfo name: OMX.dolby.eac3-joc.decoder, mime: audio/eac3-joc
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.379150: MediaCodecInfo name: OMX.MTK.AUDIO.DECODER.GSM, mime: audio/gsm
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.379534: MediaCodecInfo name: c2.mtk.av1.decoder, mime: video/av01
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.379913: MediaCodecInfo name: OMX.MTK.VIDEO.DECODER.AV1, mime: video/av01
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.380312: MediaCodecInfo name: c2.mtk.av1.decoder.secure, mime: video/av01
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.380692: MediaCodecInfo name: OMX.MTK.VIDEO.DECODER.AV1.secure, mime: video/av01
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.381049: MediaCodecInfo name: c2.mtk.avc.decoder, mime: video/avc video/avc -profile: setLoop(0), now 0/08
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.381402:
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.381563: profileLevels count: 5
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.381646: profile: 1 level: 32768
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.381740: profile: 65536 level: 32768
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.381857: profile: 2 level: 32768
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.381937: profile: 8 level: 32768
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.382021:  [Match].
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.382103: MediaCodecInfo name: OMX.MTK.VIDEO.DECODER.AVC, mime: video/avc video/avc -profile: 8
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.382186: profileLevels count: 5
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.382259: profile: 1 level: 32768
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.382340: profile: 65536 level: 32768
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.382425: profile: 2 level: 32768
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.382506: profile: 8 level: 32768
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.382594:  [Match].
E/GED     ( 1299): Failed to execute ioctl 3223873284, BridgeID(4), err(-1)
E/GED     ( 1299): @ged_swd_ioctl_fence_info: ioctl failed! return=1 sOut.eError=1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.382680: MediaCodecInfo name: c2.mtk.avc.decoder.secure, mime: video/avc video/avc -profile: 8
E/gralloc4( 1299): Empty SMPTE 2094-40 data
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.382836: profileLevels count: 5
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.382921: profile: 1 level: 32768
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.383004: profile: 65536 level: 32768
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.383085: profile: 2 level: 32768
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.384280: profile: 8 level: 32768
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.384432:  [Match].
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.384533: MediaCodecInfo name: OMX.MTK.VIDEO.DECODER.AVC.secure, mime: video/avc video/avc -profile: 8
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.384630: profileLevels count: 5
E/gralloc4( 1299): Empty SMPTE 2094-40 data
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.384711: profile: 1 level: 32768
E/GED     ( 1299): Failed to execute ioctl 3223873284, BridgeID(4), err(-1)
E/GED     ( 1299): @ged_swd_ioctl_fence_info: ioctl failed! return=1 sOut.eError=1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.384800: profile: 65536 level: 32768
E/gralloc4( 1299): Empty SMPTE 2094-40 data
E/GED     ( 1299): Failed to execute ioctl 3223873284, BridgeID(4), err(-1)
E/GED     ( 1299): @ged_swd_ioctl_fence_info: ioctl failed! return=1 sOut.eError=1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.384995: profile: 2 level: 32768
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.385088: profile: 8 level: 32768
E/gralloc4( 1299): Empty SMPTE 2094-40 data
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.385180:  [Match].
E/GED     ( 1299): Failed to execute ioctl 3223873284, BridgeID(4), err(-1)
E/GED     ( 1299): @ged_swd_ioctl_fence_info: ioctl failed! return=1 sOut.eError=1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.385262: MediaCodecInfo name: c2.mtk.h263.decoder, mime: video/3gpp
E/gralloc4( 1299): Empty SMPTE 2094-40 data
E/GED     ( 1299): Failed to execute ioctl 3223873284, BridgeID(4), err(-1)
E/GED     ( 1299): @ged_swd_ioctl_fence_info: ioctl failed! return=1 sOut.eError=1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.385361: MediaCodecInfo name: OMX.MTK.VIDEO.DECODER.H263, mime: video/3gpp
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.385452: MediaCodecInfo name: c2.mtk.heif.decoder, mime: image/vnd.android.heic
E/gralloc4( 1299): Empty SMPTE 2094-40 data
E/GED     ( 1299): Failed to execute ioctl 3223873284, BridgeID(4), err(-1)
E/GED     ( 1299): @ged_swd_ioctl_fence_info: ioctl failed! return=1 sOut.eError=1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.385537: MediaCodecInfo name: OMX.MTK.VIDEO.DECODER.HEIF, mime: image/vnd.android.heic
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.385628: MediaCodecInfo name: c2.mtk.hevc.decoder, mime: video/hevc
E/gralloc4( 1299): Empty SMPTE 2094-40 data
E/GED     ( 1299): Failed to execute ioctl 3223873284, BridgeID(4), err(-1)
E/GED     ( 1299): @ged_swd_ioctl_fence_info: ioctl failed! return=1 sOut.eError=1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.385715: MediaCodecInfo name: OMX.MTK.VIDEO.DECODER.HEVC, mime: video/hevc
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.385836: MediaCodecInfo name: c2.mtk.hevc.decoder.secure, mime: video/hevc
E/gralloc4( 1299): Empty SMPTE 2094-40 data
E/GED     ( 1299): Failed to execute ioctl 3223873284, BridgeID(4), err(-1)
E/GED     ( 1299): @ged_swd_ioctl_fence_info: ioctl failed! return=1 sOut.eError=1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.385930: MediaCodecInfo name: OMX.MTK.VIDEO.DECODER.HEVC.secure, mime: video/hevc
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.386015: MediaCodecInfo name: c2.mtk.mpeg2.decoder, mime: video/mpeg2
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.386112: MediaCodecInfo name: OMX.MTK.VIDEO.DECODER.MPEG2, mime: video/mpeg2
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.386193: MediaCodecInfo name: c2.mtk.mpeg4.decoder, mime: video/mp4v-es
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.386278: MediaCodecInfo name: OMX.MTK.VIDEO.DECODER.MPEG4, mime: video/mp4v-es
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.386363: MediaCodecInfo name: c2.mtk.vp9.decoder, mime: video/x-vnd.on2.vp9
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.386441: MediaCodecInfo name: OMX.MTK.VIDEO.DECODER.VP9, mime: video/x-vnd.on2.vp9
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.386530: MediaCodecInfo name: c2.mtk.vp9.decoder.secure, mime: video/x-vnd.on2.vp9
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.386610: MediaCodecInfo name: OMX.MTK.VIDEO.DECODER.VP9.secure, mime: video/x-vnd.on2.vp9
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.386695: MediaCodecInfo name: c2.mtk.vpx.decoder, mime: video/x-vnd.on2.vp8
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.386781: MediaCodecInfo name: OMX.MTK.VIDEO.DECODER.VPX, mime: video/x-vnd.on2.vp8
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.386869: MediaCodecInfo name: c2.android.av1.decoder, mime: video/av01
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.386945: MediaCodecInfo name: c2.android.avc.decoder, mime: video/avc video/avc -profile: 8
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.387039: profileLevels count: 5
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.387127: profile: 65536 level: 65536
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.387232: profile: 1 level: 65536
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.387309: profile: 2 level: 65536
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.387401: profile: 524288 level: 65536
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.387488: profile: 8 level: 65536
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.387571:  [Match].
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.387648: MediaCodecInfo name: OMX.google.h264.decoder, mime: video/avc video/avc -profile: 8
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.387734: profileLevels count: 5
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.387808: profile: 65536 level: 65536
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.387886: profile: 1 level: 65536
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.387965: profile: 2 level: 65536
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.388050: profile: 524288 level: 65536
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.388124: profile: 8 level: 65536
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.388197:  [Match].
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.388291: MediaCodecInfo name: c2.android.h263.decoder, mime: video/3gpp
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.388373: MediaCodecInfo name: OMX.google.h263.decoder, mime: video/3gpp
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.388451: MediaCodecInfo name: c2.android.hevc.decoder, mime: video/hevc
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.388532: MediaCodecInfo name: OMX.google.hevc.decoder, mime: video/hevc
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.388619: MediaCodecInfo name: c2.android.mpeg4.decoder, mime: video/mp4v-es
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.388694: MediaCodecInfo name: OMX.google.mpeg4.decoder, mime: video/mp4v-es
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.388772: MediaCodecInfo name: c2.android.vp8.decoder, mime: video/x-vnd.on2.vp8
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.388856: MediaCodecInfo name: OMX.google.vp8.decoder, mime: video/x-vnd.on2.vp8
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.388933: MediaCodecInfo name: c2.android.vp9.decoder, mime: video/x-vnd.on2.vp9
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.389026: MediaCodecInfo name: OMX.google.vp9.decoder, mime: video/x-vnd.on2.vp9
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.389109: found codecs count: 6 | 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.389191: video/avc AMediaCodec_createCodecByName: c2.mtk.avc.decoder
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.389694: ndk::AMediaCodec *ndk::AMediaCodec_createCodecByName(const char *) via ndk: true
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.389823: 0xb400007e69249500 virtual void mdk::MediaControlPush::setState(mdk::PlaybackState)@969 requested state 2=>2, current state 2. status: 0X124
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.389920: default FrameReader0xb400007df13da400 request to pause 1, loaded: 4.
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.390006: default FrameReader0xb400007df13da400 state: 2=>2=>2, 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.390086: creating EGL context from window: 0xb400007dda358010 with shared context: 0xb400007df118bd40 extra: 0x0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.390176: initialize EGL display from eglGetDisplay()
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.390260: 0xb400007e69249500 virtual void mdk::MediaControlPush::setState(mdk::PlaybackState)@969 requested state 2=>1, current state 2. status: 0X124
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.390349: default FrameReader0xb400007df13da400 request to pause 0, loaded: 4.
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.390444: default FrameReader0xb400007df13da400 state: 2=>2=>1, 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.390524: default FrameReader0xb400007df13da400 state requested: 1, current: 2
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.390612: Try to create context for OpenGL ES 3
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.390690: default FrameReader0xb400007df13da400 state: 2=>1=>1, 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.390936: default FrameReader0xb400007df13da400 update state: 2=>1
I/flutter ( 1299): fvp.FINE: 2023-08-26 14:00:18.391050: 586847772 player-5476376605964589696 onPlaybackStateChanged: PlaybackState.paused => PlaybackState.playing
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.391262: SL_IID_PLAYBACKRATE Range0: [500, 2000]/0 cap: 400
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.391356: Using audio backend: OpenSL
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.391442: ThreadLocal<UGL::opengl::platform::GLContext *>::Data::Data() thread: 540866510000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.391537: T *ThreadLocal<UGL::opengl::platform::GLContext *>::get() const allocate and initialize ThreadLocal data
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.391622: ++++++++++onContextCreated+++++++++++
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.391702: PlatformSurface::Event::Resize
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.391776: PlatformSurface::Event::Resize
I/CCodec  ( 1299): Created component [c2.mtk.avc.decoder]
D/CCodecBufferChannel( 1299): [0xb400007dd188ac00] setComponent: mName c2.mtk.avc.decoder#528, mPipelineWatcher 0xb400007dd188b068
D/CCodecBufferChannel( 1299): PipelineWatcher debug info [c2.mtk.avc.decoder#528] enable=0
D/CCodecConfig( 1299): read media type: video/avc
D/ReflectedParamUpdater( 1299): extent() != 1 for single value type: algo.buffers.max-count.values
D/ReflectedParamUpdater( 1299): extent() != 1 for single value type: output.subscribed-indices.values
D/ReflectedParamUpdater( 1299): extent() != 1 for single value type: input.buffers.allocator-ids.values
D/ReflectedParamUpdater( 1299): extent() != 1 for single value type: output.buffers.allocator-ids.values
D/ReflectedParamUpdater( 1299): extent() != 1 for single value type: algo.buffers.allocator-ids.values
D/ReflectedParamUpdater( 1299): extent() != 1 for single value type: output.buffers.pool-ids.values
D/ReflectedParamUpdater( 1299): extent() != 1 for single value type: algo.buffers.pool-ids.values
D/ReflectedParamUpdater( 1299): ignored struct field coded.color-format.locations
D/CCodecConfig( 1299): ignoring local param raw.size (0xd2001800) as it is already supported
D/CCodecConfig( 1299): ignoring local param raw.crop (0xd2001801) as it is already supported
D/CCodecConfig( 1299): ignoring local param default.color (0x5200180b) as it is already supported
D/CCodecConfig( 1299): ignoring local param raw.hdr-static-info (0xd200180a) as it is already supported
I/CCodecConfig( 1299): query failed after returning 17 values (BAD_INDEX)
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.399302: 0xb400007e69249500 ao opened: 1, reopen: 1, bad ao: 0
D/CCodecConfig( 1299): c2 config diff is Dict {
D/CCodecConfig( 1299):   c2::i32 algo.priority.value = 1
D/CCodecConfig( 1299):   c2::float algo.rate.value = 0
D/CCodecConfig( 1299):   c2::float coded.frame-rate.value = 30
D/CCodecConfig( 1299):   c2::u32 coded.pl.level = 20495
D/CCodecConfig( 1299):   c2::u32 coded.pl.profile = 20481
D/CCodecConfig( 1299):   c2::u32 coded.vui.color.matrix = 0
D/CCodecConfig( 1299):   c2::u32 coded.vui.color.primaries = 0
D/CCodecConfig( 1299):   c2::u32 coded.vui.color.range = 2
D/CCodecConfig( 1299):   c2::u32 coded.vui.color.transfer = 0
D/CCodecConfig( 1299):   c2::u32 default.color.matrix = 0
D/CCodecConfig( 1299):   c2::u32 default.color.primaries = 0
D/CCodecConfig( 1299):   c2::u32 default.color.range = 0
D/CCodecConfig( 1299):   c2::u32 default.color.transfer = 0
D/CCodecConfig( 1299):   c2::u32 input.buffers.max-size.value = 2097152
D/CCodecConfig( 1299):   c2::u32 input.delay.value = 4
D/CCodecConfig( 1299):   string input.media-type.value = "video/avc"
D/CCodecConfig( 1299):   c2::u32 output.delay.value = 12
D/CCodecConfig( 1299):   string output.media-type.value = "video/raw"
D/CCodecConfig( 1299):   c2::u32 raw.color.matrix = 0
D/CCodecConfig( 1299):   c2::u32 raw.color.primaries = 0
D/CCodecConfig( 1299):   c2::u32 raw.color.range = 2
D/CCodecConfig( 1299):   c2::u32 raw.color.transfer = 0
D/CCodecConfig( 1299):   c2::u32 raw.crop.height = 239
D/CCodecConfig( 1299):   c2::u32 raw.crop.left = 0
D/CCodecConfig( 1299):   c2::u32 raw.crop.top = 0
D/CCodecConfig( 1299):   c2::u32 raw.crop.width = 319
D/CCodecConfig( 1299):   c2::float raw.hdr-static-info.mastering.blue.x = 0
D/CCodecConfig( 1299):   c2::float raw.hdr-s
W/ColorUtils( 1299): expected specified color aspects (2:0:0:0)
D/MediaCodec( 1299): [0xb400007e0aff9000] setState: 2
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.400274: 0xb400007dd25ad008 filter graph:
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.400468: +-----------+
I/flutter ( 1299): |    src    |default--[48000Hz s16p:stereo]--dst:default
I/flutter ( 1299): | (abuffer) |
I/flutter ( 1299): +-----------+
I/flutter ( 1299):
I/flutter ( 1299):                                            +---------------+
I/flutter ( 1299): src:default--[48000Hz s16p:stereo]--default|      dst      |
I/flutter ( 1299):                                            | (abuffersink) |
I/flutter ( 1299):                                            +---------------+
I/flutter ( 1299):
D/BufferQueueConsumer( 1299): [](id:51300000003,api:0,p:-1,c:1299) connect: controlledByApp=true
D/MediaCodec( 1299): [0xb400007e0aff9000] [c2.mtk.avc.decoder] configure
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.403538: set h264 csd-0
I/MediaCodec( 1299): fps video to display enabled
I/MiMediaCodecStub( 1299): MiMediaCodecStub::MiMediaCodecStub
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.404321: using AImageReader: true
I/MediaCodec( 1299): The Fps from player is 0.000000  frameRateFloat -1.000000 frameRateInt -1
D/MediaCodec( 1299): mClientName is : com.zlex, mVideoBitrate is 3, width is 1920, height is 1080, frame-rate is 0.000000
D/MediaCodec( 1299): flushMediametrics
D/MediaCodec( 1299): [0xb400007e0aff9000] [c2.mtk.avc.decoder] connectToSurface: surface 0xb400007dd1851000, mSurface 0x0
D/SurfaceUtils( 1299): connecting to surface 0xb400007dd1851010, reason connectToSurface
I/MediaCodec( 1299): [c2.mtk.avc.decoder] setting surface generation to 1330177
D/SurfaceUtils( 1299): disconnecting from surface 0xb400007dd1851010, reason connectToSurface(reconnect)
D/SurfaceUtils( 1299): connecting to surface 0xb400007dd1851010, reason connectToSurface(reconnect)
D/MediaCodec( 1299): [0xb400007e0aff9000] setState: 3
D/CCodec  ( 1299): [c2.mtk.avc.decoder] buffers are bound to CCodec for this session
D/CCodecConfig( 1299): no c2 equivalents for native-window
D/CCodecConfig( 1299): no c2 equivalents for flags
D/CCodecConfig( 1299): c2 config diff is   c2::i32 algo.priority.value = 0
D/CCodecConfig( 1299):   c2::u32 raw.pixel-format.value = 34
D/CCodecConfig( 1299):   c2::u32 raw.size.height = 1080
D/CCodecConfig( 1299):   c2::u32 raw.size.width = 1920
D/CCodecConfig( 1299):   c2::u32 vendor.mtk.vdec.bq.guard.interval.time.value = 60
E/GED     ( 1299): Failed to execute ioctl 3223873284, BridgeID(4), err(-1)
E/GED     ( 1299): @ged_swd_ioctl_fence_info: ioctl failed! return=1 sOut.eError=1
E/gralloc4( 1299): Empty SMPTE 2094-40 data
W/Codec2Client( 1299): query -- param skipped: index = 1107298332.
D/CCodec  ( 1299): encoding statistics level = 0
D/CCodec  ( 1299): setup formats input: AMessage(what = 0x00000000) = {
D/CCodec  ( 1299):   string mime = "video/avc"
D/CCodec  ( 1299):   int32_t width = 1920
D/CCodec  ( 1299):   int32_t profile = 65536
D/CCodec  ( 1299):   int32_t priority = 0
D/CCodec  ( 1299):   int32_t frame-rate = 30
D/CCodec  ( 1299):   int32_t height = 1080
D/CCodec  ( 1299):   int32_t level = 32768
D/CCodec  ( 1299):   int32_t max-input-size = 2097152
D/CCodec  ( 1299):   Rect crop(0, 0, 318, 238)
D/CCodec  ( 1299): }
D/CCodec  ( 1299): setup formats output: AMessage(what = 0x00000000) = {
D/CCodec  ( 1299):   int32_t android._color-format = 2130708361
D/CCodec  ( 1299):   int32_t android._video-scaling = 1
D/CCodec  ( 1299):   int32_t sar-width = 1
D/CCodec  ( 1299):   int32_t color-standard = 4
D/CCodec  ( 1299):   int32_t color-range = 2
D/CCodec  ( 1299):   int32_t color-transfer = 3
D/CCodec  ( 1299):   int32_t android._dataspace = 259
D/CCodec  ( 1299):   int32_t width = 1920
D/CCodec  ( 1299):   int32_t rotation-degrees = 0
D/CCodec  ( 1299):   int32_t sar-height = 1
D/CCodec  ( 1299):   int32_t max-width = 320
D/CCodec  ( 1299):   int32_t max-height = 240
D/CCodec  ( 1299):   int32_t priority = 0
D/CCodec  ( 1299):   string mime = "video/raw"
D/CCodec  ( 1299):   Rect crop(0, 0, 318, 238)
D/CCodec  ( 1299):   Buffer hdr-static-info = {
D/CCodec  ( 1299):     00000000:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
D/CCodec  ( 1299):     00000010:  00 00 00 00 00 00 00 00  00                       .........
D/CCodec  ( 1299):   }
D/CCodec  ( 1299):   int32_t frame-rate = 30
D/CCodec  ( 1299):   int32_t height = 1080
D/CCodec  ( 1299):   int32_t color-format = 2130708361
D/CCodec  ( 1299): }
I/CCodecConfig( 1299): query failed after returning 18 values (BAD_INDEX)
D/CCodecConfig( 1299): c2 config diff is   c2::u32 raw.max-size.height = 1080
D/CCodecConfig( 1299):   c2::u32 raw.max-size.width = 1920
D/MediaCodec( 1299): [0xb400007e0aff9000] setState: 4
D/MediaCodec( 1299): [0xb400007e0aff9000] setState: 5
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.411704: AMediaCodec selected video codec name: c2.mtk.avc.decoder
W/Codec2Client( 1299): query -- param skipped: index = 1342179345.
W/Codec2Client( 1299): query -- param skipped: index = 2415921170.
W/Codec2Client( 1299): query -- param skipped: index = 1610614798.
D/C2Store ( 1299): Using DMABUF Heaps
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] Created input block pool with allocatorID 16 => poolID 17 - OK (0)
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] Query output surface allocator returned 0 params => BAD_INDEX (6)
I/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] Created output block pool with allocatorID 18 => poolID 911 - OK
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] Configured output block pool ids 911 => OK
D/CCodecBufferChannel( 1299): [0xb400007dd188ac00] [c2.mtk.avc.decoder#528] start: output->outputDelay 12, output->numSlots 16
D/Codec2-OutputBufferQueue( 1299): remote graphic buffer migration 0/0
D/Codec2Client( 1299): setOutputSurface -- generation=1330177 consumer usage=0x900
D/Codec2Client( 1299): Surface configure completed
I/DMABUFHEAPS( 1299): Using DMA-BUF heap named: mtk_mm
D/MediaCodec( 1299): [0xb400007e0aff9000] setState: 6
I/flutter ( 1299): fvp.FINE: 2023-08-26 14:00:18.436976: 586847772 player-5476376605964589696 onEvent: decoder.video 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.437318: decode stored recovery packets: 0
I/MiMediaCodec( 1299): The CSD is not calculated
D/CCodecBuffers( 1299): [c2.mtk.avc.decoder#528:1D-Input.Impl[N]] converted 8 buffers to array mode of 8
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.455682: >>>>>>>>1st audio frame (after seek) rendered: 1, ao: 23000032, a: 23000016, delta: 16 +0.024000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.456048: audio stream#1 AOT frame is sent
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work; ignored.
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] Discard frames from previous generation.
D/PipelineWatcher( 1299): onWorkDone: frameIndex not found (18446744073709551615); ignored
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work not feedInput.
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work; ignored.
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] Discard frames from previous generation.
D/PipelineWatcher( 1299): onWorkDone: frameIndex not found (18446744073709551615); ignored
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work not feedInput.
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work; ignored.
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] Discard frames from previous generation.
D/PipelineWatcher( 1299): onWorkDone: frameIndex not found (18446744073709551615); ignored
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work not feedInput.
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work; ignored.
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] Discard frames from previous generation.
D/PipelineWatcher( 1299): onWorkDone: frameIndex not found (18446744073709551615); ignored
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work not feedInput.
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work; ignored.
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] Discard frames from previous generation.
D/PipelineWatcher( 1299): onWorkDone: frameIndex not found (18446744073709551615); ignored
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work not feedInput.
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work; ignored.
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] Discard frames from previous generation.
D/PipelineWatcher( 1299): onWorkDone: frameIndex not found (18446744073709551615); ignored
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work not feedInput.
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work; ignored.
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] Discard frames from previous generation.
D/PipelineWatcher( 1299): onWorkDone: frameIndex not found (18446744073709551615); ignored
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work not feedInput.
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work; ignored.
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] Discard frames from previous generation.
D/PipelineWatcher( 1299): onWorkDone: frameIndex not found (18446744073709551615); ignored
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] flushed work not feedInput.
D/com.zlex( 1299): PlayerBase::stop() from IPlayer
D/AudioTrack( 1299): stop(2449): 0xb400007dda1f1600, prior state:STATE_ACTIVE
D/AudioTrackShared( 1299): this(0xb400007f3fde2a40), mCblk(0x7f22abf000), front(8192), mIsOut 1, interrupt() FUTEX_WAKE
D/AudioTrack( 1299): stop(2449): 0xb400007dda1f1600 stop done
D/AudioTrack( 1299): start(2449): 0xb400007dda1f1600, prior state:STATE_STOPPED
D/Codec2-OutputBufferQueue( 1299): set max dequeue count 19 from update
D/com.zlex( 1299): PlayerBase::stop() from IPlayer
D/AudioTrack( 1299): stop(2449): 0xb400007dda1f1600, prior state:STATE_ACTIVE
D/AudioTrackShared( 1299): this(0xb400007f3fde2a40), mCblk(0x7f22abf000), front(10240), mIsOut 1, interrupt() FUTEX_WAKE
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] Ignoring stale input buffer done callback: last flush index = 0, frameIndex = 0
D/AudioTrack( 1299): stop(2449): 0xb400007dda1f1600 stop done
D/AudioTrack( 1299): start(2449): 0xb400007dda1f1600, prior state:STATE_STOPPED
D/CCodecConfig( 1299): c2 config diff is   c2::u32 raw.crop.height = 1080
D/CCodecConfig( 1299):   c2::u32 raw.crop.width = 1920
D/CCodecConfig( 1299):   c2::u32 raw.pixel-format.value = 4096
D/CCodecBuffers( 1299): [c2.mtk.avc.decoder#528:2D-Output] popFromStashAndRegister: at 23000000000us, output format changed to AMessage(what = 0x00000000) = {
D/CCodecBuffers( 1299):   int32_t android._color-format = 4096
D/CCodecBuffers( 1299):   int32_t android._video-scaling = 1
D/CCodecBuffers( 1299):   int32_t sar-width = 1
D/CCodecBuffers( 1299):   int32_t color-standard = 1
D/CCodecBuffers( 1299):   int32_t color-range = 2
D/CCodecBuffers( 1299):   int32_t color-transfer = 3
D/CCodecBuffers( 1299):   int32_t android._dataspace = 260
D/CCodecBuffers( 1299):   int32_t width = 1920
D/CCodecBuffers( 1299):   int32_t rotation-degrees = 0
D/CCodecBuffers( 1299):   int32_t sar-height = 1
D/CCodecBuffers( 1299):   int32_t max-width = 1920
D/CCodecBuffers( 1299):   int32_t max-height = 1080
D/CCodecBuffers( 1299):   int32_t priority = 0
D/CCodecBuffers( 1299):   string mime = "video/raw"
D/CCodecBuffers( 1299):   Rect crop(0, 0, 1919, 1079)
D/CCodecBuffers( 1299):   Buffer hdr-static-info = {
D/CCodecBuffers( 1299):     00000000:  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  ................
D/CCodecBuffers( 1299):     00000010:  00 00 00 00 00 00 00 00  00                       .........
D/CCodecBuffers( 1299):   }
D/CCodecBuffers( 1299):   int32_t frame-rate = 30
D/CCodecBuffers( 1299):   int32_t height = 1080
D/CCodecBuffers( 1299):   int32_t color-format = 2130708361
D/CCodecBuffers( 1299): }
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.612315: AMEDIACODEC_INFO_OUTPUT_FORMAT_CHANGED
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.613448: MediaFormat: android._color-format: int32(4096), android._video-scaling: int32(1), sar-width: int32(1), color-standard: int32(1), color-range: int32(2), color-transfer: int32(3), android._dataspace: int32(260), width: int32(1920), rotation-degrees: int32(0), sar-height: int32(1), max-width: int32(1920), max-height: int32(1080), priority: int32(0), mime: string(video/raw), crop: Rect(0, 0, 1919, 1079), hdr-static-info: data, frame-rate: int32(30), height: int32(1080), color-format: int32(2130708361)}
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.613721: unknown, bpc:0, bpp:0(), channels:(), map: 0 0 0 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.613858: size: 1920x1080, bytes: 1920x1080
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.614599: video stream#0 sending 1 invalid AOT frame @23000.000000s. seeking: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.614995: 0xb400007e69249500 1st video frame to render @23000.000000s, sync time: 23000.184000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.615658: VideoRenderer clear buffered frames
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.616160: 0-track seek end video frame @23000.000000 seek_pos_: -1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.616301: 0xb400007e69249500 1st video frame to render @23000.000000s, sync time: 23000.184000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.616402: video stream#0 AOT frame is sent
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.616506: VideoRenderer WxH=1920.000000x1080.000000 1920.000000x1080.000000, frame: 1920x1080
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.616606: update transform 2d. scale: (1.000000, 1.000000), orientation: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.616722: m: mat<4, 4>(
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.616841: 1  0  0  0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.616937: 0  1  0  0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.617020: 0  0  1  0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.617103: 0  0  0  1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.617191: )
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.617274: ThreadLocal<std::unordered_map<const void *, std::unique_ptr<UGL::opengl::Context>>>::Data::Data() thread: 540866510000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.617366: T *ThreadLocal<std::unordered_map<const void *, std::unique_ptr<UGL::opengl::Context>>>::get() const allocate and initialize ThreadLocal data
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.617458: new Context object 0xb400007dd2531280(0) for native context handle 0xb400007dda1ed500
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.617542: ctx->api_: 0xb400007df10f0c00
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.617621: probing gl context... native: 0x0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.617710: EGL_VERSION: 1.4 Android META-EGL
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.617861: EGL_VENDOR: Android
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.617951: EGL_CLIENT_APIS: OpenGL_ES
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.618032: resolving gl common functions...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.618110: select gl api resolver for EGL|OpenGL|OpenGLES
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.618195: using opengl api resolver: EGL
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.618509: probing gl client context... major_: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.618608: GL_VENDOR: ARM
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.618697: GL_RENDERER: Mali-G610 MC6
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.618874: GL_VERSION: OpenGL ES 3.2 v1.r32p1-01eac0.54329dee8f160f288c574caaf67bbe3f
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.618972: GL_SHADING_LANGUAGE_VERSION: OpenGL ES GLSL ES 3.20
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.619095: EGL_ANDROID_GLES_layers EGL_ANDROID_front_buffer_auto_refresh EGL_ANDROID_get_frame_timestamps EGL_ANDROID_get_native_client_buffer EGL_ANDROID_image_native_buffer EGL_ANDROID_native_fence_sync EGL_ANDROID_presentation_time EGL_ANDROID_recordable EGL_ANGLE_platform_angle EGL_EXT_client_extensions EGL_EXT_create_context_robustness EGL_EXT_gl_colorspace_display_p3 EGL_EXT_gl_colorspace_display_p3_linear EGL_EXT_gl_colorspace_display_p3_passthrough EGL_EXT_gl_colorspace_scrgb EGL_EXT_gl_colorspace_scrgb_linear EGL_EXT_image_gl_colorspace EGL_EXT_pixel_format_float EGL_EXT_protected_content EGL_EXT_surface_CTA861_3_metadata EGL_EXT_surface_SMPTE2086_metadata EGL_EXT_yuv_surface EGL_IMG_context_priority EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_mutable_render_buf
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.619298: OpenGL Context thread: 540866510000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.619402: OpenGL ES3.2 No profile, EGL140, GLSL320
I/flutter ( 1299): Features PBO: 1, RG texture: 1, 16bit texture: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.619496: resolving gl extensions...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.619579: select gl api resolver for EGL|OpenGL|OpenGLES
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.619673: using opengl api resolver: EGL
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.619752: context version: 320
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.619848: extension resolved: glMapBufferOES
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.619933:
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.620089: gl api resolved. thread@ 540866510000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.620172:
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.620273: 0xb400007dd2531280/0xb400007dda1ed500 Context::setLocalData local data 0xb400007dd16b2d90 for key: 0x2. size: 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.620366: 0xb400007dd2531280/0xb400007dda1ed500 Context::setLocalData local data 0xb400007e7d82b6a0 for key: 0x3. size: 2
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.620448: 0xb400007e690dd1c0mdk::GLVideoRenderer::Private::Renderers::Renderers()
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.620526: 0xb400007dd2531280/0xb400007dda1ed500 Context::setLocalData local data 0xb400007dda8891d0 for key: 0x0. size: 3
D/CCodecBufferChannel( 1299): [c2.mtk.avc.decoder#528] first render dataSpace=260
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.622390: 0xb400007dd2531280/0xb400007dda1ed500 Context::setLocalData local data 0xb400007dd23d2e70 for key: 0x1. size: 4
D/com.zlex( 1299): PlayerBase::stop() from IPlayer
D/AudioTrack( 1299): stop(2449): 0xb400007dda1f1600, prior state:STATE_ACTIVE
D/AudioTrackShared( 1299): this(0xb400007f3fde2a40), mCblk(0x7f22abf000), front(12288), mIsOut 1, interrupt() FUTEX_WAKE
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.622755: AHardwareBuffer from AImageReader Surface to EGLImage
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.623198: unknown, bpc:0, bpp:0(), channels:(), map: 0 0 0 0 => mapped rgba, bpc:8, bpp:32(32), channels:(4), map: 0 1 2 3
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.623326:  RGBA8 |  RGBA | UNSIGNED_BYTE
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.623678: frame color: bt709 bt709 bt709 narrow. gamma: 2.200000, signal peak: 1.000000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.623781:  -
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.623879: output color: bt709 unknown unknown full. gamma: 2.200000, signal peak: 1.000000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.623990: rgb primaries matrix: mat<3, 3>(
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.624080: 1  0  0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.624176: 0  1  0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.624260: 0  0  1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.624349: )
D/AudioTrack( 1299): stop(2449): 0xb400007dda1f1600 stop done
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.624430: color transform: mat<4, 4>(
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.624508: 1  0  0  0
D/AudioTrack( 1299): start(2449): 0xb400007dda1f1600, prior state:STATE_STOPPED
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.624586: 0  1  0  0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.624680: 0  0  1  0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.624756: 0  0  0  1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.624958: )
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.625057: EQ: mat<4, 4>(
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.625169: 1  0  0  0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.625260: 0  1  0  0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.625344: 0  0  1  0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.625424: 0  0  0  1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.625521: )
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.625602: material changed: 0x0=>0x90a
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.625702: planar: 0, alpha: 1, texture 2d: 0, external: 1, rg semi-planar: 0, 16=>8: 0, xyz: 0, generic packed yuv: 0, cocgsy: 0, primaries diff: 0, trc: 1=>1, tone map: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.625918: bind attribute: a_Position => 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.626041: bind attribute: a_TexCoords0 => 1
E/gralloc4( 1299): Empty SMPTE 2094-40 data
E/GED     ( 1299): Failed to execute ioctl 3223873284, BridgeID(4), err(-1)
E/GED     ( 1299): @ged_swd_ioctl_fence_info: ioctl failed! return=1 sOut.eError=1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.637082: uniform locations:
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.637377: u_Texture0: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.637493: u_Matrix: 2, u_TexMatrix: 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.637627: update built-in uniforms
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.637722: EQ: mat<4, 4>(
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.637840: 1  0  0  0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.637940: 0  1  0  0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.638030: 0  0  1  0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.638126: 0  0  0  1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.638219: )
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.638311: uniform cb.u_colorMatrix: 3
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.638390: uniform cb.u_ScaleA: 4
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.638469: creating vbo...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:18.638556: creating vao...
I/flutter ( 1299): fvp.FINE: 2023-08-26 14:00:18.638679: 586847772 player-5476376605964589696 onEvent: render.video 23000000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.861327: 0xb400007dda1ee100->PlatformSurface::Event::NativeHandle: 0x7fff5c12fc>>>0x0
W/FvpPlugin( 1299): onMethodCall: ReleaseRT texId: 0, surfaces: 0 textures: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.861713: -----------onDestroyContext------------
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.863880: 0xb400007dd2531280 destroying context local data 4...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.864185: release AHardwareBuffer-EGL interop resources
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.864413: Delete GLTimer queries 0xb400007e6d28d6e0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.864644: 0xb400007e690dd1c0mdk::GLVideoRenderer::Private::Renderers::~Renderers()
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.864841: cleanup shader cache
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.865169: cleanup shader cache
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.865295: Delete GLTimer queries 0xb400007dce682e00
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.865381: 0xb400007dd2531280->aboutToDestroy() erase context 0xb400007dd2531280(0) for native context handle 0xb400007dda1ed500 ~~~~~~~~
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.865520:
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.865607: ~Context
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.865691: 0xb400007dd2531280->aboutToDestroy() done~~~~~~~~
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.865790:
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.865888: 0xb400007df1390d40UGL::opengl::Context::Local<mdk::GLVideoRenderer::Private::Renderers>::~Local() [T = mdk::GLVideoRenderer::Private::Renderers, DT = mdk::GLVideoRenderer::Private::Renderers]0x0 count: 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.865985: mdk::VideoRenderer::Private::~Private() @125
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.866072: 0xb400007dd25a4330UGL::opengl::Context::Local<GLTimer::ctx_res_t>::~Local() [T = GLTimer::ctx_res_t, DT = GLTimer::ctx_res_t]0x3 count: 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.866153: 0xb400007dd25a3990UGL::opengl::Context::Local<GLTimer::ctx_res_t>::~Local() [T = GLTimer::ctx_res_t, DT = GLTimer::ctx_res_t]0x2 count: 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.866255: destroyRenderContext: 0xb400007e6d20f620
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.866341: 0xb400007df11aea40 destroy gl resources before destroying context
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.866426: new Context object 0xb400007dce565250(1) for native context handle 0xb400007dda1ed500
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.866520: ctx->api_: 0xb400007df10f0c00
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.866597: probing gl context... native: 0x0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.866683: EGL_VERSION: 1.4 Android META-EGL
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.866817: EGL_VENDOR: Android
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.866915: EGL_CLIENT_APIS: OpenGL_ES
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.866999: resolving gl common functions...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.867098: select gl api resolver for EGL|OpenGL|OpenGLES
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.867194: using opengl api resolver: EGL
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.921436: probing gl client context... major_: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.921875: GL_VENDOR: ARM
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.922150: GL_RENDERER: Mali-G610 MC6
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.922386: GL_VERSION: OpenGL ES 3.2 v1.r32p1-01eac0.54329dee8f160f288c574caaf67bbe3f
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.922636: GL_SHADING_LANGUAGE_VERSION: OpenGL ES GLSL ES 3.20
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.922863: EGL_ANDROID_GLES_layers EGL_ANDROID_front_buffer_auto_refresh EGL_ANDROID_get_frame_timestamps EGL_ANDROID_get_native_client_buffer EGL_ANDROID_image_native_buffer EGL_ANDROID_native_fence_sync EGL_ANDROID_presentation_time EGL_ANDROID_recordable EGL_ANGLE_platform_angle EGL_EXT_client_extensions EGL_EXT_create_context_robustness EGL_EXT_gl_colorspace_display_p3 EGL_EXT_gl_colorspace_display_p3_linear EGL_EXT_gl_colorspace_display_p3_passthrough EGL_EXT_gl_colorspace_scrgb EGL_EXT_gl_colorspace_scrgb_linear EGL_EXT_image_gl_colorspace EGL_EXT_pixel_format_float EGL_EXT_protected_content EGL_EXT_surface_CTA861_3_metadata EGL_EXT_surface_SMPTE2086_metadata EGL_EXT_yuv_surface EGL_IMG_context_priority EGL_KHR_config_attribs EGL_KHR_create_context EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_image EGL_KHR_image_base EGL_KHR_mutable_render_buf
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.923206: OpenGL Context thread: 540866510000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.923446: OpenGL ES3.2 No profile, EGL140, GLSL320
I/flutter ( 1299): Features PBO: 1, RG texture: 1, 16bit texture: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.923735: resolving gl extensions...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.923954: select gl api resolver for EGL|OpenGL|OpenGLES
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.924175: using opengl api resolver: EGL
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.924394: context version: 320
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.924621: extension resolved: glMapBufferOES
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.924870:
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.925155: gl api resolved. thread@ 540866510000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.925389:
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.925598: 0xb400007dce565250->aboutToDestroy() erase context 0xb400007dce565250(1) for native context handle 0xb400007dda1ed500 ~~~~~~~~
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.926163:
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.926825: ~Context
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.927259: 0xb400007dce565250->aboutToDestroy() done~~~~~~~~
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.927622:
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.927973: 0xb400007e69249500 virtual void mdk::MediaControlPush::setState(mdk::PlaybackState)@969 requested state 1=>0, current state 1. status: 0X124
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.928360: default FrameReader0xb400007df13da400 state: 1=>1=>0, 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.928761: default0xb400007df13da400 virtual void mdk::FrameReader::stop(), current state: 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.929120: 0xb400007df13da400 virtual bool mdk::FrameReaderImpl::unload(), current status 0x124, invalid: 0, loading: 0, loaded: 4, buffering: 0, seeking: 0, prepared: 256, EOF: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.929709: 0xb400007e6d371720 request avformat input interrupt
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.929907: audio stream#1 about to stop before sending a frame
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.930043: video stream#0 about to stop before sending a frame
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.930184: AMediaCodec is being used, stop now may result in remaining buffers can't be rendered. set property 'stop_on_close=0' to stop only if all buffers are released
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.930342: 0xb400007df138a800virtual mdk::Player::~Player()64
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.930472: 0xb400007dda1ee100->PlatformSurface::Event::Close
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.930586: removing closed surface...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.930704: surface removed, skip current update
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.930830: ThreadLocal<std::unordered_map<const void *, std::unique_ptr<UGL::opengl::Context>>>::Data::~Data() thread: 540866510000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.930951: ThreadLocal<UGL::opengl::platform::GLContext *>::Data::~Data() thread: 540866510000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.931076: ThreadLocal<UGL::opengl::Context::Config>::Data::~Data() thread: 540866510000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.931162: ThreadLocal<bool>::Data::~Data() thread: 540866510000
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.931260: audio stream#1 decoding loop is finished
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.931347: 540871683248default 0xb400007df13da400 bool mdk::FrameReader::update(mdk::MediaStatus) @1055: reset status_mask
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.931468: default 0xb400007df13da400 FrameReader::update MediaStatus 0X124=>0X1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.931589: stop by user. clear packet queues and send eof packets for each thread...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.931681: FrameReader@0xb400007df13da400 sending Packet::End to all packet queues. PacketIO@0xb400007dd27dd540 ->url: http://zlex.fun:8080/live/Zlexplayer/UPEp2JjtHM/86831.m3u8
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.931787: clear packet queue for stream 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.931900: setNext from -1 url:
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.931997: default FrameReader0xb400007df13da400 state: 1=>0=>0, 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.932104: default0xb400007df13da400 virtual void mdk::FrameReader::stop(), current state: 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.932211: default FrameReader0xb400007df13da400 state: 1=>0=>0, 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.932308: default0xb400007df13da400 virtual void mdk::FrameReader::stop(), current state: 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.932416: mdk::MediaPlayer::Private::~Private()
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.932520: 0xb400007e69249500 virtual void mdk::MediaControlPush::setState(mdk::PlaybackState)@969 requested state 0=>0, current state 1. status: 0X1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.932643: default FrameReader0xb400007df13da400 state: 1=>0=>0, 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.932741: default0xb400007df13da400 virtual void mdk::FrameReader::stop(), current state: 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.932823: clear packet queue for stream 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.932911: default FrameReader0xb400007df13da400 state: 1=>0=>0, 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.932999: 0xb400007df13da400 virtual bool mdk::FrameReaderImpl::unload(), current status 0x1, invalid: 0, loading: 0, loaded: 0, buffering: 0, seeking: 0, prepared: 0, EOF: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.933083: release MediaCodec output buffer which was not rendered @1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.933173: AMediaCodec_releaseOutputBuffer(h->codec.get(), h->index, false)  ERROR@328auto mdk::MediaCodecVideoDecoder::toSurfaceFrame(const ndk::AMediaCodecBufferInfo *, ssize_t)::(anonymous class)::operator()() const: (-10000)
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.933288:
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.933373: video stream#0 decoding loop is finished
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.933496: 540870642864 JMI thread exit
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.933627: default FrameReader0xb400007df13da400 state: 1=>0=>0, 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.933729: default FrameReader0xb400007df13da400 update state: 1=>0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.933883: release MediaCodec output buffer which was not rendered @13
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.933997: AMediaCodec_releaseOutputBuffer(h->codec.get(), h->index, false)  ERROR@328auto mdk::MediaCodecVideoDecoder::toSurfaceFrame(const ndk::AMediaCodecBufferInfo *, ssize_t)::(anonymous class)::operator()() const: (-10000)
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.934096:
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.934181: stop and delete AMediaCodec: 0xb400007dd1900620
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.934279: 0xb400007dd17dfac0UGL::opengl::Context::Local<mdk::AndroidImageBufferPool::ctx_res_t>::~Local() [T = mdk::AndroidImageBufferPool::ctx_res_t, DT = mdk::AndroidImageBufferPool::ctx_res_t]0x1 count: 1
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.934391: 0xb400007dd17dfa20virtual mdk::NativeVideoBufferPool::~NativeVideoBufferPool()
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.934476: default0xb400007df13da400 deleting FrameReader...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.934573: 0xb400007dd9df1400 virtual void mdk::MediaControlPush::setState(mdk::PlaybackState)@969 requested state 0=>0, current state 0. status: 0
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.934694: default0xb400007df13d9b00 deleting FrameReader...
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.934794: player is destroyed
I/flutter ( 1299): mdk.INFO: 2023-08-26 14:00:21.934881: mdk::VideoRenderer::Private::~Private() @125
wang-bin commented 10 months ago

what about other videos?

Mto292 commented 10 months ago

This problem is only available for videos with mp2 audio extension.

wang-bin commented 10 months ago

Should be fixed in the latest commit. The stream does not contain mp2 now, this is the segment i downloaded before 86831_2158.ts.zip