Seeking with the activeX VLC plugin has a bad response rate
Posted: 24 Jun 2017 23:03
I am seeking with (c#-code)
yet there is a delay.
This is the debug information.
These are all lines with "warning" in them
What does the debug tell me about the cause?
Code: Select all
axVLCPlugin.input.time = pos;
This is the debug information.
Code: Select all
[05c1f9e4] core libvlc debug: VLC media player - 2.2.2 Weatherwax
[05c1f9e4] core libvlc debug: Copyright © 1996-2016 the VideoLAN team
[05c1f9e4] core libvlc debug: revision 2.2.2-1-g3306474
[05c1f9e4] core libvlc debug: configured with ../extras/package/win32/../../../configure '--enable-update-check' '--enable-lua' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-twolame' '--enable-quicktime' '--enable-avcodec' '--enable-merge-ffmpeg' '--enable-dca' '--enable-mpc' '--enable-libass' '--enable-x264' '--enable-schroedinger' '--enable-realrtsp' '--enable-live555' '--enable-dvdread' '--enable-shout' '--enable-goom' '--enable-caca' '--disable-sdl' '--enable-qt' '--enable-skins2' '--enable-sse' '--enable-mmx' '--enable-libcddb' '--enable-zvbi' '--disable-telx' '--enable-nls' '--host=i686-w64-mingw32' 'host_alias=i686-w64-mingw32'
[05c1f9e4] core libvlc debug: using multimedia timers as clock source
[05c1f9e4] core libvlc debug: min period: 1 ms, max period: 1000000 ms
[05c1f9e4] core libvlc d"gv.exe" (CLR v4.0.30319: gv.exe): "Interop.AXVLC.dll" geladen. Das Modul wurde ohne Symbole erstellt.
ebug: searching plug-in modules
[05c1f9e4] core libvlc debug: loading plugins cache file C:\Program Files (x86)\VideoLAN\VLC\plugins\plugins.dat
[05c1f9e4] core libvlc debug: recursively browsing `C:\Program Files (x86)\VideoLAN\VLC\plugins'
[05c1f9e4] core libvlc debug: saving plugins cache C:\Program Files (x86)\VideoLAN\VLC\plugins\plugins.dat
[05c1f9e4] core libvlc debug: plug-ins loaded: 419 modules
[05c1f9e4] core libvlc debug: translation test: code is "de"
[05c1f9e4] core libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 FPU
[05cbb3dc] core generic debug: creating audio output
[05c2ed64] core audio output debug: looking for audio output module matching "any": 6 candidates
[05c2ed64] directsound audio output debug: found 2 devices
[05c2ed64] core audio output debug: using audio output module "directsound"
[05cbb3dc] core generic debug: keeping audio output
[05c2ed64] core audio output debug: removing module "directsound"
[05c94d04] core input debug: Creating an input for 'temp.mp4'
[05c94d04] core input debug: using timeshift granularity of 50 MiB, in path 'C:\AppData\Local\Temp'
[05c94d04] core input debug: `file:///temp.mp4' gives access `file' demux `' path `temp.mp4'
[05c94d04] core input debug: specified demux `any'
[05c94d04] core input debug: creating demux: access='file' demux='any' location='temp.mp4' file='temp.mp4'
[05cb05ac] core demux debug: looking for access_demux module matching "file": 12 candidates
[05cb05ac] core demux debug: no access_demux modules matched
[05c94d04] core input debug: creating access 'file' location='temp.mp4', path='temp.mp4'
[0a076e24] core access debug: looking for access module matching "file": 21 candidates
[0a076e24] filesystem access debug: opening file `temp.mp4'
[0a076e24] core access debug: using access module "filesystem"
[05c6f44c] core stream debug: Using stream method for AStream*
[05c6f44c] core stream debug: starting pre-buffering
[05c6f44c] core stream debug: received first data after 0 ms
[05c6f44c] core stream debug: pre-buffering done 1024 bytes in 0s - 999 KiB/s
[05c6f26c] core stream debug: looking for stream_filter module matching "any": 6 candidates
[05c6f26c] core stream debug: no stream_filter modules matched
[05c6f76c] core stream debug: looking for stream_filter module matching "record": 6 candidates
[05c6f76c] core stream debug: using stream_filter module "record"
[05c94d04] core input debug: creating demux: access='file' demux='any' location='temp.mp4' file='temp.mp4'
[05cb03b4] core demux debug: looking for demux module matching "mp4": 66 candidates
[05c6f76c] mp4 stream warning: unknown box type tmcd (incompletely loaded)
[05c6f76c] mp4 stream warning: unknown handler type in stsd (incompletely loaded)
[05cb03b4] mp4 demux debug: added fragment moov
[05c6f76c] mp4 stream debug: dumping root Box "root"
[05c6f76c] mp4 stream debug: | + ftyp size 32 offset 0
[05c6f76c] mp4 stream debug: | + free size 8 offset 32
[05c6f76c] mp4 stream debug: | + mdat size 6597326 offset 40
[05c6f76c] mp4 stream debug: | + moov size 57612 offset 6597366
[05c6f76c] mp4 stream debug: | | + mvhd size 108 offset 6597374
[05c6f76c] mp4 stream debug: | | + trak size 16867 offset 6597482
[05c6f76c] mp4 stream debug: | | | + tkhd size 92 offset 6597490
[05c6f76c] mp4 stream debug: | | | + edts size 36 offset 6597582
[05c6f76c] mp4 stream debug: | | | | + elst size 28 offset 6597590
[05c6f76c] mp4 stream debug: | | | + tref size 20 offset 6597618
[05c6f76c] mp4 stream debug: | | | | + tmcd size 12 offset 6597626
[05c6f76c] mp4 stream debug: | | | + mdia size 16711 offset 6597638
[05c6f76c] mp4 stream debug: | | | | + mdhd size 32 offset 6597646
[05c6f76c] mp4 stream debug: | | | | + hdlr size 45 offset 6597678
[05c6f76c] mp4 stream debug: | | | | + minf size 16626 offset 6597723
[05c6f76c] mp4 stream debug: | | | | | + vmhd size 20 offset 6597731
[05c6f76c] mp4 stream debug: | | | | | + dinf size 36 offset 6597751
[05c6f76c] mp4 stream debug: | | | | | | + dref size 28 offset 6597759
[05c6f76c] mp4 stream debug: | | | | | | | + url size 12 offset 6597775
[05c6f76c] mp4 stream debug: | | | | | + stbl size 16562 offset 6597787
[05c6f76c] mp4 stream debug: | | | | | | + stsd size 186 offset 6597795
[05c6f76c] mp4 stream debug: | | | | | | | + avc1 size 170 offset 6597811
[05c6f76c] mp4 stream debug: | | | | | | | | + avcC size 68 offset 6597897
[05c6f76c] mp4 stream debug: | | | | | | | | + pasp size 16 offset 6597965
[05c6f76c] mp4 stream debug: | | | | | | + stts size 24 offset 6597981
[05c6f76c] mp4 stream debug: | | | | | | + stss size 976 offset 6598005
[05c6f76c] mp4 stream debug: | | | | | | + stsc size 28 offset 6598981
[05c6f76c] mp4 stream debug: | | | | | | + stsz size 7672 offset 6599009
[05c6f76c] mp4 stream debug: | | | | | | + stco size 7668 offset 6606681
[05c6f76c] mp4 stream debug: | | + trak size 40099 offset 6614349
[05c6f76c] mp4 stream debug: | | | + tkhd size 92 offset 6614357
[05c6f76c] mp4 stream debug: | | | + edts size 36 offset 6614449
[05c6f76c] mp4 stream debug: | | | | + elst size 28 offset 6614457
[05c6f76c] mp4 stream debug: | | | + mdia size 39963 offset 6614485
[05c6f76c] mp4 stream debug: | | | | + mdhd size 32 offset 6614493
[05c6f76c] mp4 stream debug: | | | | + hdlr size 45 offset 6614525
[05c6f76c] mp4 stream debug: | | | | + minf size 39878 offset 6614570
[05c6f76c] mp4 stream debug: | | | | | + smhd size 16 offset 6614578
[05c6f76c] mp4 stream debug: | | | | | + dinf size 36 offset 6614594
[05c6f76c] mp4 stream debug: | | | | | | + dref size 28 offset 6614602
[05c6f76c] mp4 stream debug: | | | | | | | + url size 12 offset 6614618
[05c6f76c] mp4 stream debug: | | | | | + stbl size 39818 offset 6614630
[05c6f76c] mp4 stream debug: | | | | | | + stsd size 106 offset 6614638
[05c6f76c] mp4 stream debug: | | | | | | | + mp4a size 90 offset 6614654
[05c6f76c] mp4 stream debug: | | | | | | | | + esds size 54 offset 6614690
[05c6f76c] mp4 stream debug: | | | | | | + stts size 24 offset 6614744
[05c6f76c] mp4 stream debug: | | | | | | + stsc size 20020 offset 6614768
[05c6f76c] mp4 stream debug: | | | | | | + stsz size 11992 offset 6634788
[05c6f76c] mp4 stream debug: | | | | | | + stco size 7668 offset 6646780
[05c6f76c] mp4 stream debug: | | + trak size 432 offset 6654448
[05c6f76c] mp4 stream debug: | | | + tkhd size 92 offset 6654456
[05c6f76c] mp4 stream debug: | | | + edts size 36 offset 6654548
[05c6f76c] mp4 stream debug: | | | | + elst size 28 offset 6654556
[05c6f76c] mp4 stream debug: | | | + mdia size 296 offset 6654584
[05c6f76c] mp4 stream debug: | | | | + mdhd size 32 offset 6654592
[05c6f76c] mp4 stream debug: | | | | + hdlr size 48 offset 6654624
[05c6f76c] mp4 stream debug: | | | | + minf size 208 offset 6654672
[05c6f76c] mp4 stream debug: | | | | | + nmhd size 12 offset 6654680
[05c6f76c] mp4 stream debug: | | | | | + dinf size 36 offset 6654692
[05c6f76c] mp4 stream debug: | | | | | | + dref size 28 offset 6654700
[05c6f76c] mp4 stream debug: | | | | | | | + url size 12 offset 6654716
[05c6f76c] mp4 stream debug: | | | | | + stbl size 152 offset 6654728
[05c6f76c] mp4 stream debug: | | | | | | + stsd size 52 offset 6654736
[05c6f76c] mp4 stream debug: | | | | | | | + tmcd size 36 offset 6654752
[05c6f76c] mp4 stream debug: | | | | | | + stts size 24 offset 6654788
[05c6f76c] mp4 stream debug: | | | | | | + stsc size 28 offset 6654812
[05c6f76c] mp4 stream debug: | | | | | | + stsz size 20 offset 6654840
[05c6f76c] mp4 stream debug: | | | | | | + stco size 20 offset 6654860
[05c6f76c] mp4 stream debug: | | + udta size 98 offset 6654880
[05c6f76c] mp4 stream debug: | | | + meta size 90 offset 6654888
[05c6f76c] mp4 stream debug: | | | | + hdlr size 33 offset 6654900
[05c6f76c] mp4 stream debug: | | | | + ilst size 45 offset 6654933
[05c6f76c] mp4 stream debug: | | | | | + ctoo size 37 offset 6654941
[05cb03b4] mp4 demux debug: ISO Media file (isom) version 512.
[05cb03b4] mp4 demux debug: found 3 tracks
[05cb03b4] mp4 demux warning: elst box found
[05cb03b4] mp4 demux debug: - [0] duration=63831ms media time=0ms) rate=1.0
[05cb03b4] mp4 demux debug: track[Id 0x1] read 1913 chunk
[05cb03b4] mp4 demux warning: STTS table of 1 entries
[05cb03b4] mp4 demux debug: track[Id 0x1] read 1913 samples length:63s
[05c94d04] core input debug: selecting program id=0
[05cb03b4] mp4 demux debug: adding track[Id 0x1] video (enable) language eng
[05cb03b4] mp4 dDer Thread 0x40e8 hat mit Code 0 (0x0) geendet.
emux warning: elst box found
[05cb03b4] mp4 demux debug: - [0] duration=63851ms media time=0ms) rate=1.0
[05cb03b4] mp4 demux debug: track[Id 0x2] read 1913 chunk
[05cb03b4] mp4 demux warning: STTS table of 1 entries
[05cb03b4] mp4 demux debug: track[Id 0x2] read 2993 samples length:63s
[05cb03b4] mp4 demux debug: adding track[Id 0x2] audio (enable) language eng
[05cb03b4] mp4 demux debug: ignoring track[Id 0x3]
[05cb03b4] mp4 demux debug: fragment offset 6597366, data 52<->6597366, duration 0
[05cb03b4] core demux debug: using demux module "mp4"
[05c94d04] core input debug: looking for a subtitle file in
[0a09c3f4] core decoder debug: looking for decoder module matching "any": 43 candidates
[0a09c3f4] avcodec decoder debug: CPU flags: 0x0107d3db
[0a09c3f4] avcodec decoder debug: trying to use direct rendering
[0a09c3f4] avcodec decoder debug: allowing 4 thread(s) for decoding
[0a09c3f4] avcodec decoder warning: threaded frame decoding is not compatible with DXVA2, disabled
[0a09c3f4] avcodec decoder debug: avcodec codec (H264 - MPEG-4 AVC (part 10)) started
[0a09c3f4] avcodec decoder debug: using slice thread mode with 4 threads
[0a09c3f4] core decoder debug: using decoder module "avcodec"
[0a120364] core decoder debug: looking for decoder module matching "any": 43 candidates
[0a120364] core decoder debug: using decoder module "faad"
[0a054c9c] core demux meta debug: looking for meta reader module matching "any": 2 candidates
[0a054c9c] lua demux meta debug: Trying Lua scripts in C:\AppData\Roaming\vlc\lua\meta\reader
[0a054c9c] lua demux meta debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\reader
[0a054c9c] lua demux meta debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\reader\filename.luac
[0a054c9c] core demux meta debug: no meta reader modules matched
[05c94d04] core input debug: `file:///temp.mp4' successfully opened
[05cb03b4] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[05cb03b4] mp4 demux debug: stss gives 0 --> 0 (sample number)
[05cb03b4] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss)
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Stream buffering done (21 ms in 0 ms)
[0a120364] faad decoder warning: decoded zero sample
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 61 (dxva2_vld)
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 128 (d3d11va_vld)
[0a09c3f4] avcodec decoder debug: available software decoder output format 12 (yuvj420p)
[05c7f3dc] core generic debug: looking for hw decoder module matching "any": 1 candidates
[05c7f3dc] core generic debug: no hw decoder modules matched
[0a169b7c] core spu text debug: looking for text renderer module matching "any": 2 candidates
[0a169b7c] freetype spu text debug: Using Arial as font from file C:\WINDOWS\Fonts\arial.ttf
[0a169b7c] freetype spu text debug: Using Courier New as mono-font from file C:\WINDOWS\Fonts\cour.ttf
[0a169b7c] freetype spu text debug: using fontsize: 2
[0a169b7c] core spu text debug: using text renderer module "freetype"
[0a190844] core scale debug: looking for video filter2 module matching "any": 58 candidates
[0a190844] swscale scale debug: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality)
[0a190844] core scale debug: using video filter2 module "swscale"
[0a1901f4] core scale debug: looking for video filter2 module matching "any": 58 candidates
[0a1901f4] yuvp scale debug: YUVP to YUVA converter
[0a1901f4] core scale debug: using video filter2 module "yuvp"
[05cf4b5c] core video output debug: Deinterlacing available
[05cf4b5c] core video output debug: deinterlace 0, mode blend, is_needed 0
[05cf4b5c] core video output debug: Opening vout display wrapper
[0a217424] core vout display debug: looking for vout display module matching "any": 11 candidates
[0a217424] direct3d vout display warning: cannot load Direct3D Shader Library; HLSL pixel shading will be disabled.
[0a217424] direct3d vout display debug: creating Vout EventThread
[0a217424] direct3d vout display debug: Win32VoutCreateWindow
[0a21652c] core window debug: looking for vout window hwnd module matching "embed-hwnd,any": 3 candidates
[0a21652c] core window debug: using vout window hwnd module "drawable"
[0a217424] direct3d vout display debug: created video sub-window
[0a217424] direct3d vout display debug: Vout EventThread running
[0a217424] direct3d vout display debug: disabling screen saver
[0a217424] direct3d vout display debug: Direct3d Device: Intel(R) HD Graphics 520 32902 6422 7
[0a217424] core vout display debug: VoutDisplayEvent 'resize' 448x279 window
[0a217424] direct3d vout display warning: trying surface pixel format: YV12
[0a217424] direct3d vout display debug: selected surface pixel format is YV12
[0a217424] direct3d vout display debug: Using D3DTEXF_LINEAR for minification
[0a217424] direct3d vout display debug: Using D3DTEXF_LINEAR for magnification
[0a217424] direct3d vout display debug: Direct3D scene created successfully
[0a217424] direct3d vout display warning: Direct3D shaders initialization failed !
[0a217424] direct3d vout display debug: Direct3D device adapter successfully initialized
[0a217424] core vout display debug: using vout display module "direct3d"
[05cf4b5c] core video output debug: original format sz 432x258, of (0,0), vsz 432x240, 4cc J420, sar 1:1, msk r0x0 g0x0 b0x0
[0a169b7c] core spu text debug: removing module "freetype"
[0a18f22c] core spu text debug: looking for text renderer module matching "any": 2 candidates
[0a217424] core vout display debug: VoutDisplayEvent 'resize' 544x210 window
[0a18f22c] freetype spu text debug: Using Arial as font from file C:\WINDOWS\Fonts\arial.ttf
[0a18f22c] freetype spu text debug: Using Courier New as mono-font from file C:\WINDOWS\Fonts\cour.ttf
[0a217424] core vout display error: Failed to set on top
[0a18f22c] freetype spu text debug: using fontsize: 2
[0a18f22c] core spu text debug: using text renderer module "freetype"
[0a09c3f4] avcodec decoder warning: plane 0 not aligned
[0a09c3f4] avcodec decoder warning: disabling direct rendering
[h264 @ 0a0a9720] no picture
[05c94d04] core input debug: Decoder wait done in 811 ms
[05cbb3dc] core generic debug: creating audio output
[05cf384c] core audio output debug: looking for audio output module matching "any": 6 candidates
[05cf384c] directsound audio output debug: found 2 devices
[05cf384c] core audio output debug: using audio output module "directsound"
[05cf384c] directsound audio output debug: Opening DirectSound Audio Output
[05cf384c] directsound audio output debug: Windows speaker config: Stereo and stream has 2 channels, using 2 channels
[h264 @ 0a0a9720] Cannot parallelize slice decoding with deblocking filter type 1, decoding such frames in sequential order
To parallelize slice decoding you need video encoded with disable_deblocking_filter_idc set to 2 (deblock only edges that do not cross slices).
Setting the flags2 libavcodec option to +fast (-flags2 +fast) will disable deblocking across slices and enable parallel slice decoding but will generate non-standard-compliant output.
[0a09c3f4] core decoder debug: End of video preroll
[05cf384c] core audio output debug: output 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes
[05c8a9bc] core volume debug: looking for audio volume module matching "any": 2 candidates
[05c8a9bc] core volume debug: using audio volume module "float_mixer"
[05cf384c] core audio output debug: input 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes
[0a190b6c] core audio filter debug: looking for audio filter module matching "scaletempo": 14 candidates
[05cf4b5c] core video output warning: picture is too late to be displayed (missing 127 ms)
[0a190b6c] scaletempo audio filter debug: format: 48000 rate, 2 nch, 4 bps, fl32
[0a190b6c] scaletempo audio filter debug: params: 30 stride, 0.200 overlap, 14 search
[0a190b6c] scaletempo audio filter debug: 1.000 scale, 1440.000 stride_in, 1440 stride_out, 1152 standing, 288 overlap, 672 search, 2400 queue, fl32 mode
[0a190b6c] core audio filter debug: using audio filter module "scaletempo"
[05cf384c] core audio output debug: conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo
[05cf384c] core audio output debug: conversion pipeline complete
[05cf384c] core audio output debug: conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo
[05cf384c] core audio output debug: conversion pipeline complete
[0a190e94] core audio resampler debug: looking for audio resampler module matching "any": 3 candidates
[0a190e94] core audio resampler debug: using audio resampler module "samplerate"
[05cf4b5c] core video output warning: picture is too late to be displayed (missing 314 ms)
[0a120364] core decoder debug: End of audio preroll
[0a217424] core vout display debug: auto hiding mouse cursor
[05cf4b5c] core video output warning: picture is too late to be displayed (missing 449 ms)
[05cf384c] core audio output warning: buffer too late (-561667 us): dropped
[05cf384c] core audio output warning: buffer too late (-540334 us): dropped
[05cf384c] core audio output warning: buffer too late (-519000 us): dropped
[05cf4b5c] core video output warning: picture is too late to be displayed (missing 416 ms)
[05cf384c] core audio output warning: buffer too late (-498667 us): dropped
[05cf384c] core audio output warning: buffer too late (-477334 us): dropped
[05cf384c] core audio output warning: buffer too late (-456000 us): dropped
[05cf384c] core audio output warning: buffer too late (-435667 us): dropped
[05cf384c] core audio output warning: buffer too late (-414334 us): dropped
[05cf384c] core audio output warning: buffer too late (-393000 us): dropped
[0a09c3f4] avcodec decoder warning: More than 4 late frames, dropping frame
[h264 @ 0a0a9720] Frame num gap 6 4
[05cf384c] core audio output warning: buffer too late (-567667 us): dropped
[05c94d04] core input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 10 ms)
[05c94d04] core input error: ES_OUT_RESET_PCR called
[05cf384c] core audio output warning: buffer too late (-547334 us): dropped
[05cf384c] core audio output warning: buffer too late (-527000 us): dropped
[0a120364] core decoder debug: discarded audio buffer
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Stream buffering done (12 ms in 0 ms)
[0a09c3f4] avcodec decoder debug: [0a120364] available hardware decoder output format 61 (dxva2_vld)
core decoder debug: End of audio preroll
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 128 (d3d11va_vld)
[0a09c3f4] avcodec decoder debug: available software decoder output format 12 (yuvj420p)
[05c7f46c] core generic debug: looking for hw decoder module matching "any": 1 candidates
[05c7f46c] core generic debug: no hw decoder modules matched
[h264 @ 0a0a9720] Frame num gap 6 4
[h264 @ 0a0a9720] no picture
[05c94d04] core input debug: Decoder wait done in 198 ms
[0a09c3f4] core decoder debug: End of video preroll
[05c94d04] core input error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased to 67 ms)
[05c94d04] core input error: ES_OUT_RESET_PCR called
[05cf384c] core audio output warning: buffer too late (-124334 us): dropped
[05cf384c] core audio output warning: buffer too late (-104000 us): dropped
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 14%
[05c94d04] [0a09c3f4] core input debug: Buffering 47%
avcodec decoder debug: [0a120364] available hardware decoder output format 61 (dxva2_vld)core decoder debug:
End of audio preroll
[05c94d04] core input debug: Buffering 50%
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 128 (d3d11va_vld)
[05c94d04] core input debug: Buffering 79%
[0a09c3f4] avcodec decoder debug: available software decoder output format 12 (yuvj420p)
[05c94d04] [05c7f46c] core input debug: core generic debug: Buffering 100%
looking for hw decoder module matching "any": 1 candidates
[05c7f46c] core generic debug: [05c94d04] no hw decoder modules matchedcore input debug:
Stream buffering done (74 ms in 52 ms)
[h264 @ 0a0a9720] no picture
[0a09c3f4] core decoder debug: End of video preroll
[0a09c3f4] core decoder debug: Received first picture
[05c94d04] core input debug: Decoder wait done in 4 ms
[0a217424] core vout display debug: auto hiding mouse cursor
[0a120364] core decoder debug: discarded audio buffer
[05cb03b4] mp4 demux debug: elst (0) gives 12794ms (movie)-> 12794ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[05cb03b4] mp4 demux debug: stss gives 383 --> 376 (sample number)
[05cb03b4] mp4 demux debug: elst (0) gives 12794ms (movie)-> 12794ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss)
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 0%
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 61 (dxva2_vld)
[05c94d04] core input debug: Buffering 0%
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 128 (d3d11va_vld)
[0a09c3f4] avcodec decoder debug: available software decoder output format 12 (yuvj420p)[05c94d04]
core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 0%
[05c7f4fc] core generic debug: looking for hw decoder module matching "any": 1 candidates
[05c94d04] core input debug: Buffering 0%
[05c7f4fc] core generic debug: no hw decoder modules matched
[05c94d04] core input debug: Buffering 0%
[h264 @ 0a0a9720] no picture
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 8%
[05c94d04] core input debug: Buffering 26%
[05c94d04] core input debug: Buffering 40%
[05c94d04] core input debug: Buffering 71%
[0a120364] [0a09c3f4] core decoder debug: core decoder debug: End of audio preroll
End of video preroll
[05c94d04] core input debug: Buffering 77%
[0a09c3f4] [05c94d04] core decoder debug: core input debug: Received first picture
Stream buffering done (70 ms in 76 ms)
[05c94d04] core input debug: Decoder wait done in 6 ms
[0a09c3f4] core decoder warning: early picture skipped
[0a120364] core decoder debug: discarded audio buffer
[05cb03b4] mp4 demux debug: elst (0) gives 13897ms (movie)-> 13897ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[05cb03b4] mp4 demux debug: stss gives 416 --> 416 (sample number)
[05cb03b4] mp4 demux debug: elst (0) gives 13897ms (movie)-> 13897ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss)
[05c94d04] core input debug: Buffering 0%
[05c94d04] [0a09c3f4] core input debug: avcodec decoder debug: Buffering 0%
available hardware decoder output format 61 (dxva2_vld)
[05c94d04] core input debug: Buffering 17%
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 128 (d3d11va_vld)
[0a09c3f4] avcodec decoder debug: [05c94d04] available software decoder output format 12 (yuvj420p)
core input debug: Buffering 23%
[05c94d04] core input debug: Buffering 49%
[05c7f58c] core generic debug: looking for hw decoder module matching "any": 1 candidates
[05c94d04] core input debug: Buffering 74%
[0a120364] core decoder debug: End of audio preroll
[05c7f58c] [05c94d04] core generic debug: core input debug: no hw decoder modules matched
Buffering 82%
[05c94d04] core input debug: Stream buffering done (76 ms in 190 ms)
[h264 @ 0a0a9720] no picture
[0a09c3f4] core decoder debug: End of video preroll
[0a09c3f4] core decoder debug: Received first picture
[05c94d04] core input debug: Decoder wait done in 9 ms
[0a09c3f4] core decoder warning: early picture skipped
[0a120364] core decoder debug: discarded audio buffer
[05cb03b4] mp4 demux debug: elst (0) gives 16875ms (movie)-> 16875ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[05cb03b4] mp4 demux debug: stss gives 505 --> 504 (sample number)
[05cb03b4] mp4 demux debug: elst (0) gives 16875ms (movie)-> 16875ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss)
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 0%
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 61 (dxva2_vld)
[05c94d04] [0a09c3f4] core input debug: avcodec decoder debug: Buffering 0%
available hardware decoder output format 128 (d3d11va_vld)
[0a09c3f4] [05c94d04] avcodec decoder debug: core input debug: available software decoder output format 12 (yuvj420p)Buffering 0%
[05c7f46c] [05c94d04] core input debug: Buffering 11%
core generic debug: looking for hw decoder module matching "any": 1 candidates
[05c94d04] core input debug: Buffering 31%
[05c7f46c] core generic debug: no hw decoder modules matched
[05c94d04] [0a120364] core input debug: core decoder debug: Buffering 61%
End of audio preroll
[h264 @ 0a0a9720] no picture
[05c94d04] core input debug: Buffering 62%
[05c94d04] core input debug: Buffering 94%
[05c94d04] core input debug: Stream buffering done (75 ms in 199 ms)
[0a09c3f4] core decoder debug: End of video preroll
[0a09c3f4] core decoder debug: Received first picture
[05c94d04] core input debug: Decoder wait done in 6 ms
[0a09c3f4] core decoder warning: early picture skipped
[0a120364] core decoder debug: discarded audio buffer
[05cb03b4] mp4 demux debug: elst (0) gives 19301ms (movie)-> 19301ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[05cb03b4] mp4 demux debug: stss gives 578 --> 576 (sample number)
[05cb03b4] mp4 demux debug: elst (0) gives 19301ms (movie)-> 19301ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss)
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 0%
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 61 (dxva2_vld)
[0a09c3f4] [05c94d04] avcodec decoder debug: core input debug: available hardware decoder output format 128 (d3d11va_vld)
Buffering 0%
[0a09c3f4] avcodec decoder debug: available software decoder output format 12 (yuvj420p)
[05c94d04] core input debug: Buffering 0%
[05c94d04] [05c7f46c] core input debug: core generic debug: Buffering 0%
looking for hw decoder module matching "any": 1 candidates
[05c7f46c] [05c94d04] core generic debug: core input debug: no hw decoder modules matchedBuffering 7%
[05c94d04] core input debug: Buffering 26%
[h264 @ 0a0a9720] no picture
[05c94d04] core input debug: Buffering 40%
[05c94d04] core input debug: Buffering 71%
[05c94d04] core input debug: Buffering 76%
[05c94d04] core input debug: Stream buffering done (69 ms in 194 ms)
[0a120364] core decoder debug: End of audio preroll
[0a09c3f4] core decoder debug: End of video preroll
[0a09c3f4] core decoder debug: Received first picture
[05c94d04] core input debug: Decoder wait done in 201 ms
[0a09c3f4] core decoder warning: early picture skipped
[0a120364] core decoder debug: discarded audio buffer
[05cb03b4] mp4 demux debug: elst (0) gives 25808ms (movie)-> 25808ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[05cb03b4] mp4 demux debug: stss gives 773 --> 768 (sample number)
[05cb03b4] mp4 demux debug: elst (0) gives 25808ms (movie)-> 25808ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss)
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 0%
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 61 (dxva2_vld)
[05c94d04] core input debug: Buffering 0%
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 128 (d3d11va_vld)
[05c94d04] core input debug: [0a09c3f4] Buffering 0%
avcodec decoder debug: available software decoder output format 12 (yuvj420p)
[05c94d04] core input debug: Buffering 0%
[05c7f46c] core generic debug: looking for hw decoder module matching "any": 1 candidates
[05c94d04] core input debug: Buffering 0%
[05c7f46c] core generic debug: no hw decoder modules matched
[05c94d04] core input debug: Buffering 0%
[h264 @ 0a0a9720] no picture
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 7%
[05c94d04] core input debug: Buffering 25%
[05c94d04] core input debug: Buffering 38%
[05c94d04] core input debug: Buffering 71%
[05c94d04] core input debug: Buffering 76%
[05c94d04] core input debug: Stream buffering done (69 ms in 201 ms)
[0a120364] core decoder debug: End of audio preroll
[0a09c3f4] core decoder debug: End of video preroll
[0a09c3f4] core decoder debug: Received first picture
[05c94d04] core input debug: Decoder wait done in 22 ms
[0a09c3f4] core decoder warning: early picture skipped
[0a120364] core decoder debug: discarded audio buffer
[05cb03b4] mp4 demux debug: elst (0) gives 32757ms (movie)-> 32757ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[05cb03b4] mp4 demux debug: stss gives 981 --> 976 (sample number)
[05cb03b4] mp4 demux debug: elst (0) gives 32757ms (movie)-> 32757ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss)
[05c94d04] core input debug: Buffering 0%
[0a09c3f4] [05c94d04] avcodec decoder debug: core input debug: available hardware decoder output format 61 (dxva2_vld)
Buffering 0%
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 128 (d3d11va_vld)
[05c94d04] core input debug: Buffering 0%
[0a09c3f4] avcodec decoder debug: available software decoder output format 12 (yuvj420p)
[05c94d04] core input debug: Buffering 0%
[05c7fa0c] core generic debug: looking for hw decoder module matching "any": 1 candidates
[05c7fa0c] core generic debug: no hw decoder modules matched
[05c94d04] core input debug: Buffering 0%
[h264 @ 0a0a9720] no picture
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 13%
[05c94d04] core input debug: Buffering 16%
[05c94d04] core input debug: Buffering 47%
[05c94d04] core input debug: Buffering 62%
[05c94d04] core input debug: Buffering 79%
[05c94d04] core input debug: [0a120364] Stream buffering done (75 ms in 200 ms)
core decoder debug: End of audio preroll
[0a09c3f4] core decoder debug: End of video preroll
[0a09c3f4] core decoder debug: Received first picture
[05c94d04] core input debug: Decoder wait done in 4 ms
[0a09c3f4] core decoder warning: early picture skipped
[0a120364] core decoder debug: discarded audio buffer
[05cb03b4] mp4 demux debug: elst (0) gives 38051ms (movie)-> 38051ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[05cb03b4] mp4 demux debug: stss gives 1140 --> 1136 (sample number)
[05cb03b4] mp4 demux debug: elst (0) gives 38051ms (movie)-> 38051ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss)
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 0%
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 61 (dxva2_vld)
[05c94d04] core input debug: Buffering 0%
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 128 (d3d11va_vld)
[0a09c3f4] [05c94d04] avcodec decoder debug: core input debug: available software decoder output format 12 (yuvj420p)Buffering 0%
[05c94d04] core input debug: Buffering 0%
[05c7f46c] core generic debug: looking for hw decoder module matching "any": 1 candidates
[05c94d04] core input debug: Buffering 0%
[05c7f46c] core generic debug: no hw decoder modules matched
[05c94d04] core input debug: Buffering 0%
[05c94d04] [h264 @ 0a0a9720] no picture
core input debug: Buffering 10%
[05c94d04] core input debug: Buffering 29%
[05c94d04] core input debug: Buffering 43%
[05c94d04] core input debug: Buffering 74%
[05c94d04] core input debug: Buffering 79%
[0a120364] [0a09c3f4] core decoder debug: core decoder debug: End of audio preroll
End of video preroll
[05c94d04] core input debug: Stream buffering done (71 ms in 201 ms)
[0a09c3f4] core decoder debug: Received first picture
[05c94d04] core input debug: Decoder wait done in 2 ms
[0a09c3f4] core decoder warning: early picture skipped
[0a120364] core decoder debug: discarded audio buffer
[05cb03b4] mp4 demux debug: elst (0) gives 35183ms (movie)-> 35183ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[05cb03b4] mp4 demux debug: stss gives 1054 --> 1048 (sample number)
[05cb03b4] mp4 demux debug: elst (0) gives 35183ms (movie)-> 35183ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss)
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: [0a09c3f4] Buffering 0%
avcodec decoder debug: available hardware decoder output format 61 (dxva2_vld)
[05c94d04] [0a09c3f4] core input debug: avcodec decoder debug: Buffering 0%
available hardware decoder output format 128 (d3d11va_vld)
[0a09c3f4] avcodec decoder debug: available software decoder output format 12 (yuvj420p)
[05c94d04] core input debug: Buffering 0%
[05c7f85c] core generic debug: looking for hw decoder module matching "any": 1 candidates
[05c94d04] core input debug: Buffering 0%
[05c7f85c] core generic debug: no hw decoder modules matched
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 0%
[h264 @ 0a0a9720] no picture
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 25%
[05c94d04] core input debug: Buffering 26%
[05c94d04] core input debug: Buffering 56%
[05c94d04] core input debug: Buffering 77%
[05c94d04] core input debug: Buffering 88%
[05c94d04] core input debug: Stream buffering done (81 ms in 199 ms)
[0a120364] core decoder debug: End of audio preroll
[0a09c3f4] core decoder debug: End of video preroll
[0a09c3f4] core decoder debug: Received first picture
[05c94d04] core input debug: Decoder wait done in 203 ms
[0a09c3f4] core decoder warning: early picture skipped
[0a120364] core decoder debug: discarded audio buffer
[05cb03b4] mp4 demux debug: elst (0) gives 30551ms (movie)-> 30551ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[05cb03b4] mp4 demux debug: stss gives 915 --> 912 (sample number)
[05cb03b4] mp4 demux debug: elst (0) gives 30551ms (movie)-> 30551ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss)
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 0%
[0a09c3f4] [05c94d04] avcodec decoder debug: core input debug: available hardware decoder output format 61 (dxva2_vld)Buffering 0%
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 128 (d3d11va_vld)
[05c94d04] core input debug: Buffering 0%
[0a09c3f4] avcodec decoder debug: available software decoder output format 12 (yuvj420p)
[05c94d04] core input debug: Buffering 0%
[05c7fa0c] core generic debug: looking for hw decoder module matching "any": 1 candidates
[05c94d04] [05c7fa0c] core input debug: core generic debug: Buffering 17%
no hw decoder modules matched
[05c94d04] core input debug: Buffering 28%
[05c94d04] core input debug: Buffering 61%
[h264 @ 0a0a9720] no picture
[05c94d04] core input debug: Buffering 68%
[05c94d04] core input debug: Buffering 92%
[0a120364] core decoder debug: End of audio preroll
[05c94d04] core input debug: Stream buffering done (79 ms in 196 ms)
[0a09c3f4] core decoder debug: End of video preroll
[0a09c3f4] core decoder debug: Received first picture
[05c94d04] core input debug: Decoder wait done in 8 ms
[0a09c3f4] core decoder warning: early picture skipped
[0a120364] core decoder debug: discarded audio buffer
[05cb03b4] mp4 demux debug: elst (0) gives 30441ms (movie)-> 30441ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[05cb03b4] mp4 demux debug: stss gives 912 --> 912 (sample number)
[05cb03b4] mp4 demux debug: elst (0) gives 30441ms (movie)-> 30441ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss)
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: Buffering 1%
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 61 (dxva2_vld)
[05c94d04] core input debug: Buffering 32%
[0a09c3f4] avcodec decoder debug: available hardware decoder output format 128 (d3d11va_vld)
[05c94d04] core input debug: Buffering 34%
[0a09c3f4] avcodec decoder debug: available software decoder output format 12 (yuvj420p)
[05c94d04] core input debug: Buffering 65%
[05c7f46c] core generic debug: [05c94d04] core input debug: Buffering 83%
looking for hw decoder module matching "any": 1 candidates
[05c94d04] core input debug: Buffering 97%
[05c7f46c] core generic debug: no hw decoder modules matched
[05c94d04] core input debug: Stream buffering done (87 ms in 2 ms)
[0a120364] core decoder debug: End of audio preroll
[h264 @ 0a0a9720] no picture
[0a09c3f4] core decoder debug: End of video preroll
[0a09c3f4] core decoder debug: Received first picture
[05c94d04] core input debug: Decoder wait done in 7 ms
[0a09c3f4] core decoder warning: early picture skipped
[0a120364] core decoder debug: discarded audio buffer
[05cb03b4] mp4 demux debug: elst (0) gives 31654ms (movie)-> 31654ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss)
[05cb03b4] mp4 demux debug: stss gives 948 --> 944 (sample number)
[05cb03b4] mp4 demux debug: elst (0) gives 31654ms (movie)-> 31654ms (track)
[05cb03b4] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss)
[05c94d04] core input debug: Buffering 0%
[05c94d04] core input debug: [0a09c3f4] Buffering 0%
avcodec decoder debug: available hardware decoder output format 61 (dxva2_vld)
[05c94d04] [0a09c3f4] core input debug: avcodec decoder debug: Buffering 0%
available hardware decoder output format 128 (d3d11va_vld)
[0a09c3f4] [05c94d04] avcodec decoder debug: core input debug: available software decoder output format 12 (yuvj420p)Buffering 0%
[05c94d04] core input debug: Buffering 0%
[05c7fa0c] core generic debug: looking for hw decoder module matching "any": 1 candidates
[05c94d04] core input debug: Buffering 0%
[05c7fa0c] core generic debug: no hw decoder modules matched
[05c94d04] core input debug: Buffering 5%
[05c94d04] core input debug: Buffering 14%
[h264 @ 0a0a9720] no picture
[05c94d04] core input debug: Buffering 38%
[05c94d04] core input debug: Buffering 65%
[05c94d04] core input debug: Buffering 70%
[05c94d04] core input debug: Stream buffering done (68 ms in 192 ms)
[0a120364] core decoder debug: End of audio preroll
[0a09c3f4] core decoder debug: End of video preroll
[0a09c3f4] core decoder debug: Received first picture
[05c94d04] core input debug: Decoder wait done in 8 ms
Code: Select all
[05c6f76c] mp4 stream warning: unknown box type tmcd (incompletely loaded)
[05c6f76c] mp4 stream warning: unknown handler type in stsd (incompletely loaded)
[05cb03b4] mp4 demux warning: elst box found
[05cb03b4] mp4 demux warning: STTS table of 1 entries
[05cf384c] core audio output warning: buffer too late (-104000 us): dropped
[05cf384c] core audio output warning: buffer too late (-124334 us): dropped
[05cf384c] core audio output warning: buffer too late (-393000 us): dropped
[05cf384c] core audio output warning: buffer too late (-414334 us): dropped
[05cf384c] core audio output warning: buffer too late (-435667 us): dropped
[05cf384c] core audio output warning: buffer too late (-456000 us): dropped
[05cf384c] core audio output warning: buffer too late (-477334 us): dropped
[05cf384c] core audio output warning: buffer too late (-498667 us): dropped
[05cf384c] core audio output warning: buffer too late (-519000 us): dropped
[05cf384c] core audio output warning: buffer too late (-527000 us): dropped
[05cf384c] core audio output warning: buffer too late (-540334 us): dropped
[05cf384c] core audio output warning: buffer too late (-547334 us): dropped
[05cf384c] core audio output warning: buffer too late (-561667 us): dropped
[05cf384c] core audio output warning: buffer too late (-567667 us): dropped
[05cf4b5c] core video output warning: picture is too late to be displayed (missing 127 ms)
[05cf4b5c] core video output warning: picture is too late to be displayed (missing 314 ms)
[05cf4b5c] core video output warning: picture is too late to be displayed (missing 416 ms)
[05cf4b5c] core video output warning: picture is too late to be displayed (missing 449 ms)
[0a09c3f4] avcodec decoder warning: disabling direct rendering
[0a09c3f4] avcodec decoder warning: More than 4 late frames, dropping frame
[0a09c3f4] avcodec decoder warning: plane 0 not aligned
[0a09c3f4] avcodec decoder warning: threaded frame decoding is not compatible with DXVA2, disabled
[0a09c3f4] core decoder warning: early picture skipped
[0a120364] faad decoder warning: decoded zero sample
[0a217424] direct3d vout display warning: cannot load Direct3D Shader Library; HLSL pixel shading will be disabled.
[0a217424] direct3d vout display warning: Direct3D shaders initialization failed !
[0a217424] direct3d vout display warning: trying surface pixel format: YV12
emux warning: elst box found