Skip to content

vlc can't play an mp4 fragmented video

as #19164 (closed) has fixed, i did a test again the m3u8 manifests work fine but the mpd manifest does not, so i tried to download the videos and play the downloaded video with vlc but it doesn't work while ffplay can play the files, processing the files with ffmpeg(ffmpeg -i in.mp4 -c copy out.mp4) will make the files playable with vlc. so as ffmpeg can handle the original files and vlc can play processed video, i suspect that the problem is related to vlc parsing(demux) of mp4 fragmented videos(not to a codec problem). the attached sample is 6 seconds hevc+aac video, created by concatenating the mpd init file with the the first segment. if needed i can provide other combinations of the sample file(with avc codec, separed video and audio), the error happen on all the samples. this is the verbose output of vlc command:

VLC media player 3.0.0-git Vetinari (revision 2.2.0-git-15699-ga8b9dc7f2e)
[000055eddb3a55f0] main libvlc debug: VLC media player - 3.0.0-git Vetinari
[000055eddb3a55f0] main libvlc debug: Copyright © 1996-2017 the VideoLAN team
[000055eddb3a55f0] main libvlc debug: revision 2.2.0-git-15699-ga8b9dc7f2e
[000055eddb3a55f0] main libvlc debug: configured with ../configure 
[000055eddb3a55f0] main libvlc debug: searching plug-in modules
[000055eddb3a55f0] main libvlc debug: loading plugins cache file /home/amine/vlc/build/src/.libs/vlc/plugins/plugins.dat
[000055eddb3a55f0] main libvlc warning: cannot read /home/amine/vlc/build/src/.libs/vlc/plugins/plugins.dat: No such file or directory
[000055eddb3a55f0] main libvlc debug: recursively browsing `/home/amine/vlc/build/src/.libs/vlc/plugins'
[000055eddb3a55f0] main libvlc debug: loading plugins cache file /home/amine/vlc/build/modules/plugins.dat
[000055eddb3a55f0] main libvlc debug: recursively browsing `/home/amine/vlc/build/modules'
[000055eddb3a55f0] main libvlc debug: plug-ins loaded: 499 modules
[000055eddb3a55f0] main libvlc debug: opening config file (/home/amine/.config/vlc/vlcrc)
[000055eddb3a5940] main logger debug: looking for logger module matching "any": 4 candidates
[000055eddb3a5940] main logger debug: using logger module "console"
[000055eddb3a55f0] main libvlc debug: translation test: code is "C"
[000055eddb46ac80] main keystore debug: looking for keystore module matching "memory": 4 candidates
[000055eddb46ac80] main keystore debug: using keystore module "memory"
[000055eddb3a55f0] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX AVX2 FPU 
[000055eddb431ff0] main input debug: Creating an input for 'Media Library'
[000055eddb431ff0] main input debug: Input is a meta file: disabling unneeded options
[000055eddb431ff0] main input debug: using timeshift granularity of 50 MiB
[000055eddb431ff0] main input debug: using default timeshift path
[000055eddb431ff0] main input debug: `file/directory:///home/amine/.local/share/vlc/ml.xspf' gives access `file' demux `directory' path `/home/amine/.local/share/vlc/ml.xspf'
[000055eddb462580] main input source debug: creating demux: access='file' demux='directory' location='/home/amine/.local/share/vlc/ml.xspf' file='/home/amine/.local/share/vlc/ml.xspf'
[000055eddb439d20] main demux debug: looking for access_demux module matching "file": 19 candidates
[000055eddb439d20] main demux debug: no access_demux modules matched
[000055eddb44bf60] main stream debug: creating access: file:///home/amine/.local/share/vlc/ml.xspf
[000055eddb44bf60] main stream debug:  (path: /home/amine/.local/share/vlc/ml.xspf)
[000055eddb44bf60] main stream debug: looking for access module matching "file": 26 candidates
[000055eddb44bf60] main stream debug: using access module "filesystem"
[000055eddb452d40] main stream debug: looking for stream_filter module matching "prefetch,cache_read": 26 candidates
[000055eddb452d40] cache_read stream debug: Using stream method for AStream*
[000055eddb452d40] cache_read stream debug: starting pre-buffering
[000055eddb452d40] cache_read stream debug: received first data after 0 ms
[000055eddb452d40] cache_read stream debug: pre-buffering done 296 bytes in 0s - 12044 KiB/s
[000055eddb452d40] main stream debug: using stream_filter module "cache_read"
[000055eddb44c810] main stream debug: looking for stream_filter module matching "any": 26 candidates
[000055eddb44c810] playlist stream debug: using XSPF playlist reader
[000055eddb44c810] main stream debug: using stream_filter module "playlist"
[000055eddb44c810] main stream debug: stream filter added to 0x55eddb452d40
[000055eddb435790] main stream debug: looking for stream_filter module matching "any": 26 candidates
[000055eddb435790] main stream debug: no stream_filter modules matched
[000055eddb466d20] main stream_directory debug: looking for stream_directory module matching "any": 1 candidates
[000055eddb466d20] main stream_directory debug: no stream_directory modules matched
[000055eddb462580] main input source debug: attachment of directory-extractor failed for file:///home/amine/.local/share/vlc/ml.xspf
[000055eddb435790] main stream debug: looking for stream_filter module matching "record": 26 candidates
[000055eddb435790] main stream debug: using stream_filter module "record"
[000055eddb462580] main input source debug: creating demux: access='file' demux='directory' location='/home/amine/.local/share/vlc/ml.xspf' file='/home/amine/.local/share/vlc/ml.xspf'
[000055eddb439d20] main demux debug: looking for demux module matching "directory": 52 candidates
[000055eddb439d20] main demux debug: using demux module "directory"
[000055eddb42f1a0] main demux meta debug: looking for meta reader module matching "any": 2 candidates
[000055eddb42f1a0] lua demux meta debug: Trying Lua scripts in /home/amine/.local/share/vlc/lua/meta/reader
[000055eddb42f1a0] lua demux meta debug: Trying Lua scripts in /home/amine/vlc/share/lua/meta/reader
[000055eddb42f1a0] lua demux meta debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/reader/filename.lua
[000055eddb42f1a0] main demux meta debug: no meta reader modules matched
[000055eddb431ff0] main input debug: `file/directory:///home/amine/.local/share/vlc/ml.xspf' successfully opened
[000055eddb4510f0] main xml reader debug: looking for xml reader module matching "any": 1 candidates
[000055eddb4510f0] main xml reader debug: using xml reader module "xml"
[000055eddb431ff0] main input debug: EOF reached
[000055eddb439d20] main demux debug: removing module "directory"
[000055eddb435790] main stream debug: removing module "record"
[000055eddb44c810] main stream debug: removing module "playlist"
[000055eddb452d40] main stream debug: removing module "cache_read"
[000055eddb44bf60] main stream debug: removing module "filesystem"
[000055eddb4580e0] main playlist debug: creating audio output
[000055eddb4352d0] main audio output debug: looking for audio output module matching "any": 6 candidates
[000055eddb4352d0] vlcpulse audio output debug: using library version 11.1.0
[000055eddb4352d0] vlcpulse audio output debug:  (compiled with version 11.1.0, protocol 32)
[000055eddb4352d0] vlcpulse audio output debug: connected locally to unix:/run/user/1000/pulse/native as client [#53](https://code.videolan.org/videolan/vlc/-/issues/53)
[000055eddb4352d0] vlcpulse audio output debug: using protocol 32, server protocol 32
[000055eddb4352d0] pulse audio output debug: adding sink 0: alsa_output.pci-0000_00_1f.3.analog-stereo (Built-in Audio Analog Stereo)
[000055eddb4352d0] main audio output debug: using audio output module "pulse"
[000055eddb4580e0] main playlist debug: keeping audio output
[000055eddb4a7170] main interface debug: looking for interface module matching "dbus,none": 18 candidates
[000055eddb4a7170] dbus interface debug: listening on dbus as: org.mpris.MediaPlayer2.vlc
[000055eddb4a7170] main interface debug: using interface module "dbus"
[000055eddb4ab5e0] main interface debug: looking for interface module matching "hotkeys,none": 18 candidates
[00007fd3c4000be0] main input debug: Creating an input for preparsing 'hevc.mp4'
[000055eddb4ab5e0] main interface debug: using interface module "hotkeys"
[000055eddb4ac000] main interface debug: looking for interface module matching "globalhotkeys,none": 18 candidates
[000055eddb4ac000] main interface debug: using interface module "xcb_hotkeys"
[000055eddb3a55f0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[000055eddb4acf00] main interface debug: looking for interface module matching "any": 18 candidates
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[000055eddb4a7170] dbus interface debug: Getting All properties
[00007fd3ac000be0] main meta fetcher debug: looking for meta fetcher module matching "any": 1 candidates
[00007fd3ac000be0] lua meta fetcher debug: Trying Lua scripts in /home/amine/.local/share/vlc/lua/meta/fetcher
[00007fd3ac000be0] lua meta fetcher debug: Trying Lua scripts in /home/amine/vlc/share/lua/meta/fetcher
[00007fd3ac000be0] main meta fetcher debug: no meta fetcher modules matched
[00007fd3ac000be0] main art finder debug: looking for art finder module matching "any": 2 candidates
[00007fd3ac000be0] lua art finder debug: Trying Lua scripts in /home/amine/.local/share/vlc/lua/meta/art
[00007fd3ac000be0] lua art finder debug: Trying Lua scripts in /home/amine/vlc/share/lua/meta/art
[00007fd3ac000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/00_musicbrainz.lua
[00007fd3ac000be0] lua art finder debug: skipping script (unmatched scope) /home/amine/vlc/share/lua/meta/art/00_musicbrainz.lua
[00007fd3ac000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/01_googleimage.lua
[00007fd3ac000be0] lua art finder debug: skipping script (unmatched scope) /home/amine/vlc/share/lua/meta/art/01_googleimage.lua
[00007fd3ac000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/02_frenchtv.lua
[00007fd3ac000be0] lua art finder debug: skipping script (unmatched scope) /home/amine/vlc/share/lua/meta/art/02_frenchtv.lua
[00007fd3ac000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/03_lastfm.lua
[00007fd3ac000be0] lua art finder debug: skipping script (unmatched scope) /home/amine/vlc/share/lua/meta/art/03_lastfm.lua
[00007fd3ac000be0] main art finder debug: no art finder modules matched
[00007fd3ac000be0] main meta fetcher debug: looking for meta fetcher module matching "any": 1 candidates
[00007fd3ac000be0] lua meta fetcher debug: Trying Lua scripts in /home/amine/.local/share/vlc/lua/meta/fetcher
[00007fd3ac000be0] lua meta fetcher debug: Trying Lua scripts in /home/amine/vlc/share/lua/meta/fetcher
[00007fd3ac000be0] main meta fetcher debug: no meta fetcher modules matched
[00007fd3ac000be0] main art finder debug: looking for art finder module matching "any": 2 candidates
[00007fd3ac000be0] lua art finder debug: Trying Lua scripts in /home/amine/.local/share/vlc/lua/meta/art
[00007fd3ac000be0] lua art finder debug: Trying Lua scripts in /home/amine/vlc/share/lua/meta/art
[00007fd3ac000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/00_musicbrainz.lua
[00007fd3ac000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/01_googleimage.lua
[00007fd3ac000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/02_frenchtv.lua
[00007fd3ac000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/03_lastfm.lua
[00007fd3ac000be0] main art finder debug: no art finder modules matched
[00007fd3b4101cc0] main generic debug: looking for extension module matching "any": 1 candidates
[00007fd3b4101cc0] lua generic debug: Opening Lua Extension module
[00007fd3b4101cc0] lua generic debug: Trying Lua scripts in /home/amine/.local/share/vlc/lua/extensions
[00007fd3b4101cc0] lua generic debug: Trying Lua scripts in /home/amine/vlc/share/lua/extensions
[00007fd3b4101cc0] lua generic debug: Trying Lua playlist script /home/amine/vlc/share/lua/extensions/VLSub.lua
[00007fd3b4101cc0] lua generic debug: Scanning Lua script /home/amine/vlc/share/lua/extensions/VLSub.lua
[00007fd3b4101cc0] lua generic debug: Script /home/amine/vlc/share/lua/extensions/VLSub.lua has the following capability flags: 0x5
[00007fd3b4101cc0] main generic debug: using extension module "lua"
Using Wayland-EGL
Using the 'xdg-shell-v6' shell integration
[000055eddb4acf00] main interface debug: using interface module "qt"
[000055eddb4580e0] main playlist debug: processing request item: null, node: Playlist, skip: 0
[000055eddb4580e0] main playlist debug: rebuilding array of current - root Playlist
[000055eddb4580e0] main playlist debug: rebuild done - 1 items, index -1
[000055eddb4580e0] main playlist debug: starting playback of new item
[000055eddb4580e0] main playlist debug: resyncing on hevc.mp4
[000055eddb4580e0] main playlist debug: hevc.mp4 is at 0
[000055eddb4580e0] main playlist debug: creating new input thread
[00007fd3a4000c40] main input debug: Creating an input for 'hevc.mp4'
[000055eddb4580e0] main playlist debug: requesting art for new input thread
[00007fd3a4000c40] main input debug: using timeshift granularity of 50 MiB
[00007fd3a4000c40] main input debug: using default timeshift path
[00007fd3a4000c40] main input debug: `file:///home/amine/Videos/hevc.mp4' gives access `file' demux `any' path `/home/amine/Videos/hevc.mp4'
[00007fd39c000fa0] main input source debug: creating demux: access='file' demux='any' location='/home/amine/Videos/hevc.mp4' file='/home/amine/Videos/hevc.mp4'
[00007fd39c001130] main demux debug: looking for access_demux module matching "file": 19 candidates
[000055eddb4acf00] qt interface debug: IM: Setting an input
[00007fd39c001130] main demux debug: no access_demux modules matched
[00007fd39c001600] main stream debug: creating access: file:///home/amine/Videos/hevc.mp4
[00007fd39c001600] main stream debug:  (path: /home/amine/Videos/hevc.mp4)
[00007fd39c001600] main stream debug: looking for access module matching "file": 26 candidates
[00007fd39c001600] main stream debug: using access module "filesystem"
[00007fd39c0018d0] main stream debug: looking for stream_filter module matching "prefetch,cache_read": 26 candidates
[00007fd39c0018d0] cache_read stream debug: Using stream method for AStream*
[00007fd39c0018d0] cache_read stream debug: starting pre-buffering
[00007fd39c0018d0] cache_read stream debug: received first data after 0 ms
[00007fd39c0018d0] cache_read stream debug: pre-buffering done 1024 bytes in 0s - 33333 KiB/s
[00007fd39c0018d0] main stream debug: using stream_filter module "cache_read"
[00007fd39cc01b90] main stream debug: looking for stream_filter module matching "any": 26 candidates
[00007fd39cc01b90] lua stream debug: Trying Lua scripts in /home/amine/.local/share/vlc/lua/playlist
[00007fd39cc01b90] lua stream debug: Trying Lua scripts in /home/amine/vlc/share/lua/playlist
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/anevia_streams.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/anevia_xml.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/appletrailers.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/bbc_co_uk.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/break.lua
[00007fd3a0000be0] main meta fetcher debug: looking for meta fetcher module matching "any": 1 candidates
[00007fd3a0000be0] lua meta fetcher debug: Trying Lua scripts in /home/amine/.local/share/vlc/lua/meta/fetcher
[00007fd3a0000be0] lua meta fetcher debug: Trying Lua scripts in /home/amine/vlc/share/lua/meta/fetcher
[00007fd3a0000be0] main meta fetcher debug: no meta fetcher modules matched
[00007fd3a0000be0] main art finder debug: looking for art finder module matching "any": 2 candidates
[00007fd3a0000be0] lua art finder debug: Trying Lua scripts in /home/amine/.local/share/vlc/lua/meta/art
[00007fd3a0000be0] lua art finder debug: Trying Lua scripts in /home/amine/vlc/share/lua/meta/art
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/canalplus.lua
[00007fd3a0000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/00_musicbrainz.lua
[00007fd3a0000be0] lua art finder debug: skipping script (unmatched scope) /home/amine/vlc/share/lua/meta/art/00_musicbrainz.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/cue.lua
[00007fd3a0000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/01_googleimage.lua
[00007fd3a0000be0] lua art finder debug: skipping script (unmatched scope) /home/amine/vlc/share/lua/meta/art/01_googleimage.lua
[00007fd3a0000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/02_frenchtv.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/dailymotion.lua
[00007fd3a0000be0] lua art finder debug: skipping script (unmatched scope) /home/amine/vlc/share/lua/meta/art/02_frenchtv.lua
[00007fd3a0000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/03_lastfm.lua
[00007fd3a0000be0] lua art finder debug: skipping script (unmatched scope) /home/amine/vlc/share/lua/meta/art/03_lastfm.lua
[00007fd3a0000be0] main art finder debug: no art finder modules matched
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/extreme.lua
[00007fd3a0000be0] main meta fetcher debug: looking for meta fetcher module matching "any": 1 candidates
[00007fd3a0000be0] lua meta fetcher debug: Trying Lua scripts in /home/amine/.local/share/vlc/lua/meta/fetcher
[00007fd3a0000be0] lua meta fetcher debug: Trying Lua scripts in /home/amine/vlc/share/lua/meta/fetcher
[00007fd3a0000be0] main meta fetcher debug: no meta fetcher modules matched
[00007fd3a0000be0] main art finder debug: looking for art finder module matching "any": 2 candidates
[00007fd3a0000be0] lua art finder debug: Trying Lua scripts in /home/amine/.local/share/vlc/lua/meta/art
[00007fd3a0000be0] lua art finder debug: Trying Lua scripts in /home/amine/vlc/share/lua/meta/art
[00007fd3a0000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/00_musicbrainz.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/france2.lua
[00007fd3a0000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/01_googleimage.lua
[00007fd3a0000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/02_frenchtv.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/jamendo.lua
[00007fd3a0000be0] lua art finder debug: Trying Lua playlist script /home/amine/vlc/share/lua/meta/art/03_lastfm.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/katsomo.lua
[00007fd3a0000be0] main art finder debug: no art finder modules matched
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/koreus.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/lelombrik.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/liveleak.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/metacafe.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/mpora.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/newgrounds.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/pinkbike.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/pluzz.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/rockbox_fm_presets.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/soundcloud.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/twitch.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/vimeo.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/vocaroo.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/youtube.lua
[00007fd39cc01b90] lua stream debug: Trying Lua playlist script /home/amine/vlc/share/lua/playlist/zapiks.lua
[00007fd39cc01b90] main stream debug: no stream_filter modules matched
[00007fd39cc1d450] main stream_directory debug: looking for stream_directory module matching "any": 1 candidates
[00007fd39cc1d450] main stream_directory debug: no stream_directory modules matched
[00007fd39c000fa0] main input source debug: attachment of directory-extractor failed for file:///home/amine/Videos/hevc.mp4
[00007fd39cc1f980] main stream debug: looking for stream_filter module matching "record": 26 candidates
[00007fd39cc1f980] main stream debug: using stream_filter module "record"
[00007fd39c000fa0] main input source debug: creating demux: access='file' demux='any' location='/home/amine/Videos/hevc.mp4' file='/home/amine/Videos/hevc.mp4'
[00007fd39cc22550] main demux debug: looking for demux module matching "mp4": 52 candidates
[00007fd39cc1f980] mp4 stream debug: dumping root Box "root"
[00007fd39cc1f980] mp4 stream debug: |   + ftyp size 24 offset 0
[00007fd39cc1f980] mp4 stream debug: |   + moov size 1348 offset 24
[00007fd39cc1f980] mp4 stream debug: |   |   + mvhd size 108 offset 32
[00007fd39cc1f980] mp4 stream debug: |   |   + trak size 603 offset 140
[00007fd39cc1f980] mp4 stream debug: |   |   |   + tkhd size 92 offset 148
[00007fd39cc1f980] mp4 stream debug: |   |   |   + edts size 36 offset 240
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   + elst size 28 offset 248
[00007fd39cc1f980] mp4 stream debug: |   |   |   + mdia size 467 offset 276
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   + mdhd size 32 offset 284
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   + hdlr size 45 offset 316
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   + minf size 382 offset 361
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   + vmhd size 20 offset 369
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   + dinf size 36 offset 389
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   + dref size 28 offset 397
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   |   + url  size 12 offset 413
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   + stbl size 318 offset 425
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   + stsd size 242 offset 433
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   |   + hvc1 size 226 offset 449
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   |   |   + hvcC size 124 offset 535
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   |   |   + pasp size 16 offset 659
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   + stts size 16 offset 675
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   + stsc size 16 offset 691
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   + stsz size 20 offset 707
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   + stco size 16 offset 727
[00007fd39cc1f980] mp4 stream debug: |   |   + trak size 460 offset 743
[00007fd39cc1f980] mp4 stream debug: |   |   |   + tkhd size 92 offset 751
[00007fd39cc1f980] mp4 stream debug: |   |   |   + edts size 36 offset 843
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   + elst size 28 offset 851
[00007fd39cc1f980] mp4 stream debug: |   |   |   + mdia size 324 offset 879
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   + mdhd size 32 offset 887
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   + hdlr size 45 offset 919
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   + minf size 239 offset 964
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   + smhd size 16 offset 972
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   + dinf size 36 offset 988
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   + dref size 28 offset 996
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   |   + url  size 12 offset 1012
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   + stbl size 179 offset 1024
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   + stsd size 103 offset 1032
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   |   + mp4a size 87 offset 1048
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   |   |   + esds size 51 offset 1084
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   + stts size 16 offset 1135
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   + stsc size 16 offset 1151
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   + stsz size 20 offset 1167
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   + stco size 16 offset 1187
[00007fd39cc1f980] mp4 stream debug: |   |   + mvex size 72 offset 1203
[00007fd39cc1f980] mp4 stream debug: |   |   |   + trex size 32 offset 1211
[00007fd39cc1f980] mp4 stream debug: |   |   |   + trex size 32 offset 1243
[00007fd39cc1f980] mp4 stream debug: |   |   + udta size 97 offset 1275
[00007fd39cc1f980] mp4 stream debug: |   |   |   + meta size 89 offset 1283
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   + hdlr size 33 offset 1295
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   + ilst size 44 offset 1328
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   + ctoo size 36 offset 1336
[00007fd39cc1f980] mp4 stream debug: |   |   |   |   |   |   + data size 28 offset 1344
[00007fd39cc1f980] mp4 stream debug: |   + sidx size 52 offset 1372
[00007fd39cc22550] mp4 demux debug: unrecognized major media specification (iso5).
[00007fd39cc22550] mp4 demux debug: found 2 tracks
[00007fd39cc22550] mp4 demux warning: elst box found
[00007fd39cc22550] mp4 demux debug:    - [0] duration=0ms media time=83ms) rate=1.0
[00007fd39cc22550] mp4 demux warning: no chunk defined
[00007fd39cc22550] mp4 demux debug: track[Id 0x1] read 0 chunk
[00007fd39cc22550] mp4 demux warning: STTS table of 0 entries
[00007fd39cc22550] mp4 demux debug: track[Id 0x1] read 0 samples length:0s
[00007fd3a4000c40] main input debug: selecting program id=0
[00007fd39cc22550] mp4 demux debug: adding track[Id 0x1] video (enable) language undef
[00007fd39cc22550] mp4 demux warning: elst box found
[00007fd39cc22550] mp4 demux debug:    - [0] duration=0ms media time=0ms) rate=1.0
[00007fd39cc22550] mp4 demux warning: no chunk defined
[00007fd39cc22550] mp4 demux debug: track[Id 0x2] read 0 chunk
[00007fd39cc22550] mp4 demux warning: STTS table of 0 entries
[00007fd39cc22550] mp4 demux debug: track[Id 0x2] read 0 samples length:0s
[00007fd39cc22550] mp4 demux debug: adding track[Id 0x2] audio (enable) language undef
[00007fd39cc22550] mp4 demux debug: Set Fragmented demux mode
[00007fd39cc22550] main demux debug: using demux module "mp4"
[00007fd3a4000c40] main input debug: looking for a subtitle file in /home/amine/Videos/
[00007fd39cc0c100] main decoder debug: looking for video decoder module matching "any": 16 candidates
[00007fd39cc0c100] avcodec decoder debug: using ffmpeg Lavc57.107.100
[00007fd39cc0c100] avcodec decoder debug: CPU flags: 0x000fd3db
[00007fd39cc0c100] avcodec decoder debug: allowing 5 thread(s) for decoding
[hevc @ 0x7fd39cc45380] nal_unit_type: 32(VPS), nuh_layer_id: 0, temporal_id: 0
[hevc @ 0x7fd39cc45380] Decoding VPS
[hevc @ 0x7fd39cc45380] Main 10 profile bitstream
[hevc @ 0x7fd39cc45380] nal_unit_type: 33(SPS), nuh_layer_id: 0, temporal_id: 0
[hevc @ 0x7fd39cc45380] Decoding SPS
[hevc @ 0x7fd39cc45380] Main 10 profile bitstream
[hevc @ 0x7fd39cc45380] Decoding VUI
[hevc @ 0x7fd39cc45380] nal_unit_type: 34(PPS), nuh_layer_id: 0, temporal_id: 0
[hevc @ 0x7fd39cc45380] Decoding PPS
[00007fd39cc0c100] avcodec decoder debug: codec (hevc) started
[00007fd39cc0c100] avcodec decoder debug: using frame thread mode with 5 threads
[00007fd39cc0c100] main decoder debug: using video decoder module "avcodec"
[00007fd39cc9d650] main decoder debug: looking for audio decoder module matching "any": 18 candidates
[00007fd39cc9d650] main decoder debug: using audio decoder module "faad"
[00007fd39cc09d30] main demux meta debug: looking for meta reader module matching "any": 2 candidates
[00007fd39cc09d30] main demux meta debug: using meta reader module "taglib"
[00007fd39cc22550] main demux debug: removing module "taglib"
[00007fd3a4000c40] main input debug: `file:///home/amine/Videos/hevc.mp4' successfully opened
[00007fd39cc22550] mp4 demux debug: track 1 enabled!
[00007fd39cc22550] mp4 demux debug: track 2 enabled!
[00007fd39cc1f980] mp4 stream warning: Failed reading box trun
[00007fd39cc1f980] mp4 stream warning: Failed reading box trun
[00007fd39cc22550] mp4 demux: Fragment sequence discontinuity detected 1 != 0
[00007fd3a4000c40] main input error: Invalid PCR value in ES_OUT_SET_(GROUP_)PCR !
[00007fd39cc22550] mp4 demux warning: mdat had still 1292158 bytes unparsed as samples
[00007fd39cc0c100] main decoder debug: killing decoder fourcc `hevc'
[00007fd39cc0c100] main decoder debug: removing module "avcodec"
[00007fd39cc9d650] main decoder debug: killing decoder fourcc `mp4a'
[00007fd39cc9d650] main decoder debug: removing module "faad"
[00007fd39cc22550] main demux debug: removing module "mp4"
[00007fd39cc22550] mp4 demux debug: freeing all memory
[00007fd3a4000c40] main input debug: Program doesn't contain anymore ES
[00007fd39cc1f980] main stream debug: removing module "record"
[00007fd39c0018d0] main stream debug: removing module "cache_read"
[00007fd39c001600] main stream debug: removing module "filesystem"
[000055eddb4580e0] main playlist debug: dead input
[000055eddb4580e0] main playlist debug: changing item without a request (current 0/1)
[000055eddb4580e0] main playlist debug: nothing to play
[000055eddb4acf00] qt interface debug: IM: Deleting the input
[000055eddb3a55f0] main libvlc debug: exiting
[000055eddb3a55f0] main libvlc debug: exiting
[000055eddb3a55f0] main libvlc debug: removing all interfaces
[000055eddb4acf00] main interface debug: removing module "qt"
[000055eddb4580e0] main playlist debug: deactivating the playlist
[000055eddb4352d0] main audio output debug: removing module "pulse"
[000055eddb4acf00] qt interface debug: requesting exit...
[000055eddb4acf00] qt interface debug: waiting for UI thread...
[000055eddb3a55f0] main libvlc debug: exiting
[000055eddb4acf00] qt interface debug: QApp exec() finished
[000055eddb4acf00] qt interface debug: Killing extension dialog provider
[000055eddb4acf00] qt interface debug: ExtensionsDialogProvider is quitting...
[00007fd3b4101cc0] main generic debug: removing module "lua"
[000055eddb4ac000] main interface debug: removing module "xcb_hotkeys"
[000055eddb4ab5e0] main interface debug: removing module "hotkeys"
[000055eddb4a7170] main interface debug: removing module "dbus"
[000055eddb4580e0] main playlist debug: destroying
[000055eddb4a86a0] main playlist export debug: saving media library to file /home/amine/.local/share/vlc/ml.xspf.tmp30407
[000055eddb4a86a0] main playlist export debug: looking for playlist export module matching "export-xspf": 4 candidates
[000055eddb4a86a0] main playlist export debug: using playlist export module "export"
[000055eddb4a86a0] main playlist export debug: removing module "export"
[000055eddb4580e0] main playlist debug: deleting item `Media Library'
[000055eddb4580e0] main playlist debug: deleting item `hevc.mp4'
[000055eddb4580e0] main playlist debug: deleting item `Playlist'
[000055eddb46ac80] main keystore debug: removing module "memory"
QObject::~QObject: Timers cannot be stopped from another thread
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information