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

播放 rtsp 的时候,播放中断后无法自动恢复 #62

Closed 1056824847 closed 5 months ago

1056824847 commented 5 months ago

目前是电脑使用 hdmi 连接 外界信号机器,目前问题是网络断开的时候,fvp 不会自动连接,第二个问题是 hdmi 断开,切换到第二台电脑的时候,也是不会自动恢复连接(目前用 vlc 测试是没问题的) 下面是日志信息 这个是 hdmi 断开后重连


W/libOpenSLES(32673): Leaving Object::GetInterface (SL_RESULT_FEATURE_UNSUPPORTED)
W/libOpenSLES(32673): Leaving Object::GetInterface (SL_RESULT_FEATURE_UNSUPPORTED)
I/flutter (32673): fvp.FINE: 15:28:50.446: 582838126 player484005633152 create(rtsp://192.168.8.233:554/1080)
[GETX] Instance "DesktopVideoLogic" with tag "rtspLive-1705044530438351" has been initialized
I/flutter (32673): mdk.INFO: 15:28:50.449: default0x70dfe88300 new FrameReader...
I/flutter (32673): mdk.INFO: 15:28:50.450: Registered audio backends: OpenSL AudioTrack null 
I/flutter (32673): mdk.INFO: 15:28:50.450: OpenSL extensions: ANDROID_SDK_LEVEL_29
I/flutter (32673): mdk.INFO: 15:28:50.450: default0x70dfe8a700 new FrameReader...
I/flutter (32673): mdk.INFO: 15:28:50.450: Registered audio backends: OpenSL AudioTrack null 
I/flutter (32673): mdk.INFO: 15:28:50.451: OpenSL extensions: ANDROID_SDK_LEVEL_29
I/flutter (32673): mdk.INFO: 15:28:50.451: 0x70df1b0080mdk::Player::Player()
I/flutter (32673): mdk.INFO: 15:28:50.451: player property: keep_open = 1
I/flutter (32673): mdk.INFO: 15:28:50.451: player property: avio.protocol_whitelist = file,rtmp,http,https,tls,rtp,tcp,udp,crypto,httpproxy,data,concatf,concat,subfile
I/flutter (32673): mdk.INFO: 15:28:50.452: player property: avformat.rtsp_transport = udp
I/flutter (32673): mdk.INFO: 15:28:50.452: video decoders: "AMediaCodec", "FFmpeg"
I/flutter (32673): mdk.INFO: 15:28:50.452: video decoders: "AMediaCodec", "FFmpeg"
I/flutter (32673): mdk.INFO: 15:28:50.452: default FrameReader0x70dfe88300 state: 0=>0=>0, 0
I/flutter (32673): mdk.INFO: 15:28:50.453: default0x70dfe88300 virtual void mdk::FrameReader::stop(), current state: 0
I/flutter (32673): mdk.INFO: 15:28:50.453: default FrameReader0x70dfe88300 state: 0=>0=>0, 0
I/flutter (32673): mdk.INFO: 15:28:50.453: default0x70dfe88300 virtual void mdk::FrameReader::stop(), current state: 0
I/flutter (32673): mdk.INFO: 15:28:50.453: 0x70dfc4c000 MediaControl.prepare(0, ...) rtsp://192.168.8.233:554/1080
I/flutter (32673): mdk.INFO: 15:28:50.454: default 0x70dfe88300 FrameReader.start(0, ...)
I/flutter (32673): mdk.INFO: 15:28:50.454: default 0x70dfe88300 FrameReader::update MediaStatus 0=>0X2
I/flutter (32673): fvp.FINE: 15:28:50.454: 898006691 player484005633152 onMediaStatus: MediaStatus(noMedia) => MediaStatus(+loading)
I/flutter (32673): mdk.INFO: 15:28:50.455: default FrameReader0x70dfe88300 state: 0=>0=>1, 0
I/flutter (32673): mdk.INFO: 15:28:50.455: default FrameReader0x70dfe88300 state: 0=>1=>1, 0
I/flutter (32673): mdk.INFO: 15:28:50.476: start frame reader thread: 485635374416
I/flutter (32673): mdk.WARNING: 15:28:50.476: Failed to create io for url. io: 0x0, open: false
I/flutter (32673): mdk.INFO: 15:28:50.477: default 0x70dfe88300 FrameReader::update MediaStatus 0X2=>0X2
I/flutter (32673): mdk.INFO: 15:28:50.477: before avformat_open_input. io: 0x0(/pb: 0x0, url: rtsp://192.168.8.233:554/1080
I/flutter (32673): mdk.INFO: 15:28:50.483: [FFmpeg:udp] 'circular_buffer_size' option was set but it is not supported on this build (pthread support is required)
I/flutter (32673): mdk.INFO: 15:28:50.484: [FFmpeg:udp] 'circular_buffer_size' option was set but it is not supported on this build (pthread support is required)
I/flutter (32673): mdk.INFO: 15:28:50.494: [FFmpeg:udp] 'circular_buffer_size' option was set but it is not supported on this build (pthread support is required)
I/flutter (32673): mdk.INFO: 15:28:50.506: [FFmpeg:udp] 'circular_buffer_size' option was set but it is not supported on this build (pthread support is required)
I/flutter (32673): mdk.INFO: 15:28:50.507: after avformat_open_input. pb: 0x0, iformat: 0x70e2bfc500 context flags: 2097152, input format flags: 1
I/flutter (32673): mdk.INFO: 15:28:50.514: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.515: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.515: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:28:50.515: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:28:50.515: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.516: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.516: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:28:50.516: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:28:50.516: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.517: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.517: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:28:50.517: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:28:50.517: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.517: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.518: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:28:50.518: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:28:50.529: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.529: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.529: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:28:50.530: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:28:50.530: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.530: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.530: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:28:50.531: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:28:50.531: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.531: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.531: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:28:50.531: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:28:50.532: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.532: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.532: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:28:50.532: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:28:50.532: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.532: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.533: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:28:50.533: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:28:50.533: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.533: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:28:50.533: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:28:50.534: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:28:50.750: [FFmpeg:rtsp] max delay reached. need to consume packet
I/flutter (32673): mdk.INFO: 15:28:50.751: [FFmpeg:rtsp] RTP: missed 30 packets
I/flutter (32673): mdk.INFO: 15:28:50.752: [FFmpeg:rtsp] max delay reached. need to consume packet
I/flutter (32673): mdk.INFO: 15:28:50.753: [FFmpeg:rtsp] RTP: missed 23 packets
I/flutter (32673): mdk.INFO: 15:28:51.974: Format: rtsp, range: 36 +0ms, bitrate: 0, size: 0
I/flutter (32673): Streams: 2
I/flutter (32673):  Video:
I/flutter (32673):   stream#0, range: 36 +0ms, frames: 0
I/flutter (32673):   codec: h264 tag: 0 profile: 77 level: 40, yuv420p, bpc:8, bpp:12(8,8,8), channels:(1,1,1), map: 0 1 2 0, bitrate: 0, 1920x1080, fps: 60, bframes: 0
I/flutter (32673):   extra data(38): 00 00 01 67 4D C0 28 8D 8D 50 3C 01 12 F2 C2 00 00 03 00 02 00 00 03 00 F1 1E 11 08 D4 00 00 00 01 68 CE 3C 80 00 
I/flutter (32673):  Audio:
I/flutter (32673):   stream#1, range: 0 +0ms, frames: 0
I/flutter (32673):   codec: aac tag: 0 profile: -99 level: -99, sample size: 0/0, block align: 0, frame_size: 0, f32p stereo(2) @48000Hz, bitrate: 0
I/flutter (32673):   extra data(2): 11 90 
I/flutter (32673): mdk.INFO: 15:28:51.975: default FrameReader0x70dfe88300 request to pause 1, loaded: 0.
I/flutter (32673): mdk.INFO: 15:28:51.976: default FrameReader0x70dfe88300 state: 0=>1=>2, 0
I/flutter (32673): mdk.INFO: 15:28:51.976: default FrameReader0x70dfe88300 state requested: 2, current: 0
I/flutter (32673): mdk.INFO: 15:28:51.977: 0x70dfc4c000 prepared callback is invoked
I/flutter (32673): mdk.INFO: 15:28:51.980: default 0x70dfe88300 FrameReader::update MediaStatus 0X2=>0X4
I/flutter (32673): fvp.FINE: 15:28:51.981: 898006691 player484005633152 onMediaStatus: MediaStatus(+loading) => MediaStatus(+loaded)
I/flutter (32673): mdk.INFO: 15:28:51.983: ***buffering progress 0%***
I/flutter (32673): mdk.INFO: 15:28:51.983: default 0x70dfe88300 FrameReader::update MediaStatus 0X4=>0X14
I/flutter (32673): fvp.FINE: 15:28:51.984: 898006691 player484005633152 onMediaStatus: MediaStatus(+loaded) => MediaStatus(+loaded+buffering)
I/flutter (32673): mdk.INFO: 15:28:51.984: ++++++++++++BUFFERING START++++++++++++
D/mali_winsys(32673): EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
I/flutter (32673): mdk.INFO: 15:28:51.984: 
I/flutter (32673): fvp.FINE: 15:28:51.985: 898006691 player484005633152 onEvent: reader.buffering 0
I/flutter (32673): mdk.INFO: 15:28:51.985: 0 pkt duration: 0.016667,  duration:0, dy_duration_delta=0=>16, live_eos_timeout=5000
I/flutter (32673): mdk.INFO: 15:28:51.985: 0 pkt duration: 0.016667,  duration:0, dy_duration_delta=0=>16, live_eos_timeout=5000
I/flutter (32673): mdk.INFO: 15:28:51.986: default FrameReader0x70dfe88300 state: 0=>2=>1, 1
I/flutter (32673): mdk.INFO: 15:28:51.986: default FrameReader0x70dfe88300 update state: 0=>1
I/flutter (32673): fvp.FINE: 15:28:51.986: 898006691 player484005633152 onPlaybackStateChanged: PlaybackState.stopped => PlaybackState.playing
I/flutter (32673): mdk.INFO: 15:28:51.987: Rendering thread @485401615696
I/flutter (32673): mdk.INFO: 15:28:51.987: 0x70ea77ea00 start RenderLoop
I/flutter (32673): mdk.INFO: 15:28:51.989: 0x716c41a3e0->PlatformSurface::Event::NativeHandle: 0x0>>>0x7fc4d465d8
I/flutter (32673): mdk.INFO: 15:28:51.989: auto mdk::VideoPresenter::VideoPresenter()::(anonymous class)::operator()(PlatformSurface *) const: 0x0=>0x7164d5d300 RenderAPI.type: 1
I/flutter (32673): mdk.INFO: 15:28:51.990: createRenderContext of RenderAPI::Type 1 from surface 0x716c41a3e0 with extra native res 0x0
I/flutter (32673): mdk.INFO: 15:28:51.990: ThreadLocal<bool>::Data::Data() thread: 485401615696
I/flutter (32673): mdk.INFO: 15:28:51.990: T *ThreadLocal<bool>::get() const allocate and initialize ThreadLocal data
I/flutter (32673): mdk.INFO: 15:28:51.990: ThreadLocal<UGL::opengl::Context::Config>::Data::Data() thread: 485401615696
I/flutter (32673): mdk.INFO: 15:28:51.991: T *ThreadLocal<UGL::opengl::Context::Config>::get() const allocate and initialize ThreadLocal data
I/flutter (32673): mdk.INFO: 15:28:51.991: creating EGL context from window: 0x7164dad010 with shared context: 0x70db1dabc0 extra: 0x0
I/flutter (32673): mdk.INFO: 15:28:51.991: select gl api resolver for EGL|OpenGL|OpenGLES
I/flutter (32673): mdk.INFO: 15:28:51.992: ThreadLocal<std::function<void *(const char *)>>::Data::Data() thread: 485401615696
I/flutter (32673): mdk.INFO: 15:28:51.992: T *ThreadLocal<std::function<void *(const char *)>>::get() const allocate and initialize ThreadLocal data
I/flutter (32673): mdk.INFO: 15:28:51.992: initialize EGL display from eglGetDisplay()
I/flutter (32673): mdk.INFO: 15:28:51.992: Try to create context for OpenGL ES 3
I/flutter (32673): mdk.INFO: 15:28:51.993: default FrameReader0x70dfe88300 state: 1=>1=>2, 1
I/flutter (32673): mdk.INFO: 15:28:51.993: ThreadLocal<UGL::opengl::platform::GLContext *>::Data::Data() thread: 485401615696
I/flutter (32673): mdk.INFO: 15:28:51.993: T *ThreadLocal<UGL::opengl::platform::GLContext *>::get() const allocate and initialize ThreadLocal data
I/flutter (32673): mdk.INFO: 15:28:51.993: ++++++++++onContextCreated+++++++++++
I/flutter (32673): mdk.INFO: 15:28:51.994: starting decode loop thread mdk.vdec0@485427232080
I/flutter (32673): fvp.FINE: 15:28:51.994: 898006691 player484005633152 onEvent: thread.video 1
I/flutter (32673): mdk.INFO: 15:28:51.994: default FrameReader0x70dfe88300 update state: 1=>2
I/flutter (32673): fvp.FINE: 15:28:52.001: 898006691 player484005633152 onPlaybackStateChanged: PlaybackState.playing => PlaybackState.paused
I/flutter (32673): mdk.INFO: 15:28:52.003: setLoop(0), now 0/0
I/flutter (32673): mdk.INFO: 15:28:52.003: 0x70dfc4c000 virtual void mdk::MediaControlPush::setState(PlaybackState)@1010 requested state 2=>2, current state 2. status: 0X14
I/flutter (32673): mdk.INFO: 15:28:52.004: default FrameReader0x70dfe88300 request to pause 1, loaded: 4.
I/flutter (32673): mdk.INFO: 15:28:52.004: default FrameReader0x70dfe88300 state: 2=>2=>2, 0
I/flutter (32673): mdk.INFO: 15:28:52.004: 0x70dfc4c000 virtual void mdk::MediaControlPush::setState(PlaybackState)@1010 requested state 2=>1, current state 2. status: 0X14
I/flutter (32673): mdk.INFO: 15:28:52.005: default FrameReader0x70dfe88300 request to pause 0, loaded: 4.
I/flutter (32673): mdk.INFO: 15:28:52.005: default FrameReader0x70dfe88300 state: 2=>2=>1, 0
I/flutter (32673): mdk.INFO: 15:28:52.005: default FrameReader0x70dfe88300 state requested: 1, current: 2
I/flutter (32673): mdk.INFO: 15:28:52.006: default FrameReader0x70dfe88300 state: 2=>1=>1, 1
I/flutter (32673): mdk.INFO: 15:28:52.006: default FrameReader0x70dfe88300 update state: 2=>1
I/flutter (32673): fvp.FINE: 15:28:52.008: 898006691 player484005633152 onPlaybackStateChanged: PlaybackState.paused => PlaybackState.playing
I/OMXClient(32673): IOmx service obtained
I/ACodec  (32673): In onAllocateComponent create compenent, codec name: OMX.hisi.video.decoder.avc
I/flutter (32673): mdk.INFO: 15:28:52.009: video stream#0 starting decoding loop from decoder index 0...
I/flutter (32673): mdk.INFO: 15:28:52.009: creating video decoder: AMediaCodec...
I/flutter (32673): mdk.INFO: 15:28:52.009: opening video decoder: AMediaCodec...
I/flutter (32673): mdk.INFO: 15:28:52.009: CodecForMimeType: video/avc, profile: 2, level: -1
I/flutter (32673): mdk.INFO: 15:28:52.009: 485427232080 JMI: JNI Modern Interface. Version 0.1.0
I/flutter (32673): mdk.INFO: 15:28:52.010: MediaCodecInfo name: c2.android.aac.decoder, mime: audio/mp4a-latm 
I/flutter (32673): mdk.INFO: 15:28:52.010: MediaCodecInfo name: OMX.google.aac.decoder, mime: audio/mp4a-latm 
I/flutter (32673): mdk.INFO: 15:28:52.010: MediaCodecInfo name: c2.android.amrnb.decoder, mime: audio/3gpp 
I/flutter (32673): mdk.INFO: 15:28:52.011: MediaCodecInfo name: OMX.google.amrnb.decoder, mime: audio/3gpp 
I/flutter (32673): mdk.INFO: 15:28:52.011: MediaCodecInfo name: c2.android.amrwb.decoder, mime: audio/amr-wb 
D/SurfaceUtils(32673): connecting to surface 0x716f9e1010, reason connectToSurface
I/MediaCodec(32673): [OMX.hisi.video.decoder.avc] setting surface generation to 33457154
D/SurfaceUtils(32673): disconnecting from surface 0x716f9e1010, reason connectToSurface(reconnect)
D/SurfaceUtils(32673): connecting to surface 0x716f9e1010, reason connectToSurface(reconnect)
I/flutter (32673): mdk.INFO: 15:28:52.011: MediaCodecInfo name: OMX.google.amrwb.decoder, mime: audio/amr-wb 
I/flutter (32673): mdk.INFO: 15:28:52.011: MediaCodecInfo name: c2.android.flac.decoder, mime: audio/flac 
I/flutter (32673): mdk.INFO: 15:28:52.011: MediaCodecInfo name: OMX.google.flac.decoder, mime: audio/flac 
E/ACodec  (32673): [OMX.hisi.video.decoder.avc] setPortMode on output to DynamicANWBuffer failed w/ err -2147483648
I/flutter (32673): mdk.INFO: 15:28:52.012: MediaCodecInfo name: c2.android.g711.alaw.decoder, mime: audio/g711-alaw 
I/flutter (32673): mdk.INFO: 15:28:52.012: MediaCodecInfo name: OMX.google.g711.alaw.decoder, mime: audio/g711-alaw 
I/flutter (32673): mdk.INFO: 15:28:52.012: MediaCodecInfo name: c2.android.g711.mlaw.decoder, mime: audio/g711-mlaw 
I/flutter (32673): mdk.INFO: 15:28:52.012: MediaCodecInfo name: OMX.google.g711.mlaw.decoder, mime: audio/g711-mlaw 
I/flutter (32673): mdk.INFO: 15:28:52.013: MediaCodecInfo name: c2.android.gsm.decoder, mime: audio/gsm 
I/flutter (32673): mdk.INFO: 15:28:52.013: MediaCodecInfo name: OMX.google.gsm.decoder, mime: audio/gsm 
I/flutter (32673): mdk.INFO: 15:28:52.013: MediaCodecInfo name: c2.android.mp3.decoder, mime: audio/mpeg 
I/flutter (32673): mdk.INFO: 15:28:52.013: MediaCodecInfo name: OMX.google.mp3.decoder, mime: audio/mpeg 
I/flutter (32673): mdk.INFO: 15:28:52.014: MediaCodecInfo name: c2.android.opus.decoder, mime: audio/opus 
I/flutter (32673): mdk.INFO: 15:28:52.014: MediaCodecInfo name: OMX.google.opus.decoder, mime: audio/opus 
I/flutter (32673): mdk.INFO: 15:28:52.014: MediaCodecInfo name: c2.android.raw.decoder, mime: audio/raw 
I/flutter (32673): mdk.INFO: 15:28:52.014: MediaCodecInfo name: OMX.google.raw.decoder, mime: audio/raw 
I/flutter (32673): mdk.INFO: 15:28:52.014: MediaCodecInfo name: c2.android.vorbis.decoder, mime: audio/vorbis 
I/flutter (32673): mdk.INFO: 15:28:52.015: MediaCodecInfo name: OMX.google.vorbis.decoder, mime: audio/vorbis 
I/flutter (32673): mdk.INFO: 15:28:52.015: MediaCodecInfo name: OMX.dolby.ac3.decoder, mime: audio/ac3 
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] got color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) err=0(NO_ERROR)
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] got color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) err=0(NO_ERROR)
I/flutter (32673): mdk.INFO: 15:28:52.015: MediaCodecInfo name: OMX.dolby.ac4.decoder, mime: audio/ac4 
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] using color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) and dataspace 0x104
I/flutter (32673): mdk.INFO: 15:28:52.015: MediaCodecInfo name: OMX.dolby.eac3.decoder, mime: audio/eac3 
I/flutter (32673): mdk.INFO: 15:28:52.016: MediaCodecInfo name: OMX.dolby.eac3_joc.decoder, mime: audio/eac3-joc 
I/flutter (32673): mdk.INFO: 15:28:52.016: MediaCodecInfo name: OMX.hisi.video.decoder.avc, mime: video/avc video/avc -profile: 2
I/flutter (32673): mdk.INFO: 15:28:52.016: profileLevels count: 80
I/flutter (32673): mdk.INFO: 15:28:52.016: profile: 1 level: 1
I/ACodec  (32673): onStart
I/flutter (32673): mdk.INFO: 15:28:52.016: profile: 65536 level: 1
I/flutter (32673): mdk.INFO: 15:28:52.017: profile: 1 level: 2
I/flutter (32673): mdk.INFO: 15:28:52.017: profile: 65536 level: 2
I/flutter (32673): mdk.INFO: 15:28:52.017: profile: 1 level: 4
I/flutter (32673): mdk.INFO: 15:28:52.017: profile: 65536 level: 4
I/flutter (32673): mdk.INFO: 15:28:52.018: profile: 1 level: 8
I/flutter (32673): mdk.INFO: 15:28:52.018: profile: 65536 level: 8
I/flutter (32673): mdk.INFO: 15:28:52.018: profile: 1 level: 16
I/flutter (32673): mdk.INFO: 15:28:52.018: profile: 65536 level: 16
I/flutter (32673): mdk.INFO: 15:28:52.018: profile: 1 level: 32
I/flutter (32673): mdk.INFO: 15:28:52.019: profile: 65536 level: 32
I/flutter (32673): mdk.INFO: 15:28:52.019: profile: 1 level: 64
I/flutter (32673): mdk.INFO: 15:28:52.019: profile: 65536 level: 64
I/flutter (32673): mdk.INFO: 15:28:52.019: profile: 1 level: 128
I/flutter (32673): mdk.INFO: 15:28:52.020: profile: 65536 level: 128
I/flutter (32673): mdk.INFO: 15:28:52.020: profile: 1 level: 256
I/flutter (32673): mdk.INFO: 15:28:52.020: profile: 65536 level: 256
I/flutter (32673): mdk.INFO: 15:28:52.020: profile: 1 level: 512
I/flutter (32673): mdk.INFO: 15:28:52.021: profile: 65536 level: 512
I/flutter (32673): mdk.INFO: 15:28:52.021: profile: 1 level: 1024
I/flutter (32673): mdk.INFO: 15:28:52.021: profile: 65536 level: 1024
I/flutter (32673): mdk.INFO: 15:28:52.021: profile: 1 level: 2048
I/flutter (32673): mdk.INFO: 15:28:52.022: profile: 65536 level: 2048
I/flutter (32673): mdk.INFO: 15:28:52.022: profile: 1 level: 4096
I/flutter (32673): mdk.INFO: 15:28:52.022: profile: 65536 level: 4096
I/flutter (32673): mdk.INFO: 15:28:52.022: profile: 1 level: 8192
I/flutter (32673): mdk.INFO: 15:28:52.023: profile: 65536 level: 8192
I/flutter (32673): mdk.INFO: 15:28:52.023: profile: 1 level: 16384
I/flutter (32673): mdk.INFO: 15:28:52.023: profile: 65536 level: 16384
I/flutter (32673): mdk.INFO: 15:28:52.023: profile: 1 level: 32768
I/flutter (32673): mdk.INFO: 15:28:52.023: profile: 65536 level: 32768
I/flutter (32673): mdk.INFO: 15:28:52.024: profile: 2 level: 1
I/flutter (32673): mdk.INFO: 15:28:52.024:  [Match]. 
I/flutter (32673): mdk.INFO: 15:28:52.024: MediaCodecInfo name: OMX.hisi.video.decoder.avc.secure, mime: video/avc video/avc -profile: 2
I/flutter (32673): mdk.INFO: 15:28:52.024: profileLevels count: 80
I/flutter (32673): mdk.INFO: 15:28:52.024: profile: 1 level: 1
I/flutter (32673): mdk.INFO: 15:28:52.025: profile: 65536 level: 1
I/flutter (32673): mdk.INFO: 15:28:52.025: profile: 1 level: 2
I/flutter (32673): mdk.INFO: 15:28:52.025: profile: 65536 level: 2
I/flutter (32673): mdk.INFO: 15:28:52.025: profile: 1 level: 4
I/flutter (32673): mdk.INFO: 15:28:52.025: profile: 65536 level: 4
I/flutter (32673): mdk.INFO: 15:28:52.026: profile: 1 level: 8
I/flutter (32673): mdk.INFO: 15:28:52.026: profile: 65536 level: 8
I/flutter (32673): mdk.INFO: 15:28:52.026: profile: 1 level: 16
I/flutter (32673): mdk.INFO: 15:28:52.026: profile: 65536 level: 16
I/flutter (32673): mdk.INFO: 15:28:52.026: profile: 1 level: 32
I/flutter (32673): mdk.INFO: 15:28:52.027: profile: 65536 level: 32
I/flutter (32673): mdk.INFO: 15:28:52.027: profile: 1 level: 64
I/flutter (32673): mdk.INFO: 15:28:52.027: profile: 65536 level: 64
I/flutter (32673): mdk.INFO: 15:28:52.027: profile: 1 level: 128
I/flutter (32673): mdk.INFO: 15:28:52.027: profile: 65536 level: 128
I/flutter (32673): mdk.INFO: 15:28:52.028: profile: 1 level: 256
I/flutter (32673): mdk.INFO: 15:28:52.028: profile: 65536 level: 256
I/flutter (32673): mdk.INFO: 15:28:52.028: profile: 1 level: 512
I/flutter (32673): mdk.INFO: 15:28:52.028: profile: 65536 level: 512
I/flutter (32673): mdk.INFO: 15:28:52.029: profile: 1 level: 1024
I/flutter (32673): mdk.INFO: 15:28:52.029: profile: 65536 level: 1024
I/flutter (32673): mdk.INFO: 15:28:52.029: profile: 1 level: 2048
I/flutter (32673): mdk.INFO: 15:28:52.029: profile: 65536 level: 2048
I/flutter (32673): mdk.INFO: 15:28:52.029: profile: 1 level: 4096
I/flutter (32673): mdk.INFO: 15:28:52.029: profile: 65536 level: 4096
I/flutter (32673): mdk.INFO: 15:28:52.030: profile: 1 level: 8192
I/flutter (32673): mdk.INFO: 15:28:52.030: profile: 65536 level: 8192
I/flutter (32673): mdk.INFO: 15:28:52.031: profile: 1 level: 16384
I/flutter (32673): mdk.INFO: 15:28:52.031: profile: 65536 level: 16384
I/flutter (32673): mdk.INFO: 15:28:52.031: profile: 1 level: 32768
I/flutter (32673): mdk.INFO: 15:28:52.031: profile: 65536 level: 32768
I/flutter (32673): mdk.INFO: 15:28:52.031: profile: 2 level: 1
I/flutter (32673): mdk.INFO: 15:28:52.032:  [Match]. 
I/flutter (32673): mdk.INFO: 15:28:52.032: MediaCodecInfo name: OMX.hisi.video.decoder.hevc, mime: video/hevc 
I/flutter (32673): mdk.INFO: 15:28:52.032: MediaCodecInfo name: OMX.hisi.video.decoder.hevc.secure, mime: video/hevc 
I/flutter (32673): mdk.INFO: 15:28:52.032: MediaCodecInfo name: OMX.hisi.video.decoder.mpeg2, mime: video/mpeg2 
I/flutter (32673): mdk.INFO: 15:28:52.033: MediaCodecInfo name: OMX.hisi.video.decoder.mpeg4, mime: video/mp4v-es 
I/flutter (32673): mdk.INFO: 15:28:52.033: MediaCodecInfo name: OMX.hisi.video.decoder.vp8, mime: video/x-vnd.on2.vp8 
I/flutter (32673): mdk.INFO: 15:28:52.033: MediaCodecInfo name: OMX.hisi.video.decoder.vp9, mime: video/x-vnd.on2.vp9 
I/flutter (32673): mdk.INFO: 15:28:52.033: MediaCodecInfo name: OMX.hisi.video.decoder.vp9.secure, mime: video/x-vnd.on2.vp9 
I/flutter (32673): mdk.INFO: 15:28:52.033: MediaCodecInfo name: c2.android.av1.decoder, mime: video/av01 
I/flutter (32673): mdk.INFO: 15:28:52.034: MediaCodecInfo name: c2.android.avc.decoder, mime: video/avc video/avc -profile: 2
I/flutter (32673): mdk.INFO: 15:28:52.034: profileLevels count: 5
I/flutter (32673): mdk.INFO: 15:28:52.034: profile: 65536 level: 65536
I/HwExtendedUtils(32673): Set to window composer mode as 2
I/flutter (32673): mdk.INFO: 15:28:52.034: profile: 1 level: 65536
I/flutter (32673): mdk.INFO: 15:28:52.034: profile: 2 level: 65536
I/flutter (32673): mdk.INFO: 15:28:52.035:  [Match]. 
I/flutter (32673): mdk.INFO: 15:28:52.035: MediaCodecInfo name: OMX.google.h264.decoder, mime: video/avc video/avc -profile: 2
I/ACodec  (32673): gralloc usage: 0(OMX) => 0x2900(ACodec)
D/SurfaceUtils(32673): disconnecting from surface 0x716f9e1010, reason setNativeWindowSizeFormatAndUsage
D/SurfaceUtils(32673): connecting to surface 0x716f9e1010, reason setNativeWindowSizeFormatAndUsage
I/flutter (32673): mdk.INFO: 15:28:52.035: profileLevels count: 5
D/SurfaceUtils(32673): set up nativeWindow 0x716f9e1010 for 1920x1080, color 0x30d, rotation 0, usage 0x2900
I/flutter (32673): mdk.INFO: 15:28:52.035: profile: 65536 level: 65536
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] Allocating 7 buffers from a native window of size 3342336 on output port
I/flutter (32673): mdk.INFO: 15:28:52.035: profile: 1 level: 65536
I/flutter (32673): mdk.INFO: 15:28:52.036: profile: 2 level: 65536
I/flutter (32673): mdk.INFO: 15:28:52.036:  [Match]. 
I/flutter (32673): mdk.INFO: 15:28:52.036: PlatformSurface::Event::Resize 1920x1080
I/flutter (32673): mdk.INFO: 15:28:52.036: MediaCodecInfo name: c2.android.h263.decoder, mime: video/3gpp 
I/flutter (32673): mdk.INFO: 15:28:52.036: MediaCodecInfo name: OMX.google.h263.decoder, mime: video/3gpp 
I/flutter (32673): mdk.INFO: 15:28:52.037: MediaCodecInfo name: c2.android.hevc.decoder, mime: video/hevc 
I/flutter (32673): mdk.INFO: 15:28:52.037: MediaCodecInfo name: OMX.google.hevc.decoder, mime: video/hevc 
I/flutter (32673): mdk.INFO: 15:28:52.037: MediaCodecInfo name: c2.android.mpeg4.decoder, mime: video/mp4v-es 
I/flutter (32673): mdk.INFO: 15:28:52.037: MediaCodecInfo name: OMX.google.mpeg4.decoder, mime: video/mp4v-es 
I/flutter (32673): mdk.INFO: 15:28:52.037: MediaCodecInfo name: c2.android.vp8.decoder, mime: video/x-vnd.on2.vp8 
I/flutter (32673): mdk.INFO: 15:28:52.038: MediaCodecInfo name: OMX.google.vp8.decoder, mime: video/x-vnd.on2.vp8 
I/flutter (32673): mdk.INFO: 15:28:52.038: MediaCodecInfo name: c2.android.vp9.decoder, mime: video/x-vnd.on2.vp9 
I/flutter (32673): mdk.INFO: 15:28:52.038: MediaCodecInfo name: OMX.google.vp9.decoder, mime: video/x-vnd.on2.vp9 
I/flutter (32673): mdk.INFO: 15:28:52.038: found codecs count: 4 | 0
I/flutter (32673): mdk.INFO: 15:28:52.038: video/avc AMediaCodec_createCodecByName: OMX.hisi.video.decoder.avc
I/flutter (32673): mdk.INFO: 15:28:52.039: AMediaCodec *ndk::AMediaCodec_createCodecByName(const char *) via ndk: true
I/flutter (32673): mdk.INFO: 15:28:52.039: PlatformSurface::Event::Resize 1920x1080
I/flutter (32673): mdk.INFO: 15:28:52.039: set h264 csd-0
I/flutter (32673): mdk.INFO: 15:28:52.039: using AImageReader: true
I/flutter (32673): mdk.INFO: 15:28:52.039: AMediaCodec selected video codec name: OMX.hisi.video.decoder.avc
I/flutter (32673): fvp.FINE: 15:28:52.061: 898006691 player484005633152 onEvent: decoder.video 0
I/flutter (32673): mdk.INFO: 15:28:52.062: decode stored recovery packets: 0
I/flutter (32673): mdk.INFO: 15:28:52.062: ***buffering progress 100%***
I/flutter (32673): mdk.INFO: 15:28:52.062: default 0x70dfe88300 FrameReader::update MediaStatus 0X14=>0X124
I/flutter (32673): fvp.FINE: 15:28:52.062: 898006691 player484005633152 onMediaStatus: MediaStatus(+loaded+buffering) => MediaStatus(+loaded+prepared+buffered)
I/flutter (32673): mdk.INFO: 15:28:52.063: ++++++++++++BUFFERING END++++++++++++
I/flutter (32673): mdk.INFO: 15:28:52.063: 
I/flutter (32673): fvp.FINE: 15:28:52.063: 898006691 player484005633152 onEvent: reader.buffering 100
I/flutter (32673): mdk.INFO: 15:28:52.063: video stream#0 1st packet@0.036000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:28:52.064: video stream#0 1st packet@0.001000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:28:52.064: video stream#0 1st packet@0.003000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:28:52.064: video stream#0 1st packet@0.005000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:28:52.064: video stream#0 1st packet@0.007000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:28:52.065: video stream#0 1st packet@0.008000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:28:52.065: video stream#0 1st packet@0.010000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:28:52.065: video stream#0 1st packet@0.012000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:28:52.065: video stream#0 1st packet@0.013000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:28:52.065: video stream#0 1st packet@0.015000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] got color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) err=0(NO_ERROR)
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] got color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) err=0(NO_ERROR)
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] using color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) and dataspace 0x104
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] got color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) err=0(NO_ERROR)
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] got color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) err=0(NO_ERROR)
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] using color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) and dataspace 0x104
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] Now handling output port settings change
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] Output port now disabled.
I/HwExtendedUtils(32673): Set to window composer mode as 2
I/ACodec  (32673): gralloc usage: 0(OMX) => 0x2900(ACodec)
D/SurfaceUtils(32673): disconnecting from surface 0x716f9e1010, reason setNativeWindowSizeFormatAndUsage
D/SurfaceUtils(32673): connecting to surface 0x716f9e1010, reason setNativeWindowSizeFormatAndUsage
D/SurfaceUtils(32673): set up nativeWindow 0x716f9e1010 for 1920x1088, color 0x30d, rotation 0, usage 0x2900
W/ACodec  (32673): [OMX.hisi.video.decoder.avc] setting nBufferCountActual to 12 failed: -1010
W/ACodec  (32673): [OMX.hisi.video.decoder.avc] setting nBufferCountActual to 11 failed: -1010
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] Allocating 10 buffers from a native window of size 3133440 on output port
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] Output port now reenabled.
I/flutter (32673): mdk.INFO: 15:28:52.141: AMEDIACODEC_INFO_OUTPUT_BUFFERS_CHANGED
I/flutter (32673): mdk.INFO: 15:28:52.159: AMEDIACODEC_INFO_OUTPUT_FORMAT_CHANGED
I/flutter (32673): mdk.INFO: 15:28:52.159: MediaFormat: color-range: int32(2), color-standard: int32(1), color-transfer: int32(3), mime: string(video/raw), stride: int32(1920), slice-height: int32(1088), color-format: int32(781), crop: Rect(0, 0, 1919, 1079), android._dataspace: int32(260), width: int32(1920), height: int32(1088)}
I/flutter (32673): mdk.INFO: 15:28:52.159: unknown, bpc:0, bpp:0(), channels:(), map: 0 0 0 0
I/flutter (32673): mdk.INFO: 15:28:52.160: size: 1920x1080, bytes: 1920x1088
I/flutter (32673): fvp.FINE: 15:28:52.162: 898006691 player484005633152 onEvent: decoder.video 0
I/flutter (32673): mdk.INFO: 15:28:52.178: video stream#0 sending 1 invalid AOT frame @0.017000s. seeking: 0
I/flutter (32673): mdk.INFO: 15:28:52.178: 0x70dfc4c000 1st video frame to render @0.017000s, sync time: 0.116000
I/flutter (32673): mdk.INFO: 15:28:52.179: VideoRenderer clear buffered frames
I/flutter (32673): mdk.INFO: 15:28:52.180: 0-track seek end video frame @0.017000 seek_pos_: -1
I/flutter (32673): fvp.FINE: 15:28:52.181: 898006691 player484005633152 onEvent: video 0
I/flutter (32673): mdk.INFO: 15:28:52.182: video stream#0 AOT frame is sent
I/flutter (32673): mdk.INFO: 15:28:52.182: VideoRenderer WxH=1920.000000x1080.000000 1920.000000x1080.000000, frame: 1920x1080
I/flutter (32673): mdk.INFO: 15:28:52.183: update transform 2d. scale: (1.000000, 1.000000), orientation: 0
I/flutter (32673): mdk.INFO: 15:28:52.183: m: mat<4, 4>(
I/flutter (32673): mdk.INFO: 15:28:52.183: 1  0  0  0  
I/flutter (32673): mdk.INFO: 15:28:52.183: 0  1  0  0  
I/flutter (32673): mdk.INFO: 15:28:52.183: 0  0  1  0  
I/flutter (32673): mdk.INFO: 15:28:52.183: 0  0  0  1  
I/flutter (32673): mdk.INFO: 15:28:52.184: )
I/flutter (32673): mdk.INFO: 15:28:52.184: ThreadLocal<std::unordered_map<const void *, std::unique_ptr<UGL::opengl::Context>>>::Data::Data() thread: 485401615696
I/flutter (32673): mdk.INFO: 15:28:52.184: T *ThreadLocal<std::unordered_map<const void *, std::unique_ptr<UGL::opengl::Context>>>::get() const allocate and initialize ThreadLocal data
I/flutter (32673): mdk.INFO: 15:28:52.184: new Context object 0x710debe880(2) for native context handle 0x717c5c6f00
I/flutter (32673): mdk.INFO: 15:28:52.184: ctx->api_: 0x716b1a8000
I/flutter (32673): mdk.INFO: 15:28:52.184: probing gl context... native: 0x0
I/flutter (32673): mdk.INFO: 15:28:52.185: select gl api resolver for EGL|OpenGL|OpenGLES
I/flutter (32673): mdk.INFO: 15:28:52.185: EGL_VERSION: 1.4 Android META-EGL
I/flutter (32673): mdk.INFO: 15:28:52.185: EGL_VENDOR: Android
I/flutter (32673): mdk.INFO: 15:28:52.185: EGL_CLIENT_APIS: OpenGL_ES
I/flutter (32673): mdk.INFO: 15:28:52.185: Current EGL dso path: /system/lib64/libEGL.so
I/flutter (32673): mdk.INFO: 15:28:52.185: GLESv2 dso loaded: /system/lib64/libGLESv2.so
D/ACodec  (32673): sendVideoFpsDataToiAware time:17000 fps:-1 msg:-1
I/flutter (32673): mdk.INFO: 15:28:52.186: resolving gl common functions...
I/flutter (32673): mdk.INFO: 15:28:52.186: select gl api resolver for EGL|OpenGL|OpenGLES
I/flutter (32673): mdk.INFO: 15:28:52.186: using opengl api resolver: EGL
I/flutter (32673): mdk.INFO: 15:28:52.186: probing gl client context... major_: 0
I/flutter (32673): mdk.INFO: 15:28:52.186: GL_VENDOR: ARM
I/flutter (32673): mdk.INFO: 15:28:52.186: GL_RENDERER: Mali-G76
I/flutter (32673): mdk.INFO: 15:28:52.187: GL_VERSION: OpenGL ES 3.2 v1.r18p0-01rel0.eb0c31071d41ebd807505c2a08a74d99
I/flutter (32673): mdk.INFO: 15:28:52.187: GL_SHADING_LANGUAGE_VERSION: OpenGL ES GLSL ES 3.20
I/flutter (32673): mdk.INFO: 15:28:52.187: EGL_ANDROID_front_buffer_auto_refresh EGL_ANDROID_get_frame_timestamps EGL_ANDROID_get_native_client_buffer EGL_ANDROID_image_native_buffer EGL_ANDROID_presentation_time EGL_ANDROID_recordable EGL_ANGLE_platform_angle EGL_EXT_client_extensions EGL_EXT_create_context_robustness 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_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_buffer EGL_KHR_no_config_context EGL_KHR_partial_update EGL_KHR_platform_android EGL_KHR_surfaceless_context EGL_KHR_swap_buffers_with_damage EGL_KHR_wait_sync GL_ANDROID_extension_pack_es31a GL_ARM_mali_program_binary GL_ARM_mali_shader_binary GL_ARM_rgba8 GL_ARM_shader_framebuff
I/flutter (32673): mdk.INFO: 15:28:52.187: OpenGL Context thread: 485401615696
I/flutter (32673): mdk.INFO: 15:28:52.187: OpenGL ES3.2 No profile, EGL140, GLSL320
I/flutter (32673): Features PBO: 1, RG texture: 1, 16bit texture: 0
I/flutter (32673): mdk.INFO: 15:28:52.188: resolving gl extensions...
I/flutter (32673): mdk.INFO: 15:28:52.188: select gl api resolver for EGL|OpenGL|OpenGLES
I/flutter (32673): mdk.INFO: 15:28:52.188: using opengl api resolver: EGL
I/flutter (32673): mdk.INFO: 15:28:52.188: context version: 320
I/flutter (32673): mdk.INFO: 15:28:52.188: extension resolved: glMapBufferOES
I/flutter (32673): mdk.INFO: 15:28:52.188: 
I/flutter (32673): mdk.INFO: 15:28:52.189: gl api resolved. thread@ 485401615696
I/flutter (32673): mdk.INFO: 15:28:52.189: 
I/flutter (32673): mdk.INFO: 15:28:52.189: 0x710debe880/0x717c5c6f00 Context::setLocalData local data 0x716b1bdac0 for key: 0x6. size: 1
I/flutter (32673): mdk.INFO: 15:28:52.189: 0x710debe880/0x717c5c6f00 Context::setLocalData local data 0x716b1bddd0 for key: 0x7. size: 2
I/flutter (32673): mdk.INFO: 15:28:52.190: 0x7164d5ddd0mdk::GLVideoRenderer::Private::Renderers::Renderers()
I/flutter (32673): mdk.INFO: 15:28:52.190: 0x710debe880/0x717c5c6f00 Context::setLocalData local data 0x710dd5f050 for key: 0x4. size: 3
I/flutter (32673): mdk.INFO: 15:28:52.191: 0x710debe880/0x717c5c6f00 Context::setLocalData local data 0x710dd5f130 for key: 0x5. size: 4
I/flutter (32673): mdk.INFO: 15:28:52.193: AHardwareBuffer from AImageReader Surface to EGLImage
I/flutter (32673): mdk.INFO: 15:28:52.193: 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 (32673): mdk.INFO: 15:28:52.194:  RGBA8 |  RGBA | UNSIGNED_BYTE
I/flutter (32673): mdk.INFO: 15:28:52.194: frame color: BT709 BT709 RGB Limited. gamma: 2.200000, signal peak: 1.000000
I/flutter (32673): mdk.INFO: 15:28:52.195:  - 
I/flutter (32673): mdk.INFO: 15:28:52.195: output color: BT709 UNSPECIFIED RGB Full. gamma: 2.200000, signal peak: 1.000000
I/flutter (32673): mdk.INFO: 15:28:52.195: rgb primaries matrix: mat<3, 3>(
I/flutter (32673): mdk.INFO: 15:28:52.196: 1  0  0  
I/flutter (32673): mdk.INFO: 15:28:52.196: 0  1  0  
I/flutter (32673): mdk.INFO: 15:28:52.197: 0  0  1  
I/flutter (32673): mdk.INFO: 15:28:52.197: )
I/flutter (32673): mdk.INFO: 15:28:52.198: color transform: mat<4, 4>(
I/flutter (32673): mdk.INFO: 15:28:52.198: 1  0  0  0  
I/flutter (32673): mdk.INFO: 15:28:52.199: 0  1  0  0  
I/flutter (32673): mdk.INFO: 15:28:52.199: 0  0  1  0  
I/flutter (32673): mdk.INFO: 15:28:52.200: 0  0  0  1  
I/flutter (32673): mdk.INFO: 15:28:52.200: )
I/flutter (32673): mdk.INFO: 15:28:52.201: EQ: mat<4, 4>(
I/flutter (32673): mdk.INFO: 15:28:52.201: 1  0  0  0  
I/flutter (32673): mdk.INFO: 15:28:52.201: 0  1  0  0  
D/ACodec  (32673): sendVideoFpsDataToiAware time:26000 fps:60 msg:60
I/flutter (32673): mdk.INFO: 15:28:52.202: 0  0  1  0  
I/flutter (32673): mdk.INFO: 15:28:52.202: 0  0  0  1  
I/flutter (32673): mdk.INFO: 15:28:52.203: )
I/flutter (32673): mdk.INFO: 15:28:52.203: material changed: 0x0=>0x90a
I/flutter (32673): mdk.INFO: 15:28:52.203: 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 (32673): mdk.INFO: 15:28:52.203: bind attribute: a_Position => 0
I/flutter (32673): mdk.INFO: 15:28:52.203: bind attribute: a_TexCoords0 => 1
I/flutter (32673): mdk.INFO: 15:28:52.203: uniform locations:
I/flutter (32673): mdk.INFO: 15:28:52.204: u_Texture0: 0
I/flutter (32673): mdk.INFO: 15:28:52.204: u_Matrix: 2, u_TexMatrix: 1
I/flutter (32673): mdk.INFO: 15:28:52.204: build glsl elapsed: 1192us
I/flutter (32673): mdk.INFO: 15:28:52.204: update built-in uniforms
I/flutter (32673): mdk.INFO: 15:28:52.204: EQ: mat<4, 4>(
I/flutter (32673): mdk.INFO: 15:28:52.204: 1  0  0  0  
I/flutter (32673): mdk.INFO: 15:28:52.204: 0  1  0  0  
I/flutter (32673): mdk.INFO: 15:28:52.205: 0  0  1  0  
I/flutter (32673): mdk.INFO: 15:28:52.205: 0  0  0  1  
I/flutter (32673): mdk.INFO: 15:28:52.205: )
I/flutter (32673): mdk.INFO: 15:28:52.205: uniform cb.u_colorMatrix: 3
I/flutter (32673): mdk.INFO: 15:28:52.205: uniform cb.u_ScaleA: 4
I/flutter (32673): mdk.INFO: 15:28:52.206: creating vbo...
I/flutter (32673): mdk.INFO: 15:28:52.206: creating vao...
I/flutter (32673): fvp.FINE: 15:28:52.206: 898006691 player484005633152 onEvent: render.video 17
W/System  (32673): A resource failed to call release. 
I/flutter (32673): mdk.INFO: 15:29:23.029: demuxer io timeout detected: 10025ms elapsed
I/flutter (32673): mdk.INFO: 15:29:23.130: demuxer io timeout detected: 10125ms elapsed
I/flutter (32673): mdk.INFO: 15:29:23.230: demuxer io timeout detected: 10225ms elapsed
I/flutter (32673): mdk.INFO: 15:29:23.330: demuxer io timeout detected: 10326ms elapsed
I/flutter (32673): mdk.INFO: 15:29:23.431: demuxer io timeout detected: 10427ms elapsed
I/flutter (32673): mdk.INFO: 15:29:23.531: demuxer io timeout detected: 10527ms elapsed
I/flutter (32673): mdk.INFO: 15:29:23.632: demuxer io timeout detected: 10627ms elapsed
I/flutter (32673): mdk.INFO: 15:29:23.732: demuxer io timeout detected: 10727ms elapsed
I/flutter (32673): mdk.INFO: 15:29:23.832: demuxer io timeout detected: 10828ms elapsed
I/flutter (32673): mdk.INFO: 15:29:23.932: demuxer io timeout detected: 10928ms elapsed
I/flutter (32673): mdk.INFO: 15:29:24.032: demuxer io timeout detected: 11028ms elapsed
I/flutter (32673): mdk.INFO: 15:29:24.133: demuxer io timeout detected: 11128ms elapsed
I/flutter (32673): mdk.INFO: 15:29:24.141: demuxer io timeout detected: 11136ms elapsed
I/flutter (32673): mdk.INFO: 15:29:24.141: demuxer io timeout detected: 11136ms elapsed
I/flutter (32673): mdk.INFO: 15:29:24.142: demuxer io timeout detected: 11137ms elapsed
I/flutter (32673): mdk.INFO: 15:29:24.142: demuxer io timeout detected: 11137ms elapsed
I/flutter (32673): mdk.INFO: 15:29:24.157: starting decode loop thread mdk.adec1@487143206224
I/flutter (32673): fvp.FINE: 15:29:24.158: 898006691 player484005633152 onEvent: thread.audio 1
I/flutter (32673): mdk.INFO: 15:29:24.159: audio stream#1 starting decoding loop from decoder index 0...
I/flutter (32673): mdk.INFO: 15:29:24.160: creating audio decoder: auto...
I/flutter (32673): mdk.INFO: 15:29:24.160: opening audio decoder: FFmpeg...
I/flutter (32673): mdk.INFO: 15:29:24.161: opening ffmpeg audio decoder: aac ...
I/flutter (32673): mdk.INFO: 15:29:24.161: AVCodec.Audio[aac.] decoder: 1 Single threads
I/flutter (32673): mdk.INFO: 15:29:24.162: aac f32p, stereo @48000Hz
I/flutter (32673): fvp.FINE: 15:29:24.163: 898006691 player484005633152 onEvent: decoder.audio 0
I/flutter (32673): mdk.INFO: 15:29:24.163: audio stream#1 sending 1 invalid AOT frame @0.000000s. seeking: 0
I/flutter (32673): mdk.INFO: 15:29:24.164: 0x70dfc4c000 1st audio frame @0.000000
I/AudioSystem(32673): getDeviceConnectionState , Connecting to the Bluetooth device
I/IAudioPolicyService(32673): getDeviceConnectionState, BpAudioPolicy: Bluetooth device
I/flutter (32673): mdk.INFO: 15:29:24.164: 0x70dfc4c000 seek end audio frame @0.000000 seek_pos_: -1, sync_ao_ 1
I/flutter (32673): mdk.INFO: 15:29:24.165: Selected avfilter runtime version: 9.14.100 (build: 9.14.100), license: LGPL version 2.1 or later
I/flutter (32673): mdk.INFO: 15:29:24.165: AudioRenderer format: f32, stereo @48000Hz, requested: f32p, stereo @48000Hz
I/flutter (32673): mdk.INFO: 15:29:24.166: AudioRenderer format changed and reinitialize
D/        (32673): PlayerBase::PlayerBase()
D/        (32673): TrackPlayerBase::TrackPlayerBase()
I/libOpenSLES(32673): Emulating old channel mask behavior (ignoring positional mask 0x3, using default mask 0x3 based on channel count of 2)
W/libOpenSLES(32673): Leaving PlaybackRate::GetRateRange (SL_RESULT_PARAMETER_INVALID)
I/flutter (32673): mdk.INFO: 15:29:24.195: SL_IID_PLAYBACKRATE Range0: [500, 2000]/0 cap: 400
I/flutter (32673): mdk.INFO: 15:29:24.196: Using audio backend: OpenSL
V/MediaRouter(32673): Selecting route: RouteInfo{ name=平板, description=null, status=null, category=RouteCategory{ name=系统 types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
I/flutter (32673): mdk.INFO: 15:29:24.213: 0x70dfc4c000 ao opened: 1, reopen: 1, bad ao: 0
I/flutter (32673): mdk.INFO: 15:29:24.214: 0x710dd9f928 filter graph: 
I/flutter (32673): mdk.INFO: 15:29:24.215: +-----------+
I/flutter (32673): |    src    |default--[48000Hz fltp:stereo]--swr:default
I/flutter (32673): | (abuffer) |
I/flutter (32673): +-----------+
I/flutter (32673): 
I/flutter (32673):                                           +---------------+
I/flutter (32673): swr:default--[48000Hz flt:stereo]--default|      dst      |
I/flutter (32673):                                           | (abuffersink) |
I/flutter (32673):                                           +---------------+
I/flutter (32673): 
I/flutter (32673):                                            +-------------+
I/flutter (32673): src:default--[48000Hz fltp:stereo]--default|     swr     |default--[48000Hz flt:stereo]--dst:default
I/flutter (32673):                                            | (aresample) |
I/flutter (32673):                                            +-------------+
I/flutter (32673): 
I/flutter (32673): mdk.INFO: 15:29:24.215: >>>>>>>>1st audio frame (after seek) rendered: 1, ao: 15, a: 0, delta: 15 +0.021333
I/flutter (32673): mdk.INFO: 15:29:24.216: audio stream#1 AOT frame is sent
I/flutter (32673): mdk.INFO: 15:29:24.263: [FFmpeg:rtsp] max delay reached. need to consume packet
I/flutter (32673): mdk.INFO: 15:29:24.263: [FFmpeg:rtsp] RTP: missed 9 packets
D/        (32673): PlayerBase::stop() from IPlayer
D/AudioTrack(32673): stop(20): called with 205824 frames delivered
V/MediaRouter(32673): Selecting route: RouteInfo{ name=平板, description=null, status=null, category=RouteCategory{ name=系统 types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
D/        (32673): PlayerBase::stop() from IPlayer
D/AudioTrack(32673): stop(20): called with 1024 frames delivered

` ``
1056824847 commented 5 months ago

这个是网络断开后的情况

W/libOpenSLES(32673): Leaving Object::GetInterface (SL_RESULT_FEATURE_UNSUPPORTED)
W/libOpenSLES(32673): Leaving Object::GetInterface (SL_RESULT_FEATURE_UNSUPPORTED)
I/flutter (32673): fvp.FINE: 15:36:28.364: 582838126 player484970069504 create(rtsp://192.168.8.233:554/1080)
[GETX] Instance "DesktopVideoLogic" has been created with tag "rtspLive-1705044988357472"
I/flutter (32673): mdk.INFO: 15:36:28.367: default0x70dfe88600 new FrameReader...
[GETX] Instance "DesktopVideoLogic" with tag "rtspLive-1705044988357472" has been initialized
I/flutter (32673): mdk.INFO: 15:36:28.367: Registered audio backends: OpenSL AudioTrack null 
I/flutter (32673): mdk.INFO: 15:36:28.368: OpenSL extensions: ANDROID_SDK_LEVEL_29
I/flutter (32673): mdk.INFO: 15:36:28.368: default0x70dfe8a700 new FrameReader...
I/flutter (32673): mdk.INFO: 15:36:28.368: Registered audio backends: OpenSL AudioTrack null 
I/flutter (32673): mdk.INFO: 15:36:28.368: OpenSL extensions: ANDROID_SDK_LEVEL_29
I/flutter (32673): mdk.INFO: 15:36:28.368: 0x70ea782100mdk::Player::Player()
I/flutter (32673): mdk.INFO: 15:36:28.369: player property: keep_open = 1
I/flutter (32673): mdk.INFO: 15:36:28.369: player property: avio.protocol_whitelist = file,rtmp,http,https,tls,rtp,tcp,udp,crypto,httpproxy,data,concatf,concat,subfile
I/flutter (32673): mdk.INFO: 15:36:28.369: player property: avformat.rtsp_transport = udp
I/flutter (32673): mdk.INFO: 15:36:28.373: video decoders: "AMediaCodec", "FFmpeg"
I/flutter (32673): mdk.INFO: 15:36:28.373: video decoders: "AMediaCodec", "FFmpeg"
I/flutter (32673): mdk.INFO: 15:36:28.373: default FrameReader0x70dfe88600 state: 0=>0=>0, 0
I/flutter (32673): mdk.INFO: 15:36:28.373: default0x70dfe88600 virtual void mdk::FrameReader::stop(), current state: 0
I/flutter (32673): mdk.INFO: 15:36:28.373: default FrameReader0x70dfe88600 state: 0=>0=>0, 0
I/flutter (32673): mdk.INFO: 15:36:28.373: default0x70dfe88600 virtual void mdk::FrameReader::stop(), current state: 0
I/flutter (32673): mdk.INFO: 15:36:28.373: 0x70dfc4c800 MediaControl.prepare(0, ...) rtsp://192.168.8.233:554/1080
I/flutter (32673): mdk.INFO: 15:36:28.373: default 0x70dfe88600 FrameReader.start(0, ...)
I/flutter (32673): mdk.INFO: 15:36:28.373: default 0x70dfe88600 FrameReader::update MediaStatus 0=>0X2
I/flutter (32673): fvp.FINE: 15:36:28.374: 416514227 player484970069504 onMediaStatus: MediaStatus(noMedia) => MediaStatus(+loading)
I/flutter (32673): mdk.INFO: 15:36:28.374: default FrameReader0x70dfe88600 state: 0=>0=>1, 0
I/flutter (32673): mdk.INFO: 15:36:28.376: default FrameReader0x70dfe88600 state: 0=>1=>1, 0
I/flutter (32673): mdk.INFO: 15:36:28.377: start frame reader thread: 487144275280
I/flutter (32673): mdk.WARNING: 15:36:28.377: Failed to create io for url. io: 0x0, open: false
I/flutter (32673): mdk.INFO: 15:36:28.377: default 0x70dfe88600 FrameReader::update MediaStatus 0X2=>0X2
I/flutter (32673): mdk.INFO: 15:36:28.377: before avformat_open_input. io: 0x0(/pb: 0x0, url: rtsp://192.168.8.233:554/1080
I/flutter (32673): mdk.INFO: 15:36:28.406: [FFmpeg:udp] 'circular_buffer_size' option was set but it is not supported on this build (pthread support is required)
I/flutter (32673): mdk.INFO: 15:36:28.407: [FFmpeg:udp] 'circular_buffer_size' option was set but it is not supported on this build (pthread support is required)
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:28.407: [FFmpeg:udp] 'circular_buffer_size' option was set but it is not supported on this build (pthread support is required)
I/flutter (32673): mdk.INFO: 15:36:28.408: after avformat_open_input. pb: 0x0, iformat: 0x70e2bfc500 context flags: 2097152, input format flags: 1
I/flutter (32673): mdk.INFO: 15:36:28.411: [FFmpeg:rtsp] RTP: dropping old packet received too late
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:28.411: [FFmpeg:rtsp] RTP: dropping old packet received too late
I/flutter (32673): mdk.INFO: 15:36:28.412: [FFmpeg:rtsp] RTP: dropping old packet received too late
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 6 lines
I/flutter (32673): mdk.INFO: 15:36:28.412: [FFmpeg:rtsp] RTP: dropping old packet received too late
I/flutter (32673): mdk.INFO: 15:36:28.413: [FFmpeg:rtsp] RTP: dropping old packet received too late
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:28.413: [FFmpeg:rtsp] RTP: dropping old packet received too late
I/flutter (32673): mdk.INFO: 15:36:28.414: [FFmpeg:rtsp] RTP: dropping old packet received too late
I/flutter (32673): mdk.INFO: 15:36:28.414: [FFmpeg:rtsp] RTP: dropping old packet received too late
I/flutter (32673): mdk.INFO: 15:36:28.418: [FFmpeg:rtsp] RTP: dropping old packet received too late
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:28.418: [FFmpeg:rtsp] RTP: dropping old packet received too late
I/flutter (32673): mdk.INFO: 15:36:28.419: [FFmpeg:rtsp] RTP: dropping old packet received too late
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:28.419: [FFmpeg:rtsp] RTP: dropping old packet received too late
I/flutter (32673): mdk.INFO: 15:36:28.421: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.421: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.421: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.421: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.422: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.423: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.423: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.424: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.436: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.437: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.437: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.437: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.437: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.438: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.438: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.438: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.438: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.438: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.438: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.438: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.438: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.440: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.440: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.440: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.440: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.440: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.441: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.441: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.441: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.441: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.441: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.441: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.441: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.441: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.441: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.441: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.442: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.442: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.444: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.444: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.444: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.444: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.444: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.444: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.451: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.451: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.451: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.451: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.451: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.451: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.452: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.452: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.452: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.452: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.452: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.452: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.453: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.453: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.454: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.454: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.454: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.454: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.454: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.454: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.454: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.454: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.454: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.455: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.455: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.455: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.455: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.455: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.455: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.456: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.456: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.456: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.465: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.466: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.466: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.466: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.477: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.477: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.478: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.478: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.488: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.488: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.488: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.489: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.505: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.505: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.505: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.505: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.521: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.522: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.522: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.522: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.543: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.543: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.543: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.543: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.561: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.561: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.561: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.562: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.577: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.577: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.577: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.577: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.587: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.587: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.588: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.588: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.606: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.606: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.606: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.607: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.621: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.621: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.621: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.621: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.639: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.639: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.639: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.639: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.656: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.656: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.656: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.656: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.673: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.673: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.673: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.673: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.691: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.691: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.691: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.691: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.706: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.706: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.706: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.706: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.724: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.725: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.725: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.725: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.741: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.741: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.742: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.742: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.756: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.756: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.756: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.756: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.775: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.775: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.775: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.775: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.792: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.793: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.793: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.794: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.809: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.810: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.811: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.811: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.827: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.827: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.828: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.829: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.842: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.842: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.843: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.844: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.856: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.857: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.857: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.858: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.876: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.876: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.877: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.877: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.894: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.894: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.895: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.895: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.910: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.911: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.911: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.912: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.925: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.925: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.926: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.926: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.943: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.944: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.944: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.945: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.956: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.957: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.957: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.958: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:28.975: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.976: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:28.976: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:28.977: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:29.003: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:29.004: [FFmpeg:h264] non-existing PPS 0 referenced
I/flutter (32673): mdk.INFO: 15:36:29.004: [FFmpeg:h264] decode_slice_header error
I/flutter (32673): mdk.INFO: 15:36:29.005: [FFmpeg:h264] no frame!
I/flutter (32673): mdk.INFO: 15:36:30.024: Format: rtsp, range: 699 +0ms, bitrate: 0, size: 0
I/flutter (32673): Streams: 2
I/flutter (32673):  Video:
I/flutter (32673):   stream#0, range: 699 +0ms, frames: 0
I/flutter (32673):   codec: h264 tag: 0 profile: 77 level: 40, yuv420p, bpc:8, bpp:12(8,8,8), channels:(1,1,1), map: 0 1 2 0, bitrate: 0, 1920x1080, fps: 60, bframes: 0
I/flutter (32673):   extra data(38): 00 00 01 67 4D C0 28 8D 8D 50 3C 01 12 F2 C2 00 00 03 00 02 00 00 03 00 F1 1E 11 08 D4 00 00 00 01 68 CE 3C 80 00 
I/flutter (32673):  Audio:
I/flutter (32673):   stream#1, range: 0 +0ms, frames: 0
I/flutter (32673):   codec: aac tag: 0 profile: -99 level: -99, sample size: 0/0, block align: 0, frame_size: 0, f32p stereo(2) @48000Hz, bitrate: 0
I/flutter (32673):   extra data(2): 11 90 
I/flutter (32673): mdk.INFO: 15:36:30.025: default FrameReader0x70dfe88600 request to pause 1, loaded: 0.
I/flutter (32673): mdk.INFO: 15:36:30.026: default FrameReader0x70dfe88600 state: 0=>1=>2, 0
I/flutter (32673): mdk.INFO: 15:36:30.026: default FrameReader0x70dfe88600 state requested: 2, current: 0
I/flutter (32673): mdk.INFO: 15:36:30.027: 0x70dfc4c800 prepared callback is invoked
I/flutter (32673): mdk.INFO: 15:36:30.032: default 0x70dfe88600 FrameReader::update MediaStatus 0X2=>0X4
I/flutter (32673): fvp.FINE: 15:36:30.033: 416514227 player484970069504 onMediaStatus: MediaStatus(+loading) => MediaStatus(+loaded)
I/flutter (32673): mdk.INFO: 15:36:30.034: ***buffering progress 0%***
I/flutter (32673): mdk.INFO: 15:36:30.035: default 0x70dfe88600 FrameReader::update MediaStatus 0X4=>0X14
I/flutter (32673): fvp.FINE: 15:36:30.035: 416514227 player484970069504 onMediaStatus: MediaStatus(+loaded) => MediaStatus(+loaded+buffering)
I/flutter (32673): mdk.INFO: 15:36:30.036: ++++++++++++BUFFERING START++++++++++++
I/flutter (32673): mdk.INFO: 15:36:30.037: 
I/flutter (32673): fvp.FINE: 15:36:30.037: 416514227 player484970069504 onEvent: reader.buffering 0
I/flutter (32673): mdk.INFO: 15:36:30.038: 0 pkt duration: 0.016667,  duration:0, dy_duration_delta=0=>16, live_eos_timeout=5000
I/flutter (32673): mdk.INFO: 15:36:30.038: 0 pkt duration: 0.016667,  duration:0, dy_duration_delta=0=>16, live_eos_timeout=5000
D/mali_winsys(32673): EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000
I/flutter (32673): mdk.INFO: 15:36:30.041: default FrameReader0x70dfe88600 state: 0=>2=>1, 1
I/flutter (32673): mdk.INFO: 15:36:30.041: default FrameReader0x70dfe88600 update state: 0=>1
I/flutter (32673): fvp.FINE: 15:36:30.042: 416514227 player484970069504 onPlaybackStateChanged: PlaybackState.stopped => PlaybackState.playing
I/flutter (32673): mdk.INFO: 15:36:30.042: default FrameReader0x70dfe88600 state: 1=>1=>2, 1
I/flutter (32673): mdk.INFO: 15:36:30.043: default FrameReader0x70dfe88600 update state: 1=>2
I/flutter (32673): fvp.FINE: 15:36:30.047: 416514227 player484970069504 onPlaybackStateChanged: PlaybackState.playing => PlaybackState.paused
I/flutter (32673): mdk.INFO: 15:36:30.051: Rendering thread @485645528400
I/flutter (32673): mdk.INFO: 15:36:30.051: 0x70ea782380 start RenderLoop
I/flutter (32673): mdk.INFO: 15:36:30.051: 0x710d8792a0->PlatformSurface::Event::NativeHandle: 0x0>>>0x7fc4d465d8
I/flutter (32673): mdk.INFO: 15:36:30.052: auto mdk::VideoPresenter::VideoPresenter()::(anonymous class)::operator()(PlatformSurface *) const: 0x0=>0x7164d5d9e0 RenderAPI.type: 1
I/flutter (32673): mdk.INFO: 15:36:30.052: createRenderContext of RenderAPI::Type 1 from surface 0x710d8792a0 with extra native res 0x0
I/flutter (32673): mdk.INFO: 15:36:30.052: ThreadLocal<bool>::Data::Data() thread: 485645528400
I/flutter (32673): mdk.INFO: 15:36:30.053: T *ThreadLocal<bool>::get() const allocate and initialize ThreadLocal data
I/flutter (32673): mdk.INFO: 15:36:30.053: starting decode loop thread mdk.vdec0@487131438416
I/flutter (32673): fvp.FINE: 15:36:30.053: 416514227 player484970069504 onEvent: thread.video 1
I/flutter (32673): mdk.INFO: 15:36:30.054: video stream#0 starting decoding loop from decoder index 0...
I/flutter (32673): mdk.INFO: 15:36:30.054: creating video decoder: AMediaCodec...
I/flutter (32673): mdk.INFO: 15:36:30.054: opening video decoder: AMediaCodec...
I/flutter (32673): mdk.INFO: 15:36:30.054: CodecForMimeType: video/avc, profile: 2, level: -1
I/flutter (32673): mdk.INFO: 15:36:30.055: 487131438416 JMI: JNI Modern Interface. Version 0.1.0
I/flutter (32673): mdk.INFO: 15:36:30.055: ThreadLocal<UGL::opengl::Context::Config>::Data::Data() thread: 485645528400
I/flutter (32673): mdk.INFO: 15:36:30.055: T *ThreadLocal<UGL::opengl::Context::Config>::get() const allocate and initialize ThreadLocal data
I/flutter (32673): mdk.INFO: 15:36:30.055: creating EGL context from window: 0x710de4b010 with shared context: 0x70db1dabc0 extra: 0x0
I/flutter (32673): mdk.INFO: 15:36:30.056: select gl api resolver for EGL|OpenGL|OpenGLES
I/flutter (32673): mdk.INFO: 15:36:30.056: ThreadLocal<std::function<void *(const char *)>>::Data::Data() thread: 485645528400
I/flutter (32673): mdk.INFO: 15:36:30.056: T *ThreadLocal<std::function<void *(const char *)>>::get() const allocate and initialize ThreadLocal data
I/flutter (32673): mdk.INFO: 15:36:30.057: initialize EGL display from eglGetDisplay()
I/flutter (32673): mdk.INFO: 15:36:30.057: MediaCodecInfo name: c2.android.aac.decoder, mime: audio/mp4a-latm 
I/flutter (32673): mdk.INFO: 15:36:30.057: MediaCodecInfo name: OMX.google.aac.decoder, mime: audio/mp4a-latm 
I/flutter (32673): mdk.INFO: 15:36:30.057: MediaCodecInfo name: c2.android.amrnb.decoder, mime: audio/3gpp 
I/flutter (32673): mdk.INFO: 15:36:30.058: MediaCodecInfo name: OMX.google.amrnb.decoder, mime: audio/3gpp 
I/flutter (32673): mdk.INFO: 15:36:30.058: MediaCodecInfo name: c2.android.amrwb.decoder, mime: audio/amr-wb 
I/flutter (32673): mdk.INFO: 15:36:30.058: MediaCodecInfo name: OMX.google.amrwb.decoder, mime: audio/amr-wb 
I/flutter (32673): mdk.INFO: 15:36:30.058: MediaCodecInfo name: c2.android.flac.decoder, mime: audio/flac 
I/flutter (32673): mdk.INFO: 15:36:30.060: MediaCodecInfo name: OMX.google.flac.decoder, mime: audio/flac 
I/flutter (32673): mdk.INFO: 15:36:30.061: MediaCodecInfo name: c2.android.g711.alaw.decoder, mime: audio/g711-alaw Try to create context for OpenGL ES 
I/flutter (32673): mdk.INFO: 15:36:30.061: MediaCodecInfo name: 3OMX.google.g711.alaw.decoder, mime: audio/g711-alaw 
I/flutter (32673): mdk.INFO: 15:36:30.061: 
I/flutter (32673): mdk.INFO: 15:36:30.061: MediaCodecInfo name: c2.android.g711.mlaw.decoder, mime: audio/g711-mlaw 
I/flutter (32673): mdk.INFO: 15:36:30.062: MediaCodecInfo name: OMX.google.g711.mlaw.decoder, mime: audio/g711-mlaw 
I/flutter (32673): mdk.INFO: 15:36:30.062: MediaCodecInfo name: c2.android.gsm.decoder, mime: audio/gsm 
I/flutter (32673): mdk.INFO: 15:36:30.062: MediaCodecInfo name: OMX.google.gsm.decoder, mime: audio/gsm 
I/flutter (32673): mdk.INFO: 15:36:30.062: MediaCodecInfo name: c2.android.mp3.decoder, mime: audio/mpeg 
I/OMXClient(32673): IOmx service obtained
I/flutter (32673): mdk.INFO: 15:36:30.063: MediaCodecInfo name: OMX.google.mp3.decoder, mime: audio/mpeg 
I/flutter (32673): mdk.INFO: 15:36:30.064: MediaCodecInfo name: c2.android.opus.decoder, mime: audio/opus 
I/ACodec  (32673): In onAllocateComponent create compenent, codec name: OMX.hisi.video.decoder.avc
I/flutter (32673): mdk.INFO: 15:36:30.064: MediaCodecInfo name: OMX.google.opus.decoder, mime: audio/opus 
I/flutter (32673): mdk.INFO: 15:36:30.064: MediaCodecInfo name: c2.android.raw.decoder, mime: audio/raw 
I/flutter (32673): mdk.INFO: 15:36:30.065: MediaCodecInfo name: OMX.google.raw.decoder, mime: audio/raw 
I/flutter (32673): mdk.INFO: 15:36:30.065: MediaCodecInfo name: c2.android.vorbis.decoder, mime: audio/vorbis 
I/flutter (32673): mdk.INFO: 15:36:30.065: MediaCodecInfo name: OMX.google.vorbis.decoder, mime: audio/vorbis 
I/flutter (32673): mdk.INFO: 15:36:30.065: MediaCodecInfo name: OMX.dolby.ac3.decoder, mime: audio/ac3 
I/flutter (32673): mdk.INFO: 15:36:30.066: MediaCodecInfo name: OMX.dolby.ac4.decoder, mime: audio/ac4 
I/flutter (32673): mdk.INFO: 15:36:30.066: MediaCodecInfo name: OMX.dolby.eac3.decoder, mime: audio/eac3 
I/flutter (32673): mdk.INFO: 15:36:30.066: MediaCodecInfo name: OMX.dolby.eac3_joc.decoder, mime: audio/eac3-joc 
D/SurfaceUtils(32673): connecting to surface 0x70db040010, reason connectToSurface
I/MediaCodec(32673): [OMX.hisi.video.decoder.avc] setting surface generation to 33457155
D/SurfaceUtils(32673): disconnecting from surface 0x70db040010, reason connectToSurface(reconnect)
D/SurfaceUtils(32673): connecting to surface 0x70db040010, reason connectToSurface(reconnect)
I/flutter (32673): mdk.INFO: 15:36:30.066: MediaCodecInfo name: OMX.hisi.video.decoder.avc, mime: video/avc video/avc -profile: 2
I/flutter (32673): mdk.INFO: 15:36:30.066: ThreadLocal<UGL::opengl::platform::GLContext *>::Data::Data() thread: 485645528400
I/flutter (32673): mdk.INFO: 15:36:30.067: T *ThreadLocal<UGL::opengl::platform::GLContext *>::get() const allocate and initialize ThreadLocal data
I/flutter (32673): mdk.INFO: 15:36:30.067: ++++++++++onContextCreated+++++++++++
I/flutter (32673): mdk.INFO: 15:36:30.067: PlatformSurface::Event::Resize 1920x1080
I/flutter (32673): mdk.INFO: 15:36:30.067: profileLevels count: 80
E/ACodec  (32673): [OMX.hisi.video.decoder.avc] setPortMode on output to DynamicANWBuffer failed w/ err -2147483648
I/flutter (32673): mdk.INFO: 15:36:30.067: profile: 1 level: 1
I/flutter (32673): mdk.INFO: 15:36:30.069: profile: 65536 level: 1
I/flutter (32673): mdk.INFO: 15:36:30.069: profile: 1 level: 2
I/flutter (32673): mdk.INFO: 15:36:30.069: profile: 65536 level: 2
I/flutter (32673): mdk.INFO: 15:36:30.069: profile: 1 level: 4
I/flutter (32673): mdk.INFO: 15:36:30.069: profile: 65536 level: 4
I/flutter (32673): mdk.INFO: 15:36:30.069: profile: 1 level: 8
I/flutter (32673): mdk.INFO: 15:36:30.069: profile: 65536 level: 8
I/flutter (32673): mdk.INFO: 15:36:30.070: profile: 1 level: 16
I/flutter (32673): mdk.INFO: 15:36:30.070: profile: 65536 level: 16
I/flutter (32673): mdk.INFO: 15:36:30.070: profile: 1 level: 32
I/flutter (32673): mdk.INFO: 15:36:30.070: profile: 65536 level: 32
I/flutter (32673): mdk.INFO: 15:36:30.070: profile: 1 level: 64
I/flutter (32673): mdk.INFO: 15:36:30.070: profile: 65536 level: 64
I/flutter (32673): mdk.INFO: 15:36:30.071: profile: 1 level: 128
I/flutter (32673): mdk.INFO: 15:36:30.071: profile: 65536 level: 128
I/flutter (32673): mdk.INFO: 15:36:30.071: profile: 1 level: 256
I/flutter (32673): mdk.INFO: 15:36:30.071: profile: 65536 level: 256
I/flutter (32673): mdk.INFO: 15:36:30.071: profile: 1 level: 512
I/flutter (32673): mdk.INFO: 15:36:30.072: profile: 65536 level: 512
I/flutter (32673): mdk.INFO: 15:36:30.072: profile: 1 level: 1024
I/flutter (32673): mdk.INFO: 15:36:30.072: profile: 65536 level: 1024
I/flutter (32673): mdk.INFO: 15:36:30.072: profile: 1 level: 2048
I/flutter (32673): mdk.INFO: 15:36:30.072: profile: 65536 level: 2048
I/flutter (32673): mdk.INFO: 15:36:30.072: profile: 1 level: 4096
I/flutter (32673): mdk.INFO: 15:36:30.072: profile: 65536 level: 4096
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] got color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) err=0(NO_ERROR)
I/flutter (32673): mdk.INFO: 15:36:30.073: profile: 1 level: 8192
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] got color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) err=0(NO_ERROR)
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] using color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) and dataspace 0x104
I/flutter (32673): mdk.INFO: 15:36:30.073: profile: 65536 level: 8192
I/flutter (32673): mdk.INFO: 15:36:30.073: profile: 1 level: 16384
I/ACodec  (32673): onStart
I/flutter (32673): mdk.INFO: 15:36:30.074: profile: 65536 level: 16384
I/flutter (32673): mdk.INFO: 15:36:30.074: profile: 1 level: 32768
I/flutter (32673): mdk.INFO: 15:36:30.074: profile: 65536 level: 32768
I/flutter (32673): mdk.INFO: 15:36:30.074: profile: 2 level: 1
I/flutter (32673): mdk.INFO: 15:36:30.074:  [Match]. 
I/flutter (32673): mdk.INFO: 15:36:30.075: MediaCodecInfo name: OMX.hisi.video.decoder.avc.secure, mime: video/avc video/avc -profile: 2
I/flutter (32673): mdk.INFO: 15:36:30.075: profileLevels count: 80
I/flutter (32673): mdk.INFO: 15:36:30.075: profile: 1 level: 1
I/flutter (32673): mdk.INFO: 15:36:30.075: profile: 65536 level: 1
I/flutter (32673): mdk.INFO: 15:36:30.075: profile: 1 level: 2
I/flutter (32673): mdk.INFO: 15:36:30.075: profile: 65536 level: 2
I/flutter (32673): mdk.INFO: 15:36:30.075: profile: 1 level: 4
I/flutter (32673): mdk.INFO: 15:36:30.076: profile: 65536 level: 4
I/flutter (32673): mdk.INFO: 15:36:30.076: profile: 1 level: 8
I/flutter (32673): mdk.INFO: 15:36:30.076: profile: 65536 level: 8
I/flutter (32673): mdk.INFO: 15:36:30.076: profile: 1 level: 16
I/flutter (32673): mdk.INFO: 15:36:30.076: profile: 65536 level: 16
I/flutter (32673): mdk.INFO: 15:36:30.076: profile: 1 level: 32
I/flutter (32673): mdk.INFO: 15:36:30.076: profile: 65536 level: 32
I/flutter (32673): mdk.INFO: 15:36:30.077: profile: 1 level: 64
I/flutter (32673): mdk.INFO: 15:36:30.077: profile: 65536 level: 64
I/flutter (32673): mdk.INFO: 15:36:30.077: profile: 1 level: 128
I/flutter (32673): mdk.INFO: 15:36:30.077: profile: 65536 level: 128
I/flutter (32673): mdk.INFO: 15:36:30.077: profile: 1 level: 256
I/flutter (32673): mdk.INFO: 15:36:30.077: profile: 65536 level: 256
I/flutter (32673): mdk.INFO: 15:36:30.077: profile: 1 level: 512
I/flutter (32673): mdk.INFO: 15:36:30.078: profile: 65536 level: 512
I/flutter (32673): mdk.INFO: 15:36:30.078: profile: 1 level: 1024
I/flutter (32673): mdk.INFO: 15:36:30.078: profile: 65536 level: 1024
I/flutter (32673): mdk.INFO: 15:36:30.078: profile: 1 level: 2048
I/flutter (32673): mdk.INFO: 15:36:30.078: profile: 65536 level: 2048
I/flutter (32673): mdk.INFO: 15:36:30.078: profile: 1 level: 4096
I/flutter (32673): mdk.INFO: 15:36:30.079: profile: 65536 level: 4096
I/flutter (32673): mdk.INFO: 15:36:30.079: profile: 1 level: 8192
I/flutter (32673): mdk.INFO: 15:36:30.079: profile: 65536 level: 8192
I/flutter (32673): mdk.INFO: 15:36:30.079: profile: 1 level: 16384
I/flutter (32673): mdk.INFO: 15:36:30.079: profile: 65536 level: 16384
I/flutter (32673): mdk.INFO: 15:36:30.079: profile: 1 level: 32768
I/flutter (32673): mdk.INFO: 15:36:30.080: profile: 65536 level: 32768
I/flutter (32673): mdk.INFO: 15:36:30.080: profile: 2 level: 1
I/flutter (32673): mdk.INFO: 15:36:30.080:  [Match]. 
I/flutter (32673): mdk.INFO: 15:36:30.080: MediaCodecInfo name: OMX.hisi.video.decoder.hevc, mime: video/hevc 
I/flutter (32673): mdk.INFO: 15:36:30.080: MediaCodecInfo name: OMX.hisi.video.decoder.hevc.secure, mime: video/hevc 
I/flutter (32673): mdk.INFO: 15:36:30.080: MediaCodecInfo name: OMX.hisi.video.decoder.mpeg2, mime: video/mpeg2 
I/flutter (32673): mdk.INFO: 15:36:30.081: MediaCodecInfo name: OMX.hisi.video.decoder.mpeg4, mime: video/mp4v-es 
I/flutter (32673): mdk.INFO: 15:36:30.081: MediaCodecInfo name: OMX.hisi.video.decoder.vp8, mime: video/x-vnd.on2.vp8 
I/flutter (32673): mdk.INFO: 15:36:30.081: MediaCodecInfo name: OMX.hisi.video.decoder.vp9, mime: video/x-vnd.on2.vp9 
I/flutter (32673): mdk.INFO: 15:36:30.081: MediaCodecInfo name: OMX.hisi.video.decoder.vp9.secure, mime: video/x-vnd.on2.vp9 
I/flutter (32673): mdk.INFO: 15:36:30.081: MediaCodecInfo name: c2.android.av1.decoder, mime: video/av01 
I/flutter (32673): mdk.INFO: 15:36:30.081: MediaCodecInfo name: c2.android.avc.decoder, mime: video/avc video/avc -profile: 2
I/flutter (32673): mdk.INFO: 15:36:30.081: profileLevels count: 5
I/flutter (32673): mdk.INFO: 15:36:30.082: profile: 65536 level: 65536
I/flutter (32673): mdk.INFO: 15:36:30.082: profile: 1 level: 65536
I/flutter (32673): mdk.INFO: 15:36:30.082: profile: 2 level: 65536
I/flutter (32673): mdk.INFO: 15:36:30.082:  [Match]. 
I/flutter (32673): mdk.INFO: 15:36:30.082: MediaCodecInfo name: OMX.google.h264.decoder, mime: video/avc video/avc -profile: 2
I/flutter (32673): mdk.INFO: 15:36:30.082: profileLevels count: 5
I/flutter (32673): mdk.INFO: 15:36:30.083: profile: 65536 level: 65536
I/flutter (32673): mdk.INFO: 15:36:30.083: profile: 1 level: 65536
I/flutter (32673): mdk.INFO: 15:36:30.083: profile: 2 level: 65536
I/flutter (32673): mdk.INFO: 15:36:30.083:  [Match]. 
I/flutter (32673): mdk.INFO: 15:36:30.083: MediaCodecInfo name: c2.android.h263.decoder, mime: video/3gpp 
I/flutter (32673): mdk.INFO: 15:36:30.083: MediaCodecInfo name: OMX.google.h263.decoder, mime: video/3gpp 
I/flutter (32673): mdk.INFO: 15:36:30.083: MediaCodecInfo name: c2.android.hevc.decoder, mime: video/hevc 
I/flutter (32673): mdk.INFO: 15:36:30.084: MediaCodecInfo name: OMX.google.hevc.decoder, mime: video/hevc 
I/flutter (32673): mdk.INFO: 15:36:30.084: MediaCodecInfo name: c2.android.mpeg4.decoder, mime: video/mp4v-es 
I/flutter (32673): mdk.INFO: 15:36:30.084: MediaCodecInfo name: OMX.google.mpeg4.decoder, mime: video/mp4v-es 
I/flutter (32673): mdk.INFO: 15:36:30.084: MediaCodecInfo name: c2.android.vp8.decoder, mime: video/x-vnd.on2.vp8 
I/flutter (32673): mdk.INFO: 15:36:30.084: MediaCodecInfo name: OMX.google.vp8.decoder, mime: video/x-vnd.on2.vp8 
I/flutter (32673): mdk.INFO: 15:36:30.084: MediaCodecInfo name: c2.android.vp9.decoder, mime: video/x-vnd.on2.vp9 
I/flutter (32673): mdk.INFO: 15:36:30.084: MediaCodecInfo name: OMX.google.vp9.decoder, mime: video/x-vnd.on2.vp9 
I/flutter (32673): mdk.INFO: 15:36:30.084: found codecs count: 4 | 0
I/flutter (32673): mdk.INFO: 15:36:30.085: video/avc AMediaCodec_createCodecByName: OMX.hisi.video.decoder.avc
I/flutter (32673): mdk.INFO: 15:36:30.085: AMediaCodec *ndk::AMediaCodec_createCodecByName(const char *) via ndk: true
I/flutter (32673): mdk.INFO: 15:36:30.085: setLoop(0), now 0/0
I/flutter (32673): mdk.INFO: 15:36:30.085: 0x70dfc4c800 virtual void mdk::MediaControlPush::setState(PlaybackState)@1010 requested state 2=>2, current state 2. status: 0X14
I/flutter (32673): mdk.INFO: 15:36:30.085: default FrameReader0x70dfe88600 request to pause 1, loaded: 4.
I/flutter (32673): mdk.INFO: 15:36:30.085: default FrameReader0x70dfe88600 state: 2=>2=>2, 0
I/flutter (32673): mdk.INFO: 15:36:30.085: 0x70dfc4c800 virtual void mdk::MediaControlPush::setState(PlaybackState)@1010 requested state 2=>1, current state 2. status: 0X14
I/flutter (32673): mdk.INFO: 15:36:30.086: default FrameReader0x70dfe88600 request to pause 0, loaded: 4.
I/flutter (32673): mdk.INFO: 15:36:30.086: default FrameReader0x70dfe88600 state: 2=>2=>1, 0
I/flutter (32673): mdk.INFO: 15:36:30.086: default FrameReader0x70dfe88600 state requested: 1, current: 2
I/flutter (32673): mdk.INFO: 15:36:30.086: PlatformSurface::Event::Resize 1920x1080
I/flutter (32673): mdk.INFO: 15:36:30.086: default FrameReader0x70dfe88600 state: 2=>1=>1, 1
I/flutter (32673): mdk.INFO: 15:36:30.086: default FrameReader0x70dfe88600 update state: 2=>1
I/flutter (32673): fvp.FINE: 15:36:30.086: 416514227 player484970069504 onPlaybackStateChanged: PlaybackState.paused => PlaybackState.playing
I/flutter (32673): mdk.INFO: 15:36:30.087: set h264 csd-0
I/flutter (32673): mdk.INFO: 15:36:30.087: using AImageReader: true
I/flutter (32673): mdk.INFO: 15:36:30.087: AMediaCodec selected video codec name: OMX.hisi.video.decoder.avc
I/HwExtendedUtils(32673): Set to window composer mode as 2
I/ACodec  (32673): gralloc usage: 0(OMX) => 0x2900(ACodec)
D/SurfaceUtils(32673): disconnecting from surface 0x70db040010, reason setNativeWindowSizeFormatAndUsage
D/SurfaceUtils(32673): connecting to surface 0x70db040010, reason setNativeWindowSizeFormatAndUsage
D/SurfaceUtils(32673): set up nativeWindow 0x70db040010 for 1920x1080, color 0x30d, rotation 0, usage 0x2900
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] Allocating 7 buffers from a native window of size 3342336 on output port
I/flutter (32673): fvp.FINE: 15:36:30.133: 416514227 player484970069504 onEvent: decoder.video 0
I/flutter (32673): mdk.INFO: 15:36:30.133: decode stored recovery packets: 0
I/flutter (32673): mdk.INFO: 15:36:30.133: ***buffering progress 100%***
I/flutter (32673): mdk.INFO: 15:36:30.134: default 0x70dfe88600 FrameReader::update MediaStatus 0X14=>0X124
I/flutter (32673): fvp.FINE: 15:36:30.134: 416514227 player484970069504 onMediaStatus: MediaStatus(+loaded+buffering) => MediaStatus(+loaded+prepared+buffered)
I/flutter (32673): mdk.INFO: 15:36:30.135: ++++++++++++BUFFERING END++++++++++++
I/flutter (32673): mdk.INFO: 15:36:30.135: 
I/flutter (32673): fvp.FINE: 15:36:30.135: 416514227 player484970069504 onEvent: reader.buffering 100
I/flutter (32673): mdk.INFO: 15:36:30.136: video stream#0 1st packet@0.699000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.136: video stream#0 1st packet@0.005000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.136: video stream#0 1st packet@0.006000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.137: video stream#0 1st packet@0.008000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.137: video stream#0 1st packet@0.010000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.137: video stream#0 1st packet@0.011000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.137: video stream#0 1st packet@0.013000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.137: video stream#0 1st packet@0.015000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] got color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) err=0(NO_ERROR)
I/flutter (32673): mdk.INFO: 15:36:30.138: video stream#0 1st packet@0.017000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] got color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) err=0(NO_ERROR)
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] using color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) and dataspace 0x104
I/flutter (32673): mdk.INFO: 15:36:30.138: video stream#0 1st packet@0.019000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.138: video stream#0 1st packet@0.021000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.139: video stream#0 1st packet@0.023000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.139: video stream#0 1st packet@0.025000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.139: video stream#0 1st packet@0.026000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.139: video stream#0 1st packet@0.028000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.140: video stream#0 1st packet@0.030000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.140: video stream#0 1st packet@0.031000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.140: video stream#0 1st packet@0.034000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.140: video stream#0 1st packet@0.036000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.140: video stream#0 1st packet@0.037000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.141: video stream#0 1st packet@0.049000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.141: video stream#0 1st packet@0.065000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.141: video stream#0 1st packet@0.082000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.141: video stream#0 1st packet@0.099000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.142: video stream#0 1st packet@0.115000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.142: video stream#0 1st packet@0.132000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.142: video stream#0 1st packet@0.148000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.143: video stream#0 1st packet@0.165000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.143: video stream#0 1st packet@0.180000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.143: video stream#0 1st packet@0.199000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.143: video stream#0 1st packet@0.213000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.143: video stream#0 1st packet@0.232000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.144: video stream#0 1st packet@0.248000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.144: video stream#0 1st packet@0.265000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.144: video stream#0 1st packet@0.282000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.144: video stream#0 1st packet@0.298000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.144: video stream#0 1st packet@0.315000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.144: video stream#0 1st packet@0.332000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.145: video stream#0 1st packet@0.346000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.145: video stream#0 1st packet@0.366000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.145: video stream#0 1st packet@0.382000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.145: video stream#0 1st packet@0.399000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.145: video stream#0 1st packet@0.415000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.145: video stream#0 1st packet@0.432000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.146: video stream#0 1st packet@0.447000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.146: video stream#0 1st packet@0.466000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.146: video stream#0 1st packet@0.482000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.146: video stream#0 1st packet@0.499000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.146: video stream#0 1st packet@0.515000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.147: video stream#0 1st packet@0.532000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.147: video stream#0 1st packet@0.548000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/flutter (32673): mdk.INFO: 15:36:30.147: video stream#0 1st packet@0.565000 to be decoded has no key frame, skip!!!!!!!!!!!!!!!!!!!
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] got color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) err=0(NO_ERROR)
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] got color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) err=0(NO_ERROR)
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] using color aspects (R:2(Limited), P:1(BT709_5), M:1(BT709_5), T:3(SMPTE170M)) and dataspace 0x104
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] Now handling output port settings change
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] Output port now disabled.
I/HwExtendedUtils(32673): Set to window composer mode as 2
I/ACodec  (32673): gralloc usage: 0(OMX) => 0x2900(ACodec)
D/SurfaceUtils(32673): disconnecting from surface 0x70db040010, reason setNativeWindowSizeFormatAndUsage
D/SurfaceUtils(32673): connecting to surface 0x70db040010, reason setNativeWindowSizeFormatAndUsage
D/SurfaceUtils(32673): set up nativeWindow 0x70db040010 for 1920x1088, color 0x30d, rotation 0, usage 0x2900
W/ACodec  (32673): [OMX.hisi.video.decoder.avc] setting nBufferCountActual to 12 failed: -1010
W/ACodec  (32673): [OMX.hisi.video.decoder.avc] setting nBufferCountActual to 11 failed: -1010
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] Allocating 10 buffers from a native window of size 3133440 on output port
I/ACodec  (32673): [OMX.hisi.video.decoder.avc] Output port now reenabled.
I/flutter (32673): mdk.INFO: 15:36:30.222: AMEDIACODEC_INFO_OUTPUT_BUFFERS_CHANGED
I/flutter (32673): mdk.INFO: 15:36:30.242: AMEDIACODEC_INFO_OUTPUT_FORMAT_CHANGED
I/flutter (32673): mdk.INFO: 15:36:30.243: MediaFormat: color-range: int32(2), color-standard: int32(1), color-transfer: int32(3), mime: string(video/raw), stride: int32(1920), slice-height: int32(1088), color-format: int32(781), crop: Rect(0, 0, 1919, 1079), android._dataspace: int32(260), width: int32(1920), height: int32(1088)}
I/flutter (32673): mdk.INFO: 15:36:30.243: unknown, bpc:0, bpp:0(), channels:(), map: 0 0 0 0
I/flutter (32673): mdk.INFO: 15:36:30.243: size: 1920x1080, bytes: 1920x1088
I/flutter (32673): fvp.FINE: 15:36:30.245: 416514227 player484970069504 onEvent: decoder.video 0
I/flutter (32673): mdk.INFO: 15:36:30.260: video stream#0 sending 1 invalid AOT frame @0.589000s. seeking: 0
I/flutter (32673): mdk.INFO: 15:36:30.261: 0x70dfc4c800 1st video frame to render @0.589000s, sync time: 0.126000
I/flutter (32673): mdk.INFO: 15:36:30.261: VideoRenderer clear buffered frames
I/flutter (32673): mdk.INFO: 15:36:30.262: 0-track seek end video frame @0.589000 seek_pos_: -1
I/flutter (32673): fvp.FINE: 15:36:30.262: 416514227 player484970069504 onEvent: video 0
I/flutter (32673): mdk.INFO: 15:36:30.262: video stream#0 AOT frame is sent
I/flutter (32673): mdk.INFO: 15:36:30.263: VideoRenderer WxH=1920.000000x1080.000000 1920.000000x1080.000000, frame: 1920x1080
I/flutter (32673): mdk.INFO: 15:36:30.263: update transform 2d. scale: (1.000000, 1.000000), orientation: 0
I/flutter (32673): mdk.INFO: 15:36:30.264: m: mat<4, 4>(
I/flutter (32673): mdk.INFO: 15:36:30.264: 1  0  0  0  
I/flutter (32673): mdk.INFO: 15:36:30.265: 0  1  0  0  
I/flutter (32673): mdk.INFO: 15:36:30.265: 0  0  1  0  
I/flutter (32673): mdk.INFO: 15:36:30.266: 0  0  0  1  
I/flutter (32673): mdk.INFO: 15:36:30.267: )
D/ACodec  (32673): sendVideoFpsDataToiAware time:589000 fps:60 msg:60
I/flutter (32673): mdk.INFO: 15:36:30.268: ThreadLocal<std::unordered_map<const void *, std::unique_ptr<UGL::opengl::Context>>>::Data::Data() thread: 485645528400
I/flutter (32673): mdk.INFO: 15:36:30.268: T *ThreadLocal<std::unordered_map<const void *, std::unique_ptr<UGL::opengl::Context>>>::get() const allocate and initialize ThreadLocal data
I/flutter (32673): mdk.INFO: 15:36:30.269: new Context object 0x710debd860(4) for native context handle 0x70da997200
I/flutter (32673): mdk.INFO: 15:36:30.269: ctx->api_: 0x7164d00000
I/flutter (32673): mdk.INFO: 15:36:30.269: probing gl context... native: 0x0
I/flutter (32673): mdk.INFO: 15:36:30.270: select gl api resolver for EGL|OpenGL|OpenGLES
I/flutter (32673): mdk.INFO: 15:36:30.270: EGL_VERSION: 1.4 Android META-EGL
I/flutter (32673): mdk.INFO: 15:36:30.272: EGL_VENDOR: Android
I/flutter (32673): mdk.INFO: 15:36:30.272: EGL_CLIENT_APIS: OpenGL_ES
I/flutter (32673): mdk.INFO: 15:36:30.273: Current EGL dso path: /system/lib64/libEGL.so
I/flutter (32673): mdk.INFO: 15:36:30.273: GLESv2 dso loaded: /system/lib64/libGLESv2.so
I/flutter (32673): mdk.INFO: 15:36:30.274: resolving gl common functions...
I/flutter (32673): mdk.INFO: 15:36:30.274: select gl api resolver for EGL|OpenGL|OpenGLES
I/flutter (32673): mdk.INFO: 15:36:30.275: using opengl api resolver: EGL
I/flutter (32673): mdk.INFO: 15:36:30.275: probing gl client context... major_: 0
I/flutter (32673): mdk.INFO: 15:36:30.276: GL_VENDOR: ARM
I/flutter (32673): mdk.INFO: 15:36:30.276: GL_RENDERER: Mali-G76
I/flutter (32673): mdk.INFO: 15:36:30.277: GL_VERSION: OpenGL ES 3.2 v1.r18p0-01rel0.eb0c31071d41ebd807505c2a08a74d99
I/flutter (32673): mdk.INFO: 15:36:30.277: GL_SHADING_LANGUAGE_VERSION: OpenGL ES GLSL ES 3.20
I/flutter (32673): mdk.INFO: 15:36:30.278: EGL_ANDROID_front_buffer_auto_refresh EGL_ANDROID_get_frame_timestamps EGL_ANDROID_get_native_client_buffer EGL_ANDROID_image_native_buffer EGL_ANDROID_presentation_time EGL_ANDROID_recordable EGL_ANGLE_platform_angle EGL_EXT_client_extensions EGL_EXT_create_context_robustness 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_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_buffer EGL_KHR_no_config_context EGL_KHR_partial_update EGL_KHR_platform_android EGL_KHR_surfaceless_context EGL_KHR_swap_buffers_with_damage EGL_KHR_wait_sync GL_ANDROID_extension_pack_es31a GL_ARM_mali_program_binary GL_ARM_mali_shader_binary GL_ARM_rgba8 GL_ARM_shader_framebuff
I/flutter (32673): mdk.INFO: 15:36:30.279: OpenGL Context thread: 485645528400
I/flutter (32673): mdk.INFO: 15:36:30.279: OpenGL ES3.2 No profile, EGL140, GLSL320
I/flutter (32673): Features PBO: 1, RG texture: 1, 16bit texture: 0
I/flutter (32673): mdk.INFO: 15:36:30.279: resolving gl extensions...
I/flutter (32673): mdk.INFO: 15:36:30.279: select gl api resolver for EGL|OpenGL|OpenGLES
I/flutter (32673): mdk.INFO: 15:36:30.280: using opengl api resolver: EGL
I/flutter (32673): mdk.INFO: 15:36:30.280: context version: 320
I/flutter (32673): mdk.INFO: 15:36:30.280: extension resolved: glMapBufferOES
I/flutter (32673): mdk.INFO: 15:36:30.280: 
I/flutter (32673): mdk.INFO: 15:36:30.280: gl api resolved. thread@ 485645528400
I/flutter (32673): mdk.INFO: 15:36:30.281: 
I/flutter (32673): mdk.INFO: 15:36:30.281: 0x710debd860/0x70da997200 Context::setLocalData local data 0x716b1bdac0 for key: 0xa. size: 1
I/flutter (32673): mdk.INFO: 15:36:30.281: 0x710debd860/0x70da997200 Context::setLocalData local data 0x716b1bddd0 for key: 0xb. size: 2
I/flutter (32673): mdk.INFO: 15:36:30.281: 0x710d7e6440mdk::GLVideoRenderer::Private::Renderers::Renderers()
I/flutter (32673): mdk.INFO: 15:36:30.282: 0x710debd860/0x70da997200 Context::setLocalData local data 0x710dd5f210 for key: 0x8. size: 3
I/flutter (32673): mdk.INFO: 15:36:30.282: 0x710debd860/0x70da997200 Context::setLocalData local data 0x710dd5f2f0 for key: 0x9. size: 4
I/flutter (32673): mdk.INFO: 15:36:30.282: AHardwareBuffer from AImageReader Surface to EGLImage
I/flutter (32673): mdk.INFO: 15:36:30.283: 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 (32673): mdk.INFO: 15:36:30.283:  RGBA8 |  RGBA | UNSIGNED_BYTE
I/flutter (32673): mdk.INFO: 15:36:30.283: frame color: BT709 BT709 RGB Limited. gamma: 2.200000, signal peak: 1.000000
I/flutter (32673): mdk.INFO: 15:36:30.283:  - 
I/flutter (32673): mdk.INFO: 15:36:30.283: output color: BT709 UNSPECIFIED RGB Full. gamma: 2.200000, signal peak: 1.000000
I/flutter (32673): mdk.INFO: 15:36:30.284: rgb primaries matrix: mat<3, 3>(
I/flutter (32673): mdk.INFO: 15:36:30.284: 1  0  0  
I/flutter (32673): mdk.INFO: 15:36:30.284: 0  1  0  
I/flutter (32673): mdk.INFO: 15:36:30.284: 0  0  1  
I/flutter (32673): mdk.INFO: 15:36:30.284: )
I/flutter (32673): mdk.INFO: 15:36:30.285: color transform: mat<4, 4>(
I/flutter (32673): mdk.INFO: 15:36:30.285: 1  0  0  0  
I/flutter (32673): mdk.INFO: 15:36:30.285: 0  1  0  0  
I/flutter (32673): mdk.INFO: 15:36:30.285: 0  0  1  0  
I/flutter (32673): mdk.INFO: 15:36:30.285: 0  0  0  1  
I/flutter (32673): mdk.INFO: 15:36:30.286: )
I/flutter (32673): mdk.INFO: 15:36:30.286: EQ: mat<4, 4>(
I/flutter (32673): mdk.INFO: 15:36:30.286: 1  0  0  0  
I/flutter (32673): mdk.INFO: 15:36:30.286: 0  1  0  0  
I/flutter (32673): mdk.INFO: 15:36:30.287: 0  0  1  0  
I/flutter (32673): mdk.INFO: 15:36:30.287: 0  0  0  1  
I/flutter (32673): mdk.INFO: 15:36:30.287: )
I/flutter (32673): mdk.INFO: 15:36:30.287: material changed: 0x0=>0x90a
I/flutter (32673): mdk.INFO: 15:36:30.287: 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 (32673): mdk.INFO: 15:36:30.288: bind attribute: a_Position => 0
I/flutter (32673): mdk.INFO: 15:36:30.288: bind attribute: a_TexCoords0 => 1
I/flutter (32673): mdk.INFO: 15:36:30.288: uniform locations:
I/flutter (32673): mdk.INFO: 15:36:30.288: u_Texture0: 0
I/flutter (32673): mdk.INFO: 15:36:30.288: u_Matrix: 2, u_TexMatrix: 1
I/flutter (32673): mdk.INFO: 15:36:30.289: build glsl elapsed: 1718us
I/flutter (32673): mdk.INFO: 15:36:30.289: update built-in uniforms
I/flutter (32673): mdk.INFO: 15:36:30.289: EQ: mat<4, 4>(
I/flutter (32673): mdk.INFO: 15:36:30.289: 1  0  0  0  
I/flutter (32673): mdk.INFO: 15:36:30.290: 0  1  0  0  
I/flutter (32673): mdk.INFO: 15:36:30.290: 0  0  1  0  
I/flutter (32673): mdk.INFO: 15:36:30.290: 0  0  0  1  
I/flutter (32673): mdk.INFO: 15:36:30.290: )
I/flutter (32673): mdk.INFO: 15:36:30.291: uniform cb.u_colorMatrix: 3
I/flutter (32673): mdk.INFO: 15:36:30.291: uniform cb.u_ScaleA: 4
I/flutter (32673): mdk.INFO: 15:36:30.291: creating vbo...
I/flutter (32673): mdk.INFO: 15:36:30.291: creating vao...
I/flutter (32673): fvp.FINE: 15:36:30.292: 416514227 player484970069504 onEvent: render.video 589
W/DisplayEventDispatcher(32673): dispatcher 0x7164d7bb60 ~ ignoring unknown event type 0x736f6674
W/DisplayEventDispatcher(32673): dispatcher 0x716f861dc0 ~ ignoring unknown event type 0x736f6674
W/System  (32673): A resource failed to call release. 
I/flutter (32673): mdk.INFO: 15:36:40.611: [FFmpeg:rtsp] max delay reached. need to consume packet
I/flutter (32673): mdk.INFO: 15:36:40.612: [FFmpeg:rtsp] RTP: missed 33 packets
I/flutter (32673): mdk.INFO: 15:36:50.847: demuxer io timeout detected: 10023ms elapsed
I/flutter (32673): mdk.INFO: 15:36:50.947: demuxer io timeout detected: 10123ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.047: demuxer io timeout detected: 10224ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.148: demuxer io timeout detected: 10324ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.248: demuxer io timeout detected: 10424ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.348: demuxer io timeout detected: 10525ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.449: demuxer io timeout detected: 10625ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.549: demuxer io timeout detected: 10726ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.559: demuxer io timeout detected: 10735ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.560: demuxer io timeout detected: 10735ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.562: demuxer io timeout detected: 10735ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.563: demuxer io timeout detected: 10736ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.564: demuxer io timeout detected: 10736ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.565: demuxer io timeout detected: 10736ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.567: demuxer io timeout detected: 10736ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.568: demuxer io timeout detected: 10736ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.568: demuxer io timeout detected: 10736ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.569: demuxer io timeout detected: 10736ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.570: demuxer io timeout detected: 10736ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.570: demuxer io timeout detected: 10736ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.571: demuxer io timeout detected: 10736ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.572: demuxer io timeout detected: 10736ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.573: demuxer io timeout detected: 10736ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.574: demuxer io timeout detected: 10736ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.574: demuxer io timeout detected: 10736ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.575: demuxer io timeout detected: 10737ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.576: demuxer io timeout detected: 10737ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.578: demuxer io timeout detected: 10737ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.578: demuxer io timeout detected: 10737ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.579: demuxer io timeout detected: 10737ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.580: demuxer io timeout detected: 10737ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.580: demuxer io timeout detected: 10737ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.581: demuxer io timeout detected: 10737ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.582: demuxer io timeout detected: 10737ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.583: demuxer io timeout detected: 10737ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.583: demuxer io timeout detected: 10737ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.585: demuxer io timeout detected: 10737ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.586: demuxer io timeout detected: 10737ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.587: demuxer io timeout detected: 10738ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.587: demuxer io timeout detected: 10738ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.588: demuxer io timeout detected: 10738ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.588: demuxer io timeout detected: 10738ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.589: demuxer io timeout detected: 10738ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.590: demuxer io timeout detected: 10738ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.591: demuxer io timeout detected: 10738ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.591: demuxer io timeout detected: 10738ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.592: demuxer io timeout detected: 10738ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.592: demuxer io timeout detected: 10738ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.593: demuxer io timeout detected: 10738ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.593: demuxer io timeout detected: 10738ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.594: demuxer io timeout detected: 10739ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.594: demuxer io timeout detected: 10739ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.595: demuxer io timeout detected: 10739ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.595: demuxer io timeout detected: 10739ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.596: demuxer io timeout detected: 10739ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.597: demuxer io timeout detected: 10739ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.597: demuxer io timeout detected: 10739ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.598: demuxer io timeout detected: 10739ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.598: demuxer io timeout detected: 10739ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.599: demuxer io timeout detected: 10740ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.599: demuxer io timeout detected: 10740ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.600: demuxer io timeout detected: 10740ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.601: demuxer io timeout detected: 10740ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.602: demuxer io timeout detected: 10740ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.603: demuxer io timeout detected: 10740ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.603: demuxer io timeout detected: 10740ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.604: demuxer io timeout detected: 10740ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.604: demuxer io timeout detected: 10740ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.605: demuxer io timeout detected: 10740ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.606: demuxer io timeout detected: 10740ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.606: demuxer io timeout detected: 10741ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.606: demuxer io timeout detected: 10741ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.607: demuxer io timeout detected: 10741ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.607: demuxer io timeout detected: 10741ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.608: demuxer io timeout detected: 10741ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.608: demuxer io timeout detected: 10741ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.608: demuxer io timeout detected: 10742ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.609: demuxer io timeout detected: 10742ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.613: demuxer io timeout detected: 10742ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.614: demuxer io timeout detected: 10742ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.614: demuxer io timeout detected: 10742ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.615: demuxer io timeout detected: 10742ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.616: demuxer io timeout detected: 10742ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.616: demuxer io timeout detected: 10742ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.617: demuxer io timeout detected: 10742ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.617: demuxer io timeout detected: 10743ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.619: demuxer io timeout detected: 10743ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.619: demuxer io timeout detected: 10743ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.620: demuxer io timeout detected: 10743ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.620: demuxer io timeout detected: 10744ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.620: demuxer io timeout detected: 10744ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.620: demuxer io timeout detected: 10744ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.620: demuxer io timeout detected: 10744ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.621: demuxer io timeout detected: 10744ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.621: demuxer io timeout detected: 10744ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.622: demuxer io timeout detected: 10744ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.622: demuxer io timeout detected: 10744ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.622: demuxer io timeout detected: 10745ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.622: demuxer io timeout detected: 10745ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.623: demuxer io timeout detected: 10745ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.623: demuxer io timeout detected: 10745ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.624: demuxer io timeout detected: 10745ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.624: demuxer io timeout detected: 10745ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.625: demuxer io timeout detected: 10745ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.625: demuxer io timeout detected: 10745ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.626: demuxer io timeout detected: 10746ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.626: demuxer io timeout detected: 10746ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.627: demuxer io timeout detected: 10746ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.627: demuxer io timeout detected: 10746ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.627: demuxer io timeout detected: 10747ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.628: demuxer io timeout detected: 10747ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.628: demuxer io timeout detected: 10747ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.629: demuxer io timeout detected: 10747ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.629: demuxer io timeout detected: 10747ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.630: demuxer io timeout detected: 10747ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.630: demuxer io timeout detected: 10748ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.630: demuxer io timeout detected: 10748ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.631: demuxer io timeout detected: 10748ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.631: demuxer io timeout detected: 10748ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.632: demuxer io timeout detected: 10748ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.632: demuxer io timeout detected: 10748ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.632: demuxer io timeout detected: 10749ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.632: demuxer io timeout detected: 10749ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.633: demuxer io timeout detected: 10749ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.633: demuxer io timeout detected: 10749ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.634: demuxer io timeout detected: 10749ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.634: demuxer io timeout detected: 10749ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.634: demuxer io timeout detected: 10750ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.634: demuxer io timeout detected: 10750ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.635: demuxer io timeout detected: 10750ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.635: demuxer io timeout detected: 10750ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.636: demuxer io timeout detected: 10750ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.636: demuxer io timeout detected: 10751ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.636: demuxer io timeout detected: 10751ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.637: demuxer io timeout detected: 10751ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.637: demuxer io timeout detected: 10752ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.637: demuxer io timeout detected: 10752ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.638: demuxer io timeout detected: 10752ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.638: demuxer io timeout detected: 10752ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.638: demuxer io timeout detected: 10753ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.638: demuxer io timeout detected: 10753ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.639: demuxer io timeout detected: 10753ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.639: demuxer io timeout detected: 10753ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.639: demuxer io timeout detected: 10755ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.639: demuxer io timeout detected: 10755ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.640: demuxer io timeout detected: 10756ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.640: demuxer io timeout detected: 10756ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.641: demuxer io timeout detected: 10756ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 4 lines
I/flutter (32673): mdk.INFO: 15:36:51.641: demuxer io timeout detected: 10756ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.642: demuxer io timeout detected: 10756ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.642: demuxer io timeout detected: 10756ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.642: demuxer io timeout detected: 10757ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.643: demuxer io timeout detected: 10757ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.643: demuxer io timeout detected: 10757ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.644: demuxer io timeout detected: 10757ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.644: demuxer io timeout detected: 10757ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.644: demuxer io timeout detected: 10758ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.644: demuxer io timeout detected: 10758ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.645: demuxer io timeout detected: 10758ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.645: demuxer io timeout detected: 10759ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.645: demuxer io timeout detected: 10759ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.646: demuxer io timeout detected: 10760ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 4 lines
I/flutter (32673): mdk.INFO: 15:36:51.646: demuxer io timeout detected: 10760ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.647: demuxer io timeout detected: 10760ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.647: demuxer io timeout detected: 10760ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.647: demuxer io timeout detected: 10761ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.647: demuxer io timeout detected: 10761ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.648: demuxer io timeout detected: 10761ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.648: demuxer io timeout detected: 10761ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.649: demuxer io timeout detected: 10761ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.649: demuxer io timeout detected: 10761ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.649: demuxer io timeout detected: 10762ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.649: demuxer io timeout detected: 10762ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.650: demuxer io timeout detected: 10762ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.650: demuxer io timeout detected: 10762ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.651: demuxer io timeout detected: 10762ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.651: demuxer io timeout detected: 10762ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.651: demuxer io timeout detected: 10763ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.651: demuxer io timeout detected: 10763ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.652: demuxer io timeout detected: 10763ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.652: demuxer io timeout detected: 10763ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.653: demuxer io timeout detected: 10763ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 6 lines
I/flutter (32673): mdk.INFO: 15:36:51.653: demuxer io timeout detected: 10763ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.654: demuxer io timeout detected: 10763ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.654: demuxer io timeout detected: 10763ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.654: demuxer io timeout detected: 10764ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.654: demuxer io timeout detected: 10764ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.655: demuxer io timeout detected: 10764ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 4 lines
I/flutter (32673): mdk.INFO: 15:36:51.655: demuxer io timeout detected: 10764ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.656: demuxer io timeout detected: 10764ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.656: demuxer io timeout detected: 10764ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.656: demuxer io timeout detected: 10765ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.656: demuxer io timeout detected: 10765ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.657: demuxer io timeout detected: 10765ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.657: demuxer io timeout detected: 10765ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.657: demuxer io timeout detected: 10766ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.657: demuxer io timeout detected: 10766ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.658: demuxer io timeout detected: 10766ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 6 lines
I/flutter (32673): mdk.INFO: 15:36:51.658: demuxer io timeout detected: 10766ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.659: demuxer io timeout detected: 10766ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.659: demuxer io timeout detected: 10766ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.659: demuxer io timeout detected: 10767ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.659: demuxer io timeout detected: 10767ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.660: demuxer io timeout detected: 10767ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.660: demuxer io timeout detected: 10767ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.661: demuxer io timeout detected: 10767ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.661: demuxer io timeout detected: 10767ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.661: demuxer io timeout detected: 10768ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.661: demuxer io timeout detected: 10768ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.662: demuxer io timeout detected: 10768ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.662: demuxer io timeout detected: 10768ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.663: demuxer io timeout detected: 10768ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 6 lines
I/flutter (32673): mdk.INFO: 15:36:51.663: demuxer io timeout detected: 10768ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.664: demuxer io timeout detected: 10768ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.664: demuxer io timeout detected: 10769ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.664: demuxer io timeout detected: 10769ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.665: demuxer io timeout detected: 10769ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 4 lines
I/flutter (32673): mdk.INFO: 15:36:51.665: demuxer io timeout detected: 10769ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.665: demuxer io timeout detected: 10770ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.665: demuxer io timeout detected: 10770ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.666: demuxer io timeout detected: 10770ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 6 lines
I/flutter (32673): mdk.INFO: 15:36:51.666: demuxer io timeout detected: 10770ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.667: demuxer io timeout detected: 10770ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.667: demuxer io timeout detected: 10770ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.667: demuxer io timeout detected: 10771ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.667: demuxer io timeout detected: 10771ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.668: demuxer io timeout detected: 10771ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.668: demuxer io timeout detected: 10771ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.669: demuxer io timeout detected: 10771ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 4 lines
I/flutter (32673): mdk.INFO: 15:36:51.669: demuxer io timeout detected: 10771ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.669: demuxer io timeout detected: 10772ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.669: demuxer io timeout detected: 10772ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.670: demuxer io timeout detected: 10772ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 6 lines
I/flutter (32673): mdk.INFO: 15:36:51.670: demuxer io timeout detected: 10772ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.671: demuxer io timeout detected: 10772ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 6 lines
I/flutter (32673): mdk.INFO: 15:36:51.671: demuxer io timeout detected: 10772ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.672: demuxer io timeout detected: 10772ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.672: demuxer io timeout detected: 10773ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.672: demuxer io timeout detected: 10773ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.673: demuxer io timeout detected: 10773ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 6 lines
I/flutter (32673): mdk.INFO: 15:36:51.673: demuxer io timeout detected: 10773ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.674: demuxer io timeout detected: 10773ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.674: demuxer io timeout detected: 10773ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.674: demuxer io timeout detected: 10774ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 4 lines
I/flutter (32673): mdk.INFO: 15:36:51.674: demuxer io timeout detected: 10774ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.675: demuxer io timeout detected: 10774ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.675: demuxer io timeout detected: 10774ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.675: demuxer io timeout detected: 10775ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.676: demuxer io timeout detected: 10775ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 6 lines
I/flutter (32673): mdk.INFO: 15:36:51.676: demuxer io timeout detected: 10775ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.677: demuxer io timeout detected: 10775ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.677: demuxer io timeout detected: 10775ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.677: demuxer io timeout detected: 10776ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 4 lines
I/flutter (32673): mdk.INFO: 15:36:51.677: demuxer io timeout detected: 10776ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.678: demuxer io timeout detected: 10776ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.678: demuxer io timeout detected: 10776ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.678: demuxer io timeout detected: 10777ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.678: demuxer io timeout detected: 10777ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.679: demuxer io timeout detected: 10777ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.679: demuxer io timeout detected: 10777ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.679: demuxer io timeout detected: 10778ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.679: demuxer io timeout detected: 10778ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.680: demuxer io timeout detected: 10778ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 4 lines
I/flutter (32673): mdk.INFO: 15:36:51.680: demuxer io timeout detected: 10778ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.680: demuxer io timeout detected: 10779ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.680: demuxer io timeout detected: 10779ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.681: demuxer io timeout detected: 10779ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 7 lines
I/flutter (32673): mdk.INFO: 15:36:51.681: demuxer io timeout detected: 10779ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.682: demuxer io timeout detected: 10780ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.682: demuxer io timeout detected: 10780ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.683: demuxer io timeout detected: 10780ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 8 lines
I/flutter (32673): mdk.INFO: 15:36:51.683: demuxer io timeout detected: 10780ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.684: demuxer io timeout detected: 10780ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.684: demuxer io timeout detected: 10780ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.684: demuxer io timeout detected: 10781ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.684: demuxer io timeout detected: 10781ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.685: demuxer io timeout detected: 10781ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 6 lines
I/flutter (32673): mdk.INFO: 15:36:51.685: demuxer io timeout detected: 10781ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.685: demuxer io timeout detected: 10782ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.685: demuxer io timeout detected: 10782ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.686: demuxer io timeout detected: 10782ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 8 lines
I/flutter (32673): mdk.INFO: 15:36:51.686: demuxer io timeout detected: 10782ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.687: demuxer io timeout detected: 10782ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 9 lines
I/flutter (32673): mdk.INFO: 15:36:51.687: demuxer io timeout detected: 10782ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.688: demuxer io timeout detected: 10782ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 8 lines
I/flutter (32673): mdk.INFO: 15:36:51.688: demuxer io timeout detected: 10782ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.689: demuxer io timeout detected: 10782ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 6 lines
I/flutter (32673): mdk.INFO: 15:36:51.689: demuxer io timeout detected: 10782ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.689: demuxer io timeout detected: 10783ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.689: demuxer io timeout detected: 10783ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.690: demuxer io timeout detected: 10783ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.690: demuxer io timeout detected: 10783ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.690: demuxer io timeout detected: 10785ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.690: demuxer io timeout detected: 10786ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.690: demuxer io timeout detected: 10786ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.690: demuxer io timeout detected: 10789ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.690: demuxer io timeout detected: 10789ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.691: demuxer io timeout detected: 10789ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 8 lines
I/flutter (32673): mdk.INFO: 15:36:51.691: demuxer io timeout detected: 10789ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.692: demuxer io timeout detected: 10789ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.692: demuxer io timeout detected: 10789ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.692: demuxer io timeout detected: 10790ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 7 lines
I/flutter (32673): mdk.INFO: 15:36:51.692: demuxer io timeout detected: 10790ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.693: demuxer io timeout detected: 10790ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 4 lines
I/flutter (32673): mdk.INFO: 15:36:51.693: demuxer io timeout detected: 10790ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.693: demuxer io timeout detected: 10791ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.693: demuxer io timeout detected: 10791ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.694: demuxer io timeout detected: 10791ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 9 lines
I/flutter (32673): mdk.INFO: 15:36:51.694: demuxer io timeout detected: 10791ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.695: demuxer io timeout detected: 10791ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.695: demuxer io timeout detected: 10792ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 6 lines
I/flutter (32673): mdk.INFO: 15:36:51.695: demuxer io timeout detected: 10792ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.696: demuxer io timeout detected: 10792ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.696: demuxer io timeout detected: 10792ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.696: demuxer io timeout detected: 10793ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.696: demuxer io timeout detected: 10793ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.697: demuxer io timeout detected: 10793ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 9 lines
I/flutter (32673): mdk.INFO: 15:36:51.697: demuxer io timeout detected: 10793ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.698: demuxer io timeout detected: 10793ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.698: demuxer io timeout detected: 10794ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 7 lines
I/flutter (32673): mdk.INFO: 15:36:51.698: demuxer io timeout detected: 10794ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.699: demuxer io timeout detected: 10794ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 8 lines
I/flutter (32673): mdk.INFO: 15:36:51.699: demuxer io timeout detected: 10794ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.699: demuxer io timeout detected: 10795ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.700: demuxer io timeout detected: 10795ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 9 lines
I/flutter (32673): mdk.INFO: 15:36:51.700: demuxer io timeout detected: 10795ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.701: demuxer io timeout detected: 10795ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 4 lines
I/flutter (32673): mdk.INFO: 15:36:51.701: demuxer io timeout detected: 10795ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.701: demuxer io timeout detected: 10799ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.701: demuxer io timeout detected: 10799ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.702: demuxer io timeout detected: 10799ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.702: demuxer io timeout detected: 10799ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.702: demuxer io timeout detected: 10800ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.702: demuxer io timeout detected: 10800ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.703: demuxer io timeout detected: 10800ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 9 lines
I/flutter (32673): mdk.INFO: 15:36:51.703: demuxer io timeout detected: 10800ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.704: demuxer io timeout detected: 10800ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.704: demuxer io timeout detected: 10801ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 8 lines
I/flutter (32673): mdk.INFO: 15:36:51.704: demuxer io timeout detected: 10801ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.705: demuxer io timeout detected: 10801ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 8 lines
I/flutter (32673): mdk.INFO: 15:36:51.705: demuxer io timeout detected: 10801ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.706: demuxer io timeout detected: 10801ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.706: demuxer io timeout detected: 10801ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.706: demuxer io timeout detected: 10802ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.706: demuxer io timeout detected: 10802ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.707: demuxer io timeout detected: 10802ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 8 lines
I/flutter (32673): mdk.INFO: 15:36:51.707: demuxer io timeout detected: 10802ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.708: demuxer io timeout detected: 10802ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 8 lines
I/flutter (32673): mdk.INFO: 15:36:51.708: demuxer io timeout detected: 10802ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.709: demuxer io timeout detected: 10802ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.709: demuxer io timeout detected: 10803ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 8 lines
I/flutter (32673): mdk.INFO: 15:36:51.709: demuxer io timeout detected: 10803ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.710: demuxer io timeout detected: 10803ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 6 lines
I/flutter (32673): mdk.INFO: 15:36:51.710: demuxer io timeout detected: 10803ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.710: demuxer io timeout detected: 10804ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.710: demuxer io timeout detected: 10804ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.711: demuxer io timeout detected: 10804ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 4 lines
I/flutter (32673): mdk.INFO: 15:36:51.711: demuxer io timeout detected: 10804ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.712: demuxer io timeout detected: 10804ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 9 lines
I/flutter (32673): mdk.INFO: 15:36:51.712: demuxer io timeout detected: 10804ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.713: demuxer io timeout detected: 10804ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.713: demuxer io timeout detected: 10804ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.713: demuxer io timeout detected: 10805ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 6 lines
I/flutter (32673): mdk.INFO: 15:36:51.713: demuxer io timeout detected: 10805ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.714: demuxer io timeout detected: 10805ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 9 lines
I/flutter (32673): mdk.INFO: 15:36:51.714: demuxer io timeout detected: 10805ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.715: demuxer io timeout detected: 10805ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 6 lines
I/flutter (32673): mdk.INFO: 15:36:51.715: demuxer io timeout detected: 10805ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.715: demuxer io timeout detected: 10806ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.715: demuxer io timeout detected: 10806ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.716: demuxer io timeout detected: 10806ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.716: demuxer io timeout detected: 10806ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.716: demuxer io timeout detected: 10821ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 5 lines
I/flutter (32673): mdk.INFO: 15:36:51.716: demuxer io timeout detected: 10821ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.717: demuxer io timeout detected: 10821ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 8 lines
I/flutter (32673): mdk.INFO: 15:36:51.717: demuxer io timeout detected: 10821ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.718: demuxer io timeout detected: 10821ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.718: demuxer io timeout detected: 10821ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.718: demuxer io timeout detected: 10822ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.718: demuxer io timeout detected: 10822ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.719: demuxer io timeout detected: 10822ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 4 lines
I/flutter (32673): mdk.INFO: 15:36:51.719: demuxer io timeout detected: 10822ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.720: demuxer io timeout detected: 10822ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 2 lines
I/flutter (32673): mdk.INFO: 15:36:51.720: demuxer io timeout detected: 10822ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.721: demuxer io timeout detected: 10822ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 10 lines
I/flutter (32673): mdk.INFO: 15:36:51.721: demuxer io timeout detected: 10822ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.722: demuxer io timeout detected: 10822ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 4 lines
I/flutter (32673): mdk.INFO: 15:36:51.722: demuxer io timeout detected: 10822ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.723: demuxer io timeout detected: 10822ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 3 lines
I/flutter (32673): mdk.INFO: 15:36:51.723: demuxer io timeout detected: 10822ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.723: demuxer io timeout detected: 10823ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 4 lines
I/flutter (32673): mdk.INFO: 15:36:51.723: demuxer io timeout detected: 10823ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.724: demuxer io timeout detected: 10823ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 10 lines
I/flutter (32673): mdk.INFO: 15:36:51.724: demuxer io timeout detected: 10823ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.725: demuxer io timeout detected: 10823ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 9 lines
I/flutter (32673): mdk.INFO: 15:36:51.725: demuxer io timeout detected: 10823ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.726: demuxer io timeout detected: 10823ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 8 lines
I/flutter (32673): mdk.INFO: 15:36:51.726: demuxer io timeout detected: 10823ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.726: demuxer io timeout detected: 10824ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.727: demuxer io timeout detected: 10824ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 1 line
I/flutter (32673): mdk.INFO: 15:36:51.727: demuxer io timeout detected: 10824ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.727: demuxer io timeout detected: 10833ms elapsed
I/chatty  (32673): uid=10410(com.zise.paperless_cross_platform) 1.ui identical 4 lines
I/flutter (32673): mdk.INFO: 15:36:51.727: demuxer io timeout detected: 10833ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.727: demuxer io timeout detected: 10840ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.728: demuxer io timeout detected: 10840ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.728: demuxer io timeout detected: 10840ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.728: [FFmpeg:rtsp] max delay reached. need to consume packet
I/flutter (32673): mdk.INFO: 15:36:51.728: [FFmpeg:rtsp] RTP: missed 20710 packets
I/flutter (32673): mdk.INFO: 15:36:51.728: [FFmpeg:rtsp] RTP: PT=60: bad cseq 7548 expected=2462
I/flutter (32673): mdk.INFO: 15:36:51.728: demuxer io timeout detected: 10841ms elapsed
I/flutter (32673): mdk.INFO: 15:36:51.728: [FFmpeg:rtsp] max delay reached. need to consume packet
I/flutter (32673): mdk.INFO: 15:36:51.728: [FFmpeg:rtsp] RTP: missed 20711 packets
I/flutter (32673): mdk.INFO: 15:36:51.728: [FFmpeg:rtsp] max delay reached. need to consume packet
I/flutter (32673): mdk.INFO: 15:36:51.728: [FFmpeg:rtsp] RTP: missed 81 packets
I/flutter (32673): mdk.INFO: 15:37:21.130: [FFmpeg:rtsp] max delay reached. need to consume packet
I/flutter (32673): mdk.INFO: 15:37:21.132: [FFmpeg:rtsp] RTP: missed 66 packets
I/flutter (32673): mdk.INFO: 15:37:28.158: [FFmpeg:rtsp] max delay reached. need to consume packet
I/flutter (32673): mdk.INFO: 15:37:28.158: [FFmpeg:rtsp] RTP: missed 5 packets
I/flutter (32673): mdk.INFO: 15:37:28.159: [FFmpeg:rtsp] max delay reached. need to consume packet
I/flutter (32673): mdk.INFO: 15:37:28.159: [FFmpeg:rtsp] RTP: missed 5 packets
wang-bin commented 5 months ago

断了多久?你用ffplay或mpv试试看

1056824847 commented 5 months ago

ffplay 也是一样, mpv 卡在第一帧, vlc 只要不是断开几十秒都可以播放,这个只要一断开就不能播放 这个 rtsp 流之前你说过有音频的流,但是没有数据

wang-bin commented 5 months ago

和音频没关系,无数据的音频流现在也支持了。

wang-bin commented 5 months ago

hdmi不是连显示器的吗?拔插怎么会影响播放

1056824847 commented 5 months ago

抱歉,可能是我表达有误,目前 rtsp 流是一个采集器的推流的,hdmi 连接的是采集器

wang-bin commented 5 months ago

这应该给ffmpeg报bug,我这边做不到vlc那种效果

1056824847 commented 5 months ago

好的,谢谢