Demuxing a Transport Stream MPEG file crashes VLC

Microsoft Windows specific usage questions
Forum rules
Please post only Windows specific questions in this forum category. If you don't know where to post, please read the different forums' rules. Thanks.
ryantheseer
Blank Cone
Blank Cone
Posts: 15
Joined: 16 Feb 2017 20:19

Demuxing a Transport Stream MPEG file crashes VLC

Postby ryantheseer » 31 Mar 2017 19:56

How do I properly play a .ts file with VLC Player? Every time I try, VLC crashes with the verbose output below, which ends with "unhandled vlc exception". I can view the video fine with GStreamer and even Windows Media Player. The command line I used with GStreamer to successfully demux the transport stream into a file called "metadata.txt" was:

Code: Select all

C:\gstreamer\1.0\x86_64\bin\gst-launch-1.0 filesrc location=metademo.ts ! tsdemux name=mux mux. ! queue ! meta/x-klv ! filesink sync=true location=metadata.txt async=false mux. ! queue ! h264parse ! avdec_h264 ! autovideosink async=false mux. ! queue ! mpegaudioparse ! avdec_mp3 ! autoaudiosink async=false
The verbose output of VLC when it crashes:

Code: Select all

[0000000000629ec0] core libvlc debug: VLC media player - 2.2.4 Weatherwax [0000000000629ec0] core libvlc debug: Copyright © 1996-2016 the VideoLAN team [0000000000629ec0] core libvlc debug: revision 2.2.4-0-g888b7e89 [0000000000629ec0] 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=x86_64-w64-mingw32' 'host_alias=x86_64-w64-mingw32' [0000000000629ec0] core libvlc debug: using multimedia timers as clock source [0000000000629ec0] core libvlc debug: min period: 1 ms, max period: 1000000 ms [0000000000629ec0] core libvlc debug: searching plug-in modules [0000000000629ec0] core libvlc debug: loading plugins cache file C:\Program Files\VideoLAN\VLC\plugins\plugins.dat [0000000000629ec0] core libvlc debug: recursively browsing `C:\Program Files\VideoLAN\VLC\plugins' [0000000000629ec0] core libvlc debug: saving plugins cache C:\Program Files\VideoLAN\VLC\plugins\plugins.dat [0000000000629ec0] core libvlc debug: loading plugins cache file C:\home\dev\vega_x18_1.1\tools\vlc\windows\plugins\plugins.dat [0000000000629ec0] core libvlc debug: recursively browsing `C:\home\dev\vega_x18_1.1\tools\vlc\windows\plugins' [0000000000629ec0] core libvlc debug: saving plugins cache C:\home\dev\vega_x18_1.1\tools\vlc\windows\plugins\plugins.dat [0000000000629ec0] core libvlc debug: plug-ins loaded: 835 modules [0000000000629ec0] core libvlc debug: opening config file (C:\Users\User1\AppData\Roaming\vlc\vlcrc) [0000000000629ec0] core libvlc debug: translation test: code is "C" [0000000000629ec0] core libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 FPU [00000000004e8130] core input debug: Creating an input for 'Media Library' [00000000004e8130] core input debug: Input is a meta file: disabling unneeded options [00000000004e8130] core input debug: using timeshift granularity of 50 MiB, in path 'C:\Users\User1\AppData\Local\Temp' [00000000004e8130] core input debug: `file/xspf-open:///C:/Users/User1/AppData/Roaming/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/C:/Users/User1/AppData/Roaming/vlc/ml.xspf' [00000000004e8130] core input debug: creating demux: access='file' demux='xspf-open' location='/C:/Users/User1/AppData/Roaming/vlc/ml.xspf' file='C:\Users\User1\AppData\Roaming\vlc\ml.xspf' [00000000022892c0] core demux debug: looking for access_demux module matching "file": 24 candidates [00000000022892c0] core demux debug: no access_demux modules matched [00000000004e8130] core input debug: creating access 'file' location='/C:/Users/User1/AppData/Roaming/vlc/ml.xspf', path='C:\Users\User1\AppData\Roaming\vlc\ml.xspf' [00000000022892c0] core access debug: looking for access module matching "file": 42 candidates [00000000022892c0] filesystem access debug: opening file `C:\Users\User1\AppData\Roaming\vlc\ml.xspf' [00000000022892c0] core access debug: using access module "filesystem" [000000000233c6f0] core stream debug: Using stream method for AStream* [000000000233c6f0] core stream debug: starting pre-buffering [000000000233c6f0] core stream debug: received first data after 0 ms [000000000233c6f0] core stream debug: pre-buffering done 304 bytes in 0s - 296875 KiB/s [000000000233c800] core stream debug: looking for stream_filter module matching "any": 12 candidates [000000000233c800] core stream debug: no stream_filter modules matched [000000000233c800] core stream debug: looking for stream_filter module matching "record": 12 candidates [000000000233c800] core stream debug: using stream_filter module "record" [00000000004e8130] core input debug: creating demux: access='file' demux='xspf-open' location='/C:/Users/User1/AppData/Roaming/vlc/ml.xspf' file='C:\Users\User1\AppData\Roaming\vlc\ml.xspf' [000000000228c910] core demux debug: looking for demux module matching "xspf-open": 132 candidates [000000000228c910] xspf demux debug: using XSPF playlist reader [000000000228c910] core demux debug: using demux module "playlist" [00000000004eaba0] core demux meta debug: looking for meta reader module matching "any": 4 candidates [00000000004eaba0] lua demux meta debug: Trying Lua scripts in C:\Users\User1\AppData\Roaming\vlc\lua\meta\reader [00000000004eaba0] lua demux meta debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader [00000000004eaba0] lua demux meta debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac [00000000004eaba0] lua demux meta debug: Trying Lua scripts in C:\Users\User1\AppData\Roaming\vlc\lua\meta\reader [00000000004eaba0] lua demux meta debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader [00000000004eaba0] lua demux meta debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac [00000000004eaba0] core demux meta debug: no meta reader modules matched [00000000004e8130] core input debug: `file/xspf-open:///C:/Users/User1/AppData/Roaming/vlc/ml.xspf' successfully opened [0000000000484730] core xml reader debug: looking for xml reader module matching "any": 2 candidates [0000000000484730] core xml reader debug: using xml reader module "xml" [000000000228c910] xspf demux debug: parsed 0 tracks successfully [00000000004e8130] core input debug: EOF reached [000000000228c910] core demux debug: removing module "playlist" [000000000233c800] core stream debug: removing module "record" [00000000022892c0] core access debug: removing module "filesystem" [00000000022b5120] core playlist debug: creating audio output [00000000022bfc10] core audio output debug: looking for audio output module matching "any": 12 candidates [00000000022bfc10] directsound audio output debug: found 2 devices [00000000022bfc10] core audio output debug: using audio output module "directsound" [00000000022b5120] core playlist debug: keeping audio output [00000000004ea9e0] core interface debug: looking for interface module matching "hotkeys,none": 32 candidates [00000000004ea9e0] core interface debug: using interface module "hotkeys" [00000000004eaba0] core interface debug: looking for interface module matching "globalhotkeys,none": 32 candidates [00000000004eaba0] core interface debug: using interface module "win32" [0000000000629ec0] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. [00000000004eac80] core interface debug: looking for interface module matching "any": 32 candidates [00000000022d8670] core generic debug: looking for extension module matching "any": 2 candidates [00000000022d8670] lua generic debug: Opening Lua Extension module [00000000022d8670] lua generic debug: Trying Lua scripts in C:\Users\User1\AppData\Roaming\vlc\lua\extensions [00000000022d8670] lua generic debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\extensions [00000000022d8670] lua generic debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\extensions\VLSub.luac [00000000022d8670] lua generic debug: Scanning Lua script C:\Program Files\VideoLAN\VLC\lua\extensions\VLSub.luac [00000000022d8670] lua generic debug: Script C:\Program Files\VideoLAN\VLC\lua\extensions\VLSub.luac has the following capability flags: 0x5 [00000000022d8670] core generic debug: using extension module "lua" [00000000004eac80] core interface debug: using interface module "qt4" [00000000022b5120] core playlist debug: adding item `metademo.ts' ( file:///C:/Users/User1/Downloads/metademo.ts ) [00000000022b5120] core playlist debug: processing request item: metademo.ts, node: null, skip: 0 [00000000022b5120] core playlist debug: rebuilding array of current - root Playlist [00000000022b5120] core playlist debug: rebuild done - 1 items, index 0 [00000000022b5120] core playlist debug: starting playback of the new playlist item [00000000022b5120] core playlist debug: resyncing on metademo.ts [00000000022b5120] core playlist debug: metademo.ts is at 0 [00000000022b5120] core playlist debug: creating new input thread [0000000002381130] core input debug: Creating an input for 'metademo.ts' [00000000022b5120] core playlist debug: requesting art for metademo.ts [00000000023812b0] core input debug: Creating an input for 'metademo.ts' [0000000002381370] core art finder debug: looking for meta fetcher module matching "any": 2 candidates [0000000002381370] lua art finder debug: Trying Lua scripts in C:\Users\User1\AppData\Roaming\vlc\lua\meta\fetcher [0000000002381370] lua art finder debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\fetcher [0000000002381370] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac [0000000002381130] core input debug: using timeshift granularity of 50 MiB, in path 'C:\Users\User1\AppData\Local\Temp' [0000000002381130] core input debug: `file:///C:/Users/User1/Downloads/metademo.ts' gives access `file' demux `' path `/C:/Users/User1/Downloads/metademo.ts' [0000000002381130] core input debug: specified demux `any' [0000000002381130] core input debug: creating demux: access='file' demux='any' location='/C:/Users/User1/Downloads/metademo.ts' file='C:\Users\User1\Downloads\metademo.ts' [0000000005129350] core demux debug: looking for access_demux module matching "file": 24 candidates [0000000005129350] core demux debug: no access_demux modules matched [0000000002381130] core input debug: creating access 'file' location='/C:/Users/User1/Downloads/metademo.ts', path='C:\Users\User1\Downloads\metademo.ts' [0000000005129350] core access debug: looking for access module matching "file": 42 candidates [0000000005129350] filesystem access debug: opening file `C:\Users\User1\Downloads\metademo.ts' [0000000005129350] core access debug: using access module "filesystem" [00000000051cc6e0] core stream debug: Using stream method for AStream* [00000000051cc6e0] core stream debug: starting pre-buffering [00000000051cc6e0] core stream debug: received first data after 0 ms [00000000051cc6e0] core stream debug: pre-buffering done 1024 bytes in 0s - 1000000 KiB/s [00000000051cc7f0] core stream debug: looking for stream_filter module matching "any": 12 candidates [00000000051cc7f0] core stream debug: no stream_filter modules matched [00000000051cc7f0] core stream debug: looking for stream_filter module matching "record": 12 candidates [00000000051cc7f0] core stream debug: using stream_filter module "record" [0000000002381130] core input debug: creating demux: access='file' demux='any' location='/C:/Users/User1/Downloads/metademo.ts' file='C:\Users\User1\Downloads\metademo.ts' [0000000005129470] core demux debug: looking for demux module matching "any": 132 candidates [0000000005129470] mod demux debug: MOD validation failed (ext=ts) [0000000005129470] mod demux debug: MOD validation failed (ext=ts) [0000000002381370] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac [0000000002381370] lua art finder debug: Trying Lua scripts in C:\Users\User1\AppData\Roaming\vlc\lua\meta\fetcher [0000000002381370] lua art finder debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\fetcher [0000000002381370] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac [0000000002381370] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac [0000000002381370] core art finder debug: no meta fetcher modules matched [0000000000629ec0] core libvlc debug: searching art for metademo.ts [0000000002381370] core art finder debug: looking for art finder module matching "any": 4 candidates [0000000002381370] lua art finder debug: Trying Lua scripts in C:\Users\User1\AppData\Roaming\vlc\lua\meta\art [0000000002381370] lua art finder debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\art [0000000002381370] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac [0000000002381370] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac [0000000002381370] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac [0000000002381370] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac [0000000002381370] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac [0000000002381370] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac [0000000002381370] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac [0000000002381370] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac [0000000002381370] lua art finder debug: Trying Lua scripts in C:\Users\User1\AppData\Roaming\vlc\lua\meta\art [0000000002381370] lua art finder debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\art [0000000002381370] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac [0000000005129470] ts demux debug: PATCallBack called [0000000005129470] ts demux debug: new PAT ts_id=1 version=0 current_next=1 [0000000005129470] ts demux debug: * number=1 pid=32 [0000000005129470] ts demux debug: PMTCallBack called [0000000005129470] ts demux debug: [0000000002381370] new PMT program number=1 version=0 pid_pcr=67 lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac [0000000005129470] ts demux debug: * descriptor : registration HDMV [0000000002381370] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac [0000000005129470] ts demux debug: * descriptor : EACEM Simulcast HD [0000000005129470] ts demux debug: * es pid=65 type=6 dr->i_tag=0x5 [0000000005129470] ts demux debug: * es pid=65 type=6 *unknown* [0000000005129470] ts demux debug: * es pid=66 type=27 dr->i_tag=0x5 [0000000005129470] ts demux debug: * es pid=66 type=27 fcc=h264 [0000000002381370] lua art finder debug: [0000000002381130] skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac core input debug: selecting program id=1 [0000000002381370] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac [0000000005129470] ts demux debug: * es pid=67 type=3 dr->i_tag=0xa [0000000005129470] ts demux debug: found language: en [0000000005129470] ts demux debug: * es pid=67 type=3 fcc=mpga [0000000002381370] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac [0000000002381370] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac [0000000005129470] core demux debug: using demux module "ts" [0000000002381130] core input debug: looking for a subtitle file in C:\Users\User1\Downloads\ [00000000022b5120] core playlist debug: [0000000002381370] meta ok for (null), need to fetch art lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac [0000000002381370] core art finder debug: no art finder modules matched [00000000053c30f0] core decoder debug: looking for decoder module matching "any": 86 candidates [0000000000629ec0] core libvlc debug: art not found for metademo.ts [00000000004eac80] qt4 interface debug: IM: Setting an input [00000000053c30f0] avcodec decoder debug: CPU flags: 0x0107d3db [00000000053c30f0] avcodec decoder debug: trying to use direct rendering [00000000053c30f0] avcodec decoder debug: allowing 4 thread(s) for decoding [00000000053c30f0] avcodec decoder debug: avcodec codec (H264 - MPEG-4 AVC (part 10)) started [00000000053c30f0] avcodec decoder debug: using frame thread mode with 4 threads [00000000053c30f0] core decoder debug: using decoder module "avcodec" [00000000053c8bb0] core packetizer debug: looking for packetizer module matching "any": 46 candidates [00000000053c8bb0] core packetizer debug: using packetizer module "packetizer_h264" [0000000002380a70] core art finder debug: looking for meta fetcher module matching "any": 2 candidates [0000000002380a70] lua art finder debug: Trying Lua scripts in C:\Users\User1\AppData\Roaming\vlc\lua\meta\fetcher [00000000022333e0] core decoder debug: looking for decoder module matching "any": 86 candidates [0000000002380a70] lua art finder debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\fetcher [0000000002380a70] lua art finder debug: [00000000022333e0] Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac core decoder debug: using decoder module "mpeg_audio" [0000000005129470] ts demux debug: DEMUX_SET_GROUP 0 0000000000000000 [00000000004eb540] core demux meta debug: looking for meta reader module matching "any": 4 candidates [00000000004eb540] lua demux meta debug: [0000000002380a70] Trying Lua scripts in C:\Users\User1\AppData\Roaming\vlc\lua\meta\reader lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac [00000000004eb540] lua demux meta debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader [00000000004eb540] lua demux meta debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac [0000000002380a70] lua art finder debug: Trying Lua scripts in C:\Users\User1\AppData\Roaming\vlc\lua\meta\fetcher [0000000002380a70] lua art finder debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\fetcher [0000000002380a70] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac [00000000004eb540] lua demux meta debug: Trying Lua scripts in C:\Users\User1\AppData\Roaming\vlc\lua\meta\reader [00000000004eb540] lua demux meta debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader [00000000004eb540] lua demux meta debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac [0000000002380a70] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\fetcher\tvrage.luac [0000000002380a70] core art finder debug: no meta fetcher modules matched [00000000022b5120] core playlist debug: searching art for metademo.ts [00000000004eb540] core demux meta debug: no meta reader modules matched [0000000002380a70] core art finder debug: [0000000002381130] looking for art finder module matching "any": 4 candidates core input debug: `file:///C:/Users/User1/Downloads/metademo.ts' successfully opened [0000000002381130] core input debug: Buffering 0% [0000000002381130] [00000000053c8bb0] core input debug: [00000000022333e0] packetizer_h264 packetizer debug: Buffering 17% found NAL_SPS (sps_id=0) mpeg_audio decoder debug: MPGA channels:1 samplerate:44100 bitrate:224 [00000000053c8bb0] packetizer_h264 packetizer debug: [00000000022b5120] found NAL_PPS (pps_id=0 sps_id=0) core playlist debug: reusing audio output [00000000022bfc10] directsound audio output debug: Opening DirectSound Audio Output [0000000002381130] core input debug: Buffering 34% [00000000053c30f0] avcodec decoder debug: [0000000002381130] available hardware decoder output format 61 (dxva2_vld) core input debug: Buffering 52% [00000000053c30f0] avcodec decoder debug: available hardware decoder output format 128 (d3d11va_vld) [00000000053c30f0] avcodec decoder debug: available software decoder output format 0 (yuv420p) [0000000002380a70] [0000000002381130] lua art finder debug: core input debug: Trying Lua scripts in C:\Users\User1\AppData\Roaming\vlc\lua\meta\art Buffering 69% [00000000053c2fe0] core generic debug: looking for hw decoder module matching "none": 2 candidates [0000000002380a70] lua art finder debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\art [00000000053c2fe0] [0000000002381130] core generic debug: core input debug: no hw decoder modules matched Buffering 87% [0000000002381130] core input debug: [0000000002380a70] Stream buffering done (313 ms in 1 ms) lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac [000000000917ca20] core spu text debug: looking for text renderer module matching "any": 4 candidates [0000000002380a70] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac [0000000002380a70] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac [0000000002380a70] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac [0000000002380a70] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac [0000000002380a70] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac [0000000002380a70] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac [0000000002380a70] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac [0000000002380a70] lua art finder debug: Trying Lua scripts in C:\Users\User1\AppData\Roaming\vlc\lua\meta\art [0000000002380a70] lua art finder debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\art [0000000002380a70] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac [0000000002380a70] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac [0000000002380a70] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac [0000000002380a70] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac [0000000002380a70] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac [0000000002380a70] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac [0000000002380a70] lua art finder debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac [0000000002380a70] lua art finder debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac [0000000002380a70] core art finder debug: no art finder modules matched [00000000022b5120] core playlist debug: art not found for metademo.ts [000000000917ca20] freetype spu text debug: Using Arial as font from file C:\windows\Fonts\arial.ttf [000000000917ca20] freetype spu text debug: Using Courier New as mono-font from file C:\windows\Fonts\cour.ttf [000000000917ca20] freetype spu text debug: using fontsize: 2 [000000000917ca20] core spu text debug: using text renderer module "freetype" [00000000050ca850] core scale debug: looking for video filter2 module matching "any": 116 candidates [00000000050ca850] swscale scale debug: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality) [00000000050ca850] core scale debug: using video filter2 module "swscale" [00000000091b4150] core scale debug: looking for video filter2 module matching "any": 116 candidates [00000000091b4150] yuvp scale debug: YUVP to YUVA converter [00000000091b4150] core scale debug: using video filter2 module "yuvp" [000000000917c0a0] core video output debug: Deinterlacing available [000000000917c0a0] core video output debug: deinterlace 1, mode blend, is_needed 0 [000000000917c0a0] core video output debug: Opening vout display wrapper [00000000050c4ae0] core vout display debug: looking for vout display module matching "any": 22 candidates [00000000050c4ae0] direct3d vout display debug: creating Vout EventThread [00000000050c4ae0] direct3d vout display debug: Win32VoutCreateWindow [0000000005446900] core window debug: looking for vout window hwnd module matching "qt4,any": 6 candidates [0000000005446900] qt4 window debug: requesting video window... [00000000004eac80] qt4 interface debug: Video was requested 0, 0 [0000000005446900] core window debug: using vout window hwnd module "qt4" [00000000050c4ae0] direct3d vout display debug: created video sub-window [00000000050c4ae0] direct3d vout display debug: Vout EventThread running [00000000050c4ae0] direct3d vout display debug: disabling screen saver [00000000050c4ae0] direct3d vout display debug: Direct3d Device: Intel(R) HD Graphics 530 32902 6418 6 [00000000050c4ae0] core vout display debug: VoutDisplayEvent 'resize' 1040x806 window [00000000050c4ae0] direct3d vout display warning: trying surface pixel format: YV12 [00000000050c4ae0] direct3d vout display debug: selected surface pixel format is YV12 [00000000050c4ae0] direct3d vout display debug: Using D3DTEXF_LINEAR for minification [00000000050c4ae0] direct3d vout display debug: Using D3DTEXF_LINEAR for magnification [00000000050c4ae0] direct3d vout display debug: Direct3D scene created successfully [00000000050c4ae0] direct3d vout display debug: Direct3D device adapter successfully initialized [00000000050c4ae0] core vout display debug: using vout display module "direct3d" [000000000917c0a0] core video output debug: original format sz 1024x770, of (0,0), vsz 1024x768, 4cc I420, sar 1:1, msk r0x0 g0x0 b0x0 [000000000917c0a0] core video output debug: Adding 'deinterlace' as static [000000000523d6d0] core filter debug: looking for video filter2 module matching "deinterlace": 116 candidates [000000000523d6d0] deinterlace filter debug: using blend deinterlace method [000000000523d6d0] deinterlace filter debug: deinterlacing [000000000523d6d0] core filter debug: using video filter2 module "deinterlace" [000000000917c0a0] core video output debug: Filter 'deinterlace' (000000000523d6d0) appended to chain [000000000917ca20] core spu text debug: removing module "freetype" [000000000917ca20] core spu text debug: looking for text renderer module matching "any": 4 candidates [000000000917ca20] freetype spu text debug: Using Arial as font from file C:\windows\Fonts\arial.ttf [000000000917ca20] freetype spu text debug: Using Courier New as mono-font from file C:\windows\Fonts\cour.ttf [000000000917ca20] freetype spu text debug: using fontsize: 2 [000000000917ca20] core spu text debug: using text renderer module "freetype" [00000000053c30f0] avcodec decoder warning: plane 0 not aligned [00000000053c30f0] avcodec decoder warning: disabling direct rendering [00000000050c4ae0] core vout display debug: VoutDisplayEvent 'resize' 1024x768 window [00000000053c30f0] core decoder debug: End of video preroll [00000000053c30f0] core decoder debug: Received first picture unhandled vlc exception QObject::killTimers: timers cannot be stopped from another thread

ryantheseer
Blank Cone
Blank Cone
Posts: 15
Joined: 16 Feb 2017 20:19

Re: Demuxing a Transport Stream MPEG file crashes VLC

Postby ryantheseer » 31 Mar 2017 20:09

As a note, I can view the video fine using x86 version of VLC on my computer.

ryantheseer
Blank Cone
Blank Cone
Posts: 15
Joined: 16 Feb 2017 20:19

Re: Demuxing a Transport Stream MPEG file crashes VLC

Postby ryantheseer » 31 Mar 2017 20:11

Never mind, feel free to delete the thread. Once I deleted a custom-built version of 64-bit VLC on my PC, it works on both x64 and x86 versions of VLC on my computer!


Return to “VLC media player for Windows Troubleshooting”

Who is online

Users browsing this forum: No registered users and 27 guests