Okay well I started it with
and loaded a URL and the only thing that it's complaining about, infrequently might I add, is this.
Code: Select all
[0xb7101ee8] main audio output debug: audio output is starving (21664), playing silence
[0xb7101ee8] main audio output debug: audio output is starving (26724), playing silence
[0xb710aee0] main video output warning: late picture skipped (56181 > -8)
[0xb7101ee8] main audio output debug: audio output is starving (20857), playing silence
[0xb7101ee8] main audio output debug: audio output is starving (20463), playing silence
I think that was one of the problems. The audio would stop then it would just crash. I haven't had a crash yet though.
So what do I .....
Well as I was typing this it did crash. It seems as if it can't handle when I'm multitasking.
Here's the output I received.
Code: Select all
[0xb710aee0] main video output warning: late picture skipped (44765 > -8)
[0xb7101ee8] main audio output warning: resampling stopped after 17840066 usec (drift: -39226)
[0xb710aee0] main video output warning: late picture skipped (21113 > -8)
[0xb7101ee8] main audio output warning: output date isn't PTS date, requesting resampling (49530)
[0xb7101ee8] main audio output warning: buffer is 89006 late, triggering upsampling
[0xb7101ee8] main audio output warning: output date isn't PTS date, requesting resampling (52203)
[0xb7101ee8] main audio output warning: audio drift is too big (124959), dropping buffer
[0xb7101ee8] main audio output debug: audio output is starving (22147), playing silence
[0xb7101ee8] main audio output warning: resampling stopped after 384011 usec (drift: -12959)
[0xb7101ee8] main audio output debug: audio output is starving (29204), playing silence
[0xb7101ee8] main audio output warning: output date isn't PTS date, requesting resampling (48306)
[0xb7101ee8] main audio output warning: buffer is 61515 late, triggering upsampling
[0xb7101ee8] main audio output debug: audio output is starving (20222), playing silence
[0xb7101ee8] main audio output debug: audio output is starving (23441), playing silence
[0xb7101ee8] main audio output debug: audio output is starving (21419), playing silence
[0xb710aee0] main video output warning: late picture skipped (40740 > -7)
[0xb7101ee8] main audio output warning: output date isn't PTS date, requesting resampling (61946261)
[0xb7101ee8] main audio output warning: audio drift is too big (61983370), dropping buffer
[0xb7101ee8] main audio output warning: audio drift is too big (61879370), dropping buffer
[0xb7101ee8] main audio output warning: audio drift is too big (61751370), dropping buffer
[0xb7101ee8] main audio output warning: audio drift is too big (61687370), dropping buffer
[0xb7101ee8] main audio output warning: audio drift is too big (61559370), dropping buffer
[0xb7101ee8] main audio output warning: audio drift is too big (61495370), dropping buffer
...
[0xb710aee0] main video output warning: late picture skipped (66396 > -7)
...
[0xb7101ee8] main audio output warning: audio drift is too big (50719370), dropping buffer
[0xb7101ee8] main audio output warning: audio drift is too big (50591370), dropping buffer
Not enough memory
Any clues??