Hi All
I should have mentioned that the only work around I have is this hacky
code:
try:
used = av.avbin_decode_audio(self._audio_stream,
self._audio_packet_ptr, self._audio_packet_size,
self._audio_buffer, size_out)
except:
print "Exception in avbin"
used = -1
I just surrounded the code that produces the windows exception. Not
entirely sure that this will work forever.
On Sep 26, 11:00 am, james <[email protected]> wrote:
> Hi All
>
> Does any one know why avbin.py would give and exception on line 335
> when playing video?
>
> windows xp pro
> pyglet 1.1.3
> avbin binary - most recent
> video - mpeg4 video / mpeg audio
>
> Thanks
> James
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---