I am using LibVLC 2.2.6 to play video in my Windows 64bit app. Most work exactly as expected, but for some - E.G. http://ia301515.us.archive.org/1/items/ ... _512kb.mp4, the stream stops after a few minutes (different time each run).
I turned on debugging and capture the log - the lines that appear as the stream stops begin with:
core debug: object waitpipe triggered
First guess is that LibVLC is being starved of updates and timing out waiting for data to arrive.
Can anyone suggest why this might happen or how to debug it further.