Which debug line refers to start/ end time of video stream (if any)

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
supersticks
New Cone
New Cone
Posts: 5
Joined: 31 Dec 2015 03:17

Which debug line refers to start/ end time of video stream (if any)

Postby supersticks » 06 Jan 2016 15:36

Hi community,
Please bear with my 'newbie-ness' on this subject.


vlc command that i ran "vlc.exe -vvv -I dummy C:\Users\user\Downloads\SampleVideo_1080x720_20mb.mp4 :sout=#transcode{vcodec=mp4v,acodec=none}:rtp{sdp=rtsp://:8554/test}"


Please do correct my assumption on the debug line which determines start point and stop point of video stream. I believe I'm not deciphering the lines correctly... :?
Hope for some response if anyone has any clue on this!



Start Point of video stream line -

Code: Select all

[021afbd4] stream_out_rtp stream out debug: sdp= v=0 o=- 15724214839724389190 15724214839724389190 IN IP4 user-pc s=Unnamed i=N/A c=IN IP4 0.0.0.0 t=0 0 a=tool:vlc 2.2.1 a=recvonly a=type:broadcast a=charset:UTF-8 m=video 0 RTP/AVP 96 b=RR:0 a=rtpmap:96 MP4V-ES/90000 a=fmtp:96 profile-level-id=3; config=000001b001000001b58913000001000000012000c48 d8800cd28045a1463000001b24c61766335362e33342e313030;

End Point of video stream

Code: Select all

[021d7e8c] core input debug: EOF reached



Abstract debug lines in the console window for reference
* top portion of lines are without memory addresses...

Code: Select all

