Hi there,

First of all - I've recently discovered pyglet and I am slowly trying
to get familiar with it.

The functionality that interest me most is video playback, so this is
my starting point.
I've checked examples/media_player.py and first thing I noticed was
errors thrown while trying to load AVI file with no audio stream in
it:

Traceback (most recent call last):
  File "media_player.py", line 295, in ?
    player.queue(source)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/
lib/python2.4/site-packages/pyglet/media/__init__.py", line 692, in
queue
    self._begin_source()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/
lib/python2.4/site-packages/pyglet/media/__init__.py", line 775, in
_begin_source
    self._fill_audio()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.4/
lib/python2.4/site-packages/pyglet/media/__init__.py", line 614, in
_fill_audio
    write_size = self._audio.get_write_size()
AttributeError: 'NoneType' object has no attribute 'get_write_size'


I hope that's easy fix...

Many thanks,
Maciek


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to