On Mon, Mar 3, 2008 at 3:25 PM, Txema Vicente <[EMAIL PROTECTED]> wrote:
> File "C:\Python25\Lib\site-packages\pyglet\media\avbin.py", line 334, in > _get_ > audio_data > self._audio_buffer, size_out) > WindowsError: exception: access violation reading 0x010F3000 This is a known problem on Windows that I've not yet isolated. It seems to be exacerbated by playing more than one movie at a time, but not caused by it. With pyglet 1.1 (which has better a better algorithm for decoding multiple video streams than pyglet 1.0) I can play five standard definition Xvid movies at once; about 6 or 7 MPEGs at once, and only one or two high def videos (Linux AMD 3500+, 2.2GHz). Any number of videos will play at once, but frames will be dropped. The limit is on the CPU's ability to decode that many streams at once: pyglet's overhead and texture upload cost is relatively minimal. Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