core libvlc debug: VLC media player - 2.2.1 Terry Pratchett (Weatherwax) core libvlc debug: Copyright © 1996-2015 the VideoLAN team core libvlc debug: revision 2.2.1-0-ga425c42 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' '--disable-debug' 'host_alias=i686-w64-mingw32' core libvlc debug: using multimedia timers as clock source core libvlc debug: min period: 1 ms, max period: 1000000 ms core libvlc debug: searching plug-in modules core libvlc debug: loading plugins cache file C:\Program Files (x86)\VideoLAN\VLC\plugins\plugins.dat core libvlc debug: recursively browsing `C:\Program Files (x86)\VideoLAN\VLC\plugins' core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\access\libaccess_attachment_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\access\libaccess_ftp_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\access\libaccess_http_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\access\libaccess_imem_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\access\libaccess_rar_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\access\libaccess_smb_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\access\libaccess_tcp_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\access\libaccess_udp_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\access\libaccess_vdr_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\access\libstream_filter_rar_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\control\libglobalhotkeys_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\demux\libdirac_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\mmx\libi420_rgb_mmx_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\mmx\libi420_yuy2_mmx_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\mmx\libi422_yuy2_mmx_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\sse2\libi420_rgb_sse2_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\sse2\libi420_yuy2_sse2_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\sse2\libi422_yuy2_sse2_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\video_filter\libchain_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\video_filter\libclone_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\video_filter\libpanoramix_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\video_filter\libswscale_plugin.dll core libvlc warning: cannot find plug-in entry point in C:\Program Files (x86)\VideoLAN\VLC\plugins\video_filter\libwall_plugin.dll core libvlc debug: saving plugins cache C:\Program Files (x86)\VideoLAN\VLC\plugins\plugins.dat core libvlc debug: plug-ins loaded: 419 modules core libvlc debug: opening config file (C:\Users\user\AppData\Roaming\vlc\vlcrc) core libvlc debug: translation test: code is "C" core libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 FPU core input debug: Creating an input for 'Media Library' core input debug: Input is a meta file: disabling unneeded options core input debug: using timeshift granularity of 50 MiB, in path 'C:\Users\user\AppData\Local\Temp' core input debug: `file/xspf-open:///C:/Users/user/AppData/Roaming/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/C:/Users/user/AppData/Roaming/vlc/ml.xspf' core input debug: creating demux: access='file' demux='xspf-open' location='/C:/Users/user/AppData/Roaming/vlc/ml.xspf' file='C:\Users\user\AppData\Roaming\vlc\ml.xspf' core demux debug: looking for access_demux module matching "file": 12 candidates core demux debug: no access_demux modules matched core input debug: creating access 'file' location='/C:/Users/user/AppData/Roaming/vlc/ml.xspf', path='C:\Users\user\AppData\Roaming\vlc\ml.xspf' core access debug: looking for access module matching "file": 21 candidates filesystem access debug: opening file `C:\Users\user\AppData\Roaming\vlc\ml.xspf' core access debug: using access module "filesystem" core stream debug: Using stream method for AStream* core stream debug: starting pre-buffering core stream debug: received first data after 0 ms core stream debug: pre-buffering done 304 bytes in 0s - 296875 KiB/s core stream debug: looking for stream_filter module matching "any": 6 candidates core stream debug: no stream_filter modules matched core stream debug: looking for stream_filter module matching "record": 6 candidates core stream debug: using stream_filter module "record" core input debug: creating demux: access='file' demux='xspf-open' location='/C:/Users/user/AppData/Roaming/vlc/ml.xspf' file='C:\Users\user\AppData\Roaming\vlc\ml.xspf' core demux debug: looking for demux module matching "xspf-open": 66 candidates xspf demux debug: using XSPF playlist reader core demux debug: using demux module "playlist" core demux meta debug: looking for meta reader module matching "any": 2 candidates lua demux meta debug: Trying Lua scripts in C:\Users\user\AppData\Roaming\vlc\lua\meta\reader lua demux meta debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\reader lua demux meta debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\reader\filename.luac core demux meta debug: no meta reader modules matched core input debug: `file/xspf-open:///C:/Users/user/AppData/Roaming/vlc/ml.xspf' successfully opened core xml reader debug: looking for xml reader module matching "any": 1 candidates core xml reader debug: using xml reader module "xml" xspf demux debug: parsed 0 tracks successfully core input debug: EOF reached core demux debug: removing module "playlist" core stream debug: removing module "record" core access debug: removing module "filesystem" core playlist debug: creating audio output core audio output debug: looking for audio output module matching "any": 6 candidates directsound audio output debug: found 4 devices core audio output debug: using audio output module "directsound" core playlist debug: keeping audio output core playlist debug: adding item `SampleVideo_1080x720_20mb.mp4' ( file:///C:/Users/user/Downloads/SampleVideo_1080x720_20mb.mp4 ) core input debug: Creating an input for 'SampleVideo_1080x720_20mb.mp4' core interface debug: looking for interface module matching "hotkeys,none": 16 candidates core interface debug: using interface module "hotkeys" core interface debug: looking for interface module matching "globalhotkeys,none": 16 candidates core interface debug: using interface module "win32" core interface debug: looking for interface module matching "dummy": 16 candidates core playlist debug: meta ok for (null), need to fetch art core art finder debug: looking for meta fetcher module matching "any": 1 candidates lua art finder debug: Trying Lua scripts in C:\Users\user\AppData\Roaming\vlc\lua\meta\fetcher lua art finder debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\fetcher lua art finder debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac lua art finder debug: skipping script (unmatched scope) C:\Program Files (x86)\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac core art finder debug: no meta fetcher modules matched core playlist debug: searching art for SampleVideo_1080x720_20mb.mp4 core art finder debug: looking for art finder module matching "any": 2 candidates lua art finder debug: Trying Lua scripts in C:\Users\user\AppData\Roaming\vlc\lua\meta\art lua art finder debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art lua art finder debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac lua art finder debug: skipping script (unmatched scope) C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac lua art finder debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\01_googleimage.luac lua art finder debug: skipping script (unmatched scope) C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\01_googleimage.luac lua art finder debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac lua art finder debug: skipping script (unmatched scope) C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac lua art finder debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\03_lastfm.luac lua art finder debug: skipping script (unmatched scope) C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\03_lastfm.luac core art finder debug: no art finder modules matched core playlist debug: art not found for SampleVideo_1080x720_20mb.mp4 dummy interface: VLC media player - 2.2.1 Terry Pratchett (Weatherwax) dummy interface: Copyright © 1996-2015 the VideoLAN team dummy interface: Warning: if you cannot access the GUI anymore, open a command-line window, go to the directory where you installed VLC and run "vlc -I qt" dummy interface: using the dummy interface module... core interface debug: using interface module "dummy" core playlist debug: processing request item: null, node: Playlist, skip: 0 core playlist debug: rebuilding array of current - root Playlist core playlist debug: rebuild done - 1 items, index -1 core playlist debug: starting playback of the new playlist item core playlist debug: resyncing on SampleVideo_1080x720_20mb.mp4 core playlist debug: SampleVideo_1080x720_20mb.mp4 is at 0 core playlist debug: creating new input thread core input debug: Creating an input for 'SampleVideo_1080x720_20mb.mp4' core playlist debug: requesting art for SampleVideo_1080x720_20mb.mp4 core stream output debug: using sout chain=`transcode{vcodec=mp4v,acodec=none}:rtp{sdp=rtsp://:8554/test}' core stream output debug: stream=`rtp' core stream out debug: looking for sout stream module matching "rtp": 22 candidates core stream out debug: set config option: sout-rtp-sdp to rtsp://:8554/test core art finder debug: looking for meta fetcher module matching "any": 1 candidates stream_out_rtp stream out debug: RTSP stream at /test core stream out debug: net: listening to * port 8554 lua art finder debug: Trying Lua scripts in C:\Users\user\AppData\Roaming\vlc\lua\meta\fetcher lua art finder debug: Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\fetcher lua art finder debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac [021afbd4] core stream out debug: using sout stream module "stream_out_rtp" [021aff64] core stream output debug: stream=`transcode' [021b097c] core stream out debug: looking for sout stream module matching "trans code": 22 candidates [021d86fc] lua art finder debug: Trying Lua scripts in C:\Users\user\AppData\Roa ming\vlc\lua\meta\art [021b097c] core stream out debug: [021d86fc] set config option: sout-transcode-v codec to mp4vlua art finder debug: [021b097c] Trying Lua scripts in C:\Program Files (x86)\VideoLAN\VLC\lua\meta\ar tcore stream out debug: set config option: sout-transcode-acodec to none [021b097c] stream_out_transcode stream out debug: Checking codec mapping for non e got none [021d86fc] [021b097c] lua art finder debug: stream_out_transcode stream out debug: Trying L ua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\00_musicbrai nz.luaccodec audio=none 0Hz 0 channels 96Kb/s [021b097c] stream_out_transcode stream out debug: Checking video codec mapping f or mp4v got mp4v [021b097c] stream_out_transcode stream out debug: codec video=mp4v 0x0 scaling: 0.000000 0kb/s [021b097c] core stream out debug: using sout stream module "stream_out_transcode " [021d7e8c] [021d86fc] core input debug: lua art finder debug: using timeshift gr anularity of 50 MiB, in path 'C:\Users\user\AppData\Local\Temp'skipping script ( unmatched scope) C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\00_musicbrainz .luac [021d7e8c] [021d86fc] core input debug: lua art finder debug: `file:///C:/Users/ user/Downloads/SampleVideo_1080x720_20mb.mp4' gives access `file' demux `' path `/C:/Users/user/Downloads/SampleVideo_1080x720_20mb.mp4'Trying Lua playlist scri pt C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\01_googleimage.luac [021d7e8c] core input debug: specified demux `any' [021d7e8c] core input debug: creating demux: access='file' demux='any' location= '/C:/Users/user/Downloads/SampleVideo_1080x720_20mb.mp4' file='C:\Users\user\Dow nloads\SampleVideo_1080x720_20mb.mp4' [021ca1fc] core demux debug: looking for access_demux module matching "file": 12 candidates [021d86fc] lua art finder debug: skipping script (unmatched scope) C:\Program Fi les (x86)\VideoLAN\VLC\lua\meta\art\01_googleimage.luac [021ca1fc] core demux debug: [021d86fc] no access_demux modules matchedlua art f inder debug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\02_f renchtv.luac[021d7e8c] core input debug: creating access 'file' location='/C:/Users/user/Downloads/Samp leVideo_1080x720_20mb.mp4', path='C:\Users\user\Downloads\SampleVideo_1080x720_2 0mb.mp4' [02167ecc] core access debug: looking for access module matching "file": 21 cand idates [02167ecc] filesystem access debug: opening file `C:\Users\user\Downloads\Sample Video_1080x720_20mb.mp4'[021d86fc] lua art finder debug: skipping script (unmatched scope) C:\Program Files (x86)\V ideoLAN\VLC\lua\meta\art\02_frenchtv.luac[02167ecc] core access debug: [021d86fc] using access module "filesystem"lua art finder deb ug: Trying Lua playlist script C:\Program Files (x86)\VideoLAN\VLC\lua\meta\art\ 03_lastfm.luac [0219b41c] core stream debug: Using stream method for AStream* [0219b41c] core stream debug: starting pre-buffering [0219b41c] core stream debug: received first data after 0 ms [0219b41c] core stream debug: pre-buffering done 1024 bytes in 0s - 1000000 KiB/ s [0219b87c] core stream debug: looking for stream_filter module matching "any": 6 candidates[021d86fc] lua art finder debug: [0219b87c] skipping script (unmatched scope) C:\Program Fi les (x86)\VideoLAN\VLC\lua\meta\art\03_lastfm.luaccore stream debug: no stream_filter modules matched[021d86fc] core art finder debug: [0219b37c] no art finder modules matchedcore stream debug : looking for stream_filter module matching "record": 6 candidates [006386dc] [0219b37c] core libvlc debug: core stream debug: art not found for Sa mpleVideo_1080x720_20mb.mp4using stream_filter module "record" [021d7e8c] core input debug: creating demux: access='file' demux='any' location= '/C:/Users/user/Downloads/SampleVideo_1080x720_20mb.mp4' file='C:\Users\user\Dow nloads\SampleVideo_1080x720_20mb.mp4' [021c9eb4] core demux debug: looking for demux module matching "mp4": 66 candida tes [021c9eb4] mp4 demux debug: added fragment moov [0219b37c] mp4 stream debug: dumping root Box "root" [0219b37c] mp4 stream debug: | + ftyp size 32 offset 0 [0219b37c] mp4 stream debug: | + free size 8 offset 32 [0219b37c] mp4 stream debug: | + mdat size 21002313 offset 40 [0219b37c] mp4 stream debug: | + mdat size 8 offset 21002353 [0219b37c] mp4 stream debug: | + moov size 67317 offset 21002361 [0219b37c] mp4 stream debug: | | + mvhd size 108 offset 21002369 [0219b37c] mp4 stream debug: | | + trak size 24101 offset 21002477 [0219b37c] mp4 stream debug: | | | + tkhd size 92 offset 21002485 [0219b37c] mp4 stream debug: | | | + edts size 36 offset 21002577 [0219b37c] mp4 stream debug: | | | | + elst size 28 offset 21002585 [0219b37c] mp4 stream debug: | | | + mdia size 23965 offset 21002613 [0219b37c] mp4 stream debug: | | | | + mdhd size 32 offset 21002621 [0219b37c] mp4 stream debug: | | | | + hdlr size 45 offset 21002653 [0219b37c] mp4 stream debug: | | | | + minf size 23880 offset 21002698 [0219b37c] mp4 stream debug: | | | | | + vmhd size 20 offset 21002706 [0219b37c] mp4 stream debug: | | | | | + dinf size 36 offset 21002726 [0219b37c] mp4 stream debug: | | | | | | + dref size 28 offset 21002 734 [0219b37c] mp4 stream debug: | | | | | | | + url size 12 offset 2 1002750 [0219b37c] mp4 stream debug: | | | | | + stbl size 23816 offset 210027 62 [0219b37c] mp4 stream debug: | | | | | | + stsd size 148 offset 2100 2770 [0219b37c] mp4 stream debug: | | | | | | | + avc1 size 132 offset 21002786 [0219b37c] mp4 stream debug: | | | | | | | | + avcC size 46 offs et 21002872 [0219b37c] mp4 stream debug: | | | | | | + stts size 24 offset 21002 918 [0219b37c] mp4 stream debug: | | | | | | + stss size 116 offset 2100 2942 [0219b37c] mp4 stream debug: | | | | | | + stsc size 28 offset 21003 058 [0219b37c] mp4 stream debug: | | | | | | + stsz size 11748 offset 21 003086 [0219b37c] mp4 stream debug: | | | | | | + stco size 11744 offset 21 014834 [0219b37c] mp4 stream debug: | | + trak size 43004 offset 21026578 [0219b37c] mp4 stream debug: | | | + tkhd size 92 offset 21026586 [0219b37c] mp4 stream debug: | | | + edts size 36 offset 21026678 [0219b37c] mp4 stream debug: | | | | + elst size 28 offset 21026686 [0219b37c] mp4 stream debug: | | | + mdia size 42868 offset 21026714 [0219b37c] mp4 stream debug: | | | | + mdhd size 32 offset 21026722 [0219b37c] mp4 stream debug: | | | | + hdlr size 45 offset 21026754 [0219b37c] mp4 stream debug: | | | | + minf size 42783 offset 21026799 [0219b37c] mp4 stream debug: | | | | | + smhd size 16 offset 21026807 [0219b37c] mp4 stream debug: | | | | | + dinf size 36 offset 21026823 [0219b37c] mp4 stream debug: | | | | | | + dref size 28 offset 21026 831 [0219b37c] mp4 stream debug: | | | | | | | + url size 12 offset 2 1026847 [0219b37c] mp4 stream debug: | | | | | + stbl size 42723 offset 210268 59 [0219b37c] mp4 stream debug: | | | | | | + stsd size 103 offset 2102 6867 [0219b37c] mp4 stream debug: | | | | | | | + mp4a size 87 offset 2 1026883 [0219b37c] mp4 stream debug: | | | | | | | | + esds size 51 offs et 21026919 [0219b37c] mp4 stream debug: | | | | | | + stts size 24 offset 21026 970 [0219b37c] mp4 stream debug: | | | | | | + stsc size 8824 offset 210 26994 [0219b37c] mp4 stream debug: | | | | | | + stsz size 22016 offset 21 035818 [0219b37c] mp4 stream debug: | | | | | | + stco size 11748 offset 21 057834 [0219b37c] mp4 stream debug: | | + udta size 96 offset 21069582 [0219b37c] mp4 stream debug: | | | + meta size 88 offset 21069590 [0219b37c] mp4 stream debug: | | | | + hdlr size 33 offset 21069602 [0219b37c] mp4 stream debug: | | | | + ilst size 43 offset 21069635 [0219b37c] mp4 stream debug: | | | | | + ctoo size 35 offset 21069643 [021c9eb4] mp4 demux debug: ISO Media file (isom) version 512. [021c9eb4] mp4 demux debug: found 2 tracks [021c9eb4] mp4 demux warning: elst box found [021c9eb4] mp4 demux debug: - [0] duration=117280ms media time=0ms) rate=1.0 [021c9eb4] mp4 demux debug: track[Id 0x1] read 2932 chunk [021c9eb4] mp4 demux warning: STTS table of 1 entries [021c9eb4] mp4 demux debug: track[Id 0x1] read 2932 samples length:117s [021d7e8c] core input debug: selecting program id=0 [021c9eb4] mp4 demux debug: adding track[Id 0x1] video (enable) language undef [021c9eb4] mp4 demux warning: elst box found [021c9eb4] mp4 demux debug: - [0] duration=117312ms media time=0ms) rate=1.0 [021c9eb4] mp4 demux debug: track[Id 0x2] read 2933 chunk [021c9eb4] mp4 demux warning: STTS table of 1 entries [021c9eb4] mp4 demux debug: track[Id 0x2] read 5499 samples length:117s [021c9eb4] mp4 demux debug: adding track[Id 0x2] audio (enable) language undef [021c9eb4] mp4 demux debug: fragment offset 21002361, data 48<->21002353, durati on 0 [021c9eb4] core demux debug: using demux module "mp4" [021d7e8c] core input debug: looking for a subtitle file in C:\Users\user\Downlo ads\ [02146e7c] core decoder debug: looking for packetizer module matching "any": 23 candidates [02146e7c] packetizer_h264 decoder debug: found NAL_SPS (sps_id=0) [02146e7c] packetizer_h264 decoder debug: found NAL_PPS (pps_id=0 sps_id=0) [02146e7c] packetizer_h264 decoder debug: avcC length size=4, sps=1, pps=1 [02146e7c] core decoder debug: using packetizer module "packetizer_h264" [0223b304] core decoder debug: looking for packetizer module matching "any": 23 candidates [0223b304] packetizer_mpeg4audio decoder debug: running MPEG4 audio packetizer [0223b304] packetizer_mpeg4audio decoder debug: AAC 48000Hz 1024 samples/frame [0223b304] core decoder debug: using packetizer module "packetizer_mpeg4audio" [021d7e8c] core input debug: starting in async mode [02179574] core demux meta debug: looking for meta reader module matching "any": 2 candidates [02179574] lua demux meta debug: Trying Lua scripts in C:\Users\user\AppData\Roa ming\vlc\lua\meta\reader [02179574] lua demux meta debug: Trying Lua scripts in C:\Program Files (x86)\Vi deoLAN\VLC\lua\meta\reader [02179574] lua demux meta debug: Trying Lua playlist script C:\Program Files (x8 6)\VideoLAN\VLC\lua\meta\reader\filename.luac [02179574] core demux meta debug: no meta reader modules matched [021d7e8c] core input debug: `file:///C:/Users/user/Downloads/SampleVideo_1080x7 20_20mb.mp4' successfully opened [021c9eb4] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track) [021c9eb4] mp4 demux debug: track[Id 0x1] using Sync Sample Box (stss) [021c9eb4] mp4 demux debug: stss gives 0 --> 0 (sample number) [021c9eb4] mp4 demux debug: elst (0) gives 0ms (movie)-> 0ms (track) [021c9eb4] mp4 demux debug: track[Id 0x2] does not provide Sync Sample Box (stss ) [021d7e8c] core input debug: Buffering 0% [021d7e8c] core input debug: switching to sync mode [021aff64] core stream output debug: adding a new sout input (sout_input:0220082 8) [021d7e8c] [021b097c] core input debug: stream_out_transcode stream out debug: B uffering 0%creating audio transcoding from fcc=`mp4a' to fcc=`none' [021d7e8c] [03534484] core input debug: core generic debug: Buffering 21%looking for decoder module matching "any": 43 candidates [021d7e8c] core input debug: Buffering 40% [021d7e8c] core input debug: [021aff64] Buffering 42%core stream output debug: adding a new sout input (sout_input:022006f0)[021d7e8c] core input debug: Buffering 64% [021d7e8c] core input debug: Buffering 80% [021d7e8c] core input debug: Buffering 85% [021d7e8c] core input debug: Stream buffering done (106 ms in 3 ms) [03534484] core generic debug: using decoder module "faad" [021d33b4] core encoder debug: looking for encoder module matching "any": 21 can didates [021d33b4] avcodec encoder debug: CPU flags: 0x0107d3db [021d33b4] core encoder debug: no encoder modules matched [021b097c] stream_out_transcode stream out error: cannot find audio encoder (mod ule:any fourcc:none). Take a look few lines earlier to see possible reason. [03534484] core generic debug: removing module "faad" [021b097c] stream_out_transcode stream out error: cannot create audio chain [0223b304] [021b097c] core decoder error: stream_out_transcode stream out debug: cannot create packetizer output (mp4a)creating video transcoding from fcc=`h264 ' to fcc=`mp4v' [03534484] core generic debug: looking for decoder module matching "any": 43 can didates [03534484] avcodec generic debug: CPU flags: 0x0107d3db [03534484] avcodec generic debug: trying to use direct rendering [03534484] avcodec generic debug: allowing 4 thread(s) for decoding [03534484] avcodec generic debug: avcodec codec (H264 - MPEG-4 AVC (part 10)) st arted [03534484] avcodec generic debug: using frame thread mode with 4 threads [03534484] core generic debug: using decoder module "avcodec" [021d33b4] core encoder debug: looking for encoder module matching "any": 21 can didates [021d33b4] avcodec encoder debug: CPU flags: 0x0107d3db [021d33b4] avcodec encoder debug: Time base set to 1/25 [021d33b4] avcodec encoder debug: found encoder MPEG-4 Video [021d33b4] core encoder debug: using encoder module "avcodec" [021d33b4] core encoder debug: removing module "avcodec" [021d7e8c] core input debug: Decoder wait done in 30 ms [03534484] avcodec generic debug: available hardware decoder output format 61 (d xva2_vld) [03534484] avcodec generic debug: available software decoder output format 0 (yu v420p) [02195304] core generic debug: looking for hw decoder module matching "none": 1 candidates [02195304] core generic debug: no hw decoder modules matched [03534484] avcodec generic warning: plane 0 not aligned [03534484] avcodec generic warning: disabling direct rendering [021b097c] stream_out_transcode stream out debug: decoder aspect is 1.734417:1 [021b097c] stream_out_transcode stream out debug: source pixel aspect is 0.97561 0:1 [021b097c] stream_out_transcode stream out debug: scaled pixel aspect is 0.97561 0:1 [021b097c] stream_out_transcode stream out debug: source 1280x720, destination 1 280x720 [021b097c] stream_out_transcode stream out debug: source fps 25/1, destination 2 5/1 [021b097c] stream_out_transcode stream out: input interval 40000 (base 1) [021b097c] stream_out_transcode stream out: output interval 40000 (base 1) [021b097c] stream_out_transcode stream out debug: encoder aspect is 1280:738 [021b097c] stream_out_transcode stream out debug: destination (after video filte rs) 1280x738 [021d33b4] core encoder debug: looking for encoder module matching "any": 21 can didates [021d33b4] avcodec encoder debug: CPU flags: 0x0107d3db [021d33b4] avcodec encoder debug: Time base set to 1/25 [021d33b4] avcodec encoder debug: found encoder MPEG-4 Video [021d33b4] core encoder debug: using encoder module "avcodec" [021afbd4] stream_out_rtp stream out debug: maximum RTP packet size: 1400 bytes [021afbd4] stream_out_rtp stream out debug: RTSP: adding /test/trackID=0 [021afbd4] stream_out_rtp stream out debug: sdp= v=0 o=- 15724214839724389190 15724214839724389190 IN IP4 user-pc s=Unnamed i=N/A c=IN IP4 0.0.0.0 t=0 0 a=tool:vlc 2.2.1 a=recvonly a=type:broadcast a=charset:UTF-8 m=video 0 RTP/AVP 96 b=RR:0 a=rtpmap:96 MP4V-ES/90000 a=fmtp:96 profile-level-id=3; config=000001b001000001b58913000001000000012000c48 d8800cd28045a1463000001b24c61766335362e33342e313030; [021d7e8c] core input debug: EOF reached [021d7e8c] core input debug: waiting decoder fifos to empty [021e1974] core playlist debug: finished input [02146e7c] core decoder debug: removing module "packetizer_h264" [02146e7c] core decoder debug: killing decoder fourcc `h264', 0 PES in FIFO [021aff64] core stream output debug: removing a sout input (sout_input:022006f0) [03534484] core generic debug: removing module "avcodec" [03534484] avcodec generic debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) sto pped [021d33b4] core encoder debug: removing module "avcodec" [0223b304] core decoder debug: removing module "packetizer_mpeg4audio" [0223b304] core decoder debug: killing decoder fourcc `mp4a', 0 PES in FIFO [021c9eb4] core demux debug: removing module "mp4" [021c9eb4] mp4 demux debug: freeing all memory [0219b37c] core stream debug: removing module "record" [02167ecc] core access debug: removing module "filesystem" [021d7e8c] core input debug: Program doesn't contain anymore ES [021e1974] core playlist debug: dead input [021aff64] core stream output debug: destroying useless sout [021b097c] core stream out debug: destroying chain... (name=transcode) [021b097c] core stream out debug: removing module "stream_out_transcode" [021b097c] core stream out debug: destroying chain done [021afbd4] core stream out debug: destroying chain... (name=rtp) [021afbd4] core stream out debug: removing module "stream_out_rtp" [021cef0c] core http host debug: HTTP host removed [021afbd4] core stream out debug: destroying chain done [021e1974] core playlist debug: changing item without a request (current 0/1) [021e1974] core playlist debug: nothing to play

Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 95 guests