I tried gathering some information from the message logger, but it was of little use. The freeze started directly before changing from fullscreen to windowed:
Code: Select all
main warning: buffer is 40431 in advance, triggering downsampling
main warning: resampling stopped after 174000 usec (drift: 37702)
main warning: buffer is 40493 in advance, triggering downsampling
main warning: resampling stopped after 1125000 usec (drift: 25223)
main warning: buffer is 40014 in advance, triggering downsampling
main warning: resampling stopped after 174000 usec (drift: 37265)
main warning: buffer is 40035 in advance, triggering downsampling
main warning: resampling stopped after 1125000 usec (drift: 24972)
qt4 debug: Qt4: Fullscreen state changed
qt4 debug: Qt: Quitting Fullscreen
qt4 debug: Qt4: Fullscreen state changed
qt4 debug: Qt4: Fullscreen state changed
main debug: VoutDisplayEvent 'resize' 1440x798 window
main debug: VoutDisplayEvent 'resize' 731x304 window
main debug: auto hidding mouse
main error: ES_OUT_SET_(GROUP_)PCR is called too late (jitter of 14833 ms ignored)
main error: ES_OUT_RESET_PCR called
main warning: early picture skipped
main debug: Buffering 0%
main debug: Buffering 8%
main debug: End of audio preroll
main debug: Buffering 16%
main debug: Buffering 25%
main debug: Buffering 33%
main debug: Buffering 41%
main debug: Buffering 50%
main debug: Buffering 58%
main debug: Buffering 66%
main debug: Buffering 75%
main debug: Buffering 83%
main debug: Buffering 91%
main debug: Buffering 100%
main debug: Stream buffering done (325 ms in 1 ms)
main debug: End of video preroll
main debug: Received first picture
main debug: Decoder buffering done in 14 ms
main warning: PTS is out of range (-31097), dropping buffer
main warning: output PTS is out of range (14875000), clearing out
main debug: control type=1
main debug: auto hidding mouse
Only other useful information I can provide at this time is that VLC is installed to my SSD drive and the videos are on a standard internal 1TB SATA drive. What should I do next to debug this issue?