Hi all,
I am running videos in VLC through vlc.py. 95% of the time, the video plays normally with no errors. Every once in a while, a video fails to play and I receive three errors:
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fc428ca22c0] moov atom not found
[00007fc428ce47f8] avformat demux error: Could not open <filename>: Unknown error 1094995529
[00007fc428ce47f8] ps demux error: cannot peek
Immediately attempting to replay the file usually works, but since media_player_instance.play() returns normally, I have no way of detecting the error from within vlc.py.
Any suggestions on how to hack around the problem or debug it more thoroughly?
Thanks for your help,
Patton
Additional clarification: VLC can play all the video files; the failure is random and does not seem to be linked to a particular file or subset of files.