Are the glitches gone with 3.4.9 released today?
Thanks fkuehne for attempting to address this bug, hopefully I can provide you with some info to help resolve this one. I did some testing with the 3.4.9 version. While it doesn't close to app screen like the previous version, the video will freeze and the VLC is unresponsive, but you can double tap the AppleTV button and force close. From the logs it appears after Buffering the processes that follow are different. Here's 2 examples:
Code: Select all
DBG] Buffering 95%
[DBG] Stream buffering done (1000 ms in 4 ms)
[INF] vt cvpx chroma: 420v
[DBG] trying to reuse free vout
[DBG] removing module "freetype"
[DBG] looking for text renderer module matching "freetype": 2 candidates
[DBG] using text renderer module "freetype"
[DBG] reusing provided vout
[DBG] Received first picture
[DBG] VoutDisplayEvent 'resize' 1920x1080
[INF] Raising max DPB to 3
[DBG] Decoder wait done in 42 ms
[WARN] find KaxCues FIXME
[DBG] MKV/Ebml Parser: m_el[mi_level] == NULL
[WARN] EOF
[WARN] cannot get block EOF?
[DBG] EOF reached
[DBG] waiting decoder fifos to empty
[DBG] waiting decoder fifos to empty
[DBG] waiting decoder fifos to empty
[DBG] waiting decoder fifos to empty
[DBG] waiting decoder fifos to empty
[DBG] waiting decoder fifos to empty
[DBG] waiting decoder fifos to empty
[DBG] waiting decoder fifos to empty
[DBG] killing decoder fourcc `h264'
[DBG] removing module "videotoolbox"
[DBG] saving a free vout
[DBG] reusing provided vout
[DBG] removing module "mkv"
[DBG] Program doesn't contain anymore ES
[DBG] Stopping the UI Hook
[DBG] removing module "record"
[DBG] removing module "cache_read"
[DBG] removing module "filesystem"
[DBG] Creating an input for 'cov.mkv'
[DBG] reusing audio output
[DBG] keeping audio output
[DBG] using timeshift granularity of 50 MiB
[DBG] using default timeshift path
Code: Select all
[DBG] Buffering 95%
[DBG] Stream buffering done (1000 ms in 4 ms)
[INF] vt cvpx chroma: 420v
[DBG] trying to reuse free vout
[DBG] removing module "freetype"
[DBG] looking for text renderer module matching "freetype": 2 candidates
[DBG] using text renderer module "freetype"
[DBG] reusing provided vout
[DBG] Received first picture
[DBG] VoutDisplayEvent 'resize' 1920x1080
[INF] Raising max DPB to 3
[DBG] Decoder wait done in 43 ms
[DBG] killing decoder fourcc `h264'
[DBG] removing module "videotoolbox"
[DBG] saving a free vout
[DBG] reusing provided vout
[DBG] removing module "mkv"
[DBG] Program doesn't contain anymore ES
[DBG] Stopping the UI Hook
[DBG] removing module "record"
[DBG] removing module "cache_read"
[DBG] removing module "filesystem"
[DBG] removing module "audiounit_ios"
[DBG] destroying useless vout
[DBG] removing module "ios"
[DBG] deleting display
[DBG] removing module "glconv_cvpx"
[DBG] removing module "freetype"
[DBG] removing module "yuvp"
[DBG] removing module "swscale"