Hi. Can you please post the minimal code for this so we can run it our machines?
Or even better, can you please fill a ticket<https://code.google.com/p/pyglet/issues/entry> with a minimal code that reproduces the error and some specifications of the file being listened to? This way anyone can test the code right away, confirm if it is or not a bug, and start digging in. Cheers, Jorge On Friday, December 27, 2013 5:27:41 PM UTC+1, Michael Wielondek wrote: > > Excuse me for bumping the post, but I'm currently experiencing the exact > same issue. Have anyone figured out a potential fix for it? > > On Saturday, March 16, 2013 5:44:02 PM UTC+1, [email protected] wrote: >> >> I'm using a minimal player (4 lines). Happens at about 30 seconds in to >> the playback (24 sec for WAV, 27 sec for MP3). >> >> From my log file with 'debug_media' & 'debug_media_buffers' set True. >> >> >> ... >> >> GEN BUFFERS: 40963 >> BUFFER DATA ERROR: 40964 >> Bad buffer: 3417 >> Bad buffer: 3418 >> Bad buffer: 3419 >> Bad buffer: 3420 >> refill 17152 >> get_audio_data >> Got an audio packet at 26.77551 >> Got requested audio packet at 26.77551 >> get_audio_data returning ts 26.775510 with events [] >> remaining events are [] >> GEN BUFFERS: 40963 >> BUFFER DATA ERROR: 40964 >> get_audio_data >> Got an audio packet at 26.801633 >> Got requested audio packet at 26.801633 >> get_audio_data returning ts 26.801633 with events [] >> remaining events are [] >> GEN BUFFERS: 40963 >> BUFFER DATA ERROR: 40964 >> get_audio_data >> Got an audio packet at 26.827755 >> Got requested audio packet at 26.827755 >> get_audio_data returning ts 26.827755 with events [] >> remaining events are [] >> GEN BUFFERS: 40963 >> BUFFER DATA ERROR: 40964 >> get_audio_data >> Got an audio packet at 26.853878 >> Got requested audio packet at 26.853878 >> get_audio_data returning ts 26.853878 with events [] >> remaining events are [] >> GEN BUFFERS: 40963 >> BUFFER DATA ERROR: 40964 >> underrun >> >> Any assistance would be appreciated. Thanks, -Reed >> >> Additional system config data: >> >> >> Python >> >> ------------------------------------------------------------------------------ >> sys.version: 2.7.3 (v2.7.3:70274d53c1dd, Apr 9 2012, 20:52:43) >> [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] >> sys.platform: darwin >> sys.maxint: 9223372036854775807 >> PyObjC not available >> os.getcwd(): /Users/reedb/projects/python >> >> pyglet >> >> ------------------------------------------------------------------------------ >> pyglet.version: 1.2alpha1 >> pyglet.__file__: >> /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pyglet/__init__.pyc >> pyglet.options['debug_win32'] = False >> pyglet.options['xlib_fullscreen_override_redirect'] = False >> pyglet.options['debug_trace_args'] = False >> pyglet.options['font'] = ('gdiplus', 'win32') >> pyglet.options['debug_gl_trace_args'] = False >> pyglet.options['debug_trace'] = False >> pyglet.options['debug_gl_trace'] = False >> pyglet.options['debug_x11'] = False >> pyglet.options['debug_media'] = False >> pyglet.options['debug_trace_depth'] = 1 >> pyglet.options['vsync'] = None >> pyglet.options['debug_gl'] = True >> pyglet.options['darwin_cocoa'] = True >> pyglet.options['debug_trace_flush'] = True >> pyglet.options['shadow_window'] = True >> pyglet.options['xsync'] = True >> pyglet.options['debug_font'] = False >> pyglet.options['graphics_vbo'] = True >> pyglet.options['debug_lib'] = False >> pyglet.options['debug_graphics_batch'] = False >> pyglet.options['audio'] = ('directsound', 'pulse', 'openal', 'silent') >> pyglet.options['debug_texture'] = False >> >> pyglet.media >> >> ------------------------------------------------------------------------------ >> audio driver: <pyglet.media.drivers.openal.OpenALDriver object at >> 0x1141453d0> >> >> pyglet.media.avbin >> >> ------------------------------------------------------------------------------ >> Library: <CDLL '/usr/local/lib/libavbin.dylib', handle 101e8bb70 at >> 114139590> >> AVbin version: 11 >> FFmpeg revision: 0 >> >> pyglet.media.drivers.openal >> >> ------------------------------------------------------------------------------ >> Library: <CDLL '/System/Library/Frameworks/OpenAL.framework/OpenAL', >> handle 101e9f020 at 114145f50> >> Version: (1, 1) >> Extensions: >> ALC_EXT_capture >> ALC_ENUMERATION_EXT >> ALC_EXT_MAC_OSX >> ALC_EXT_ASA >> ALC_EXT_ASA_DISTORTION >> ALC_EXT_ASA_ROGER_BEEP >> >> >> -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/groups/opt_out.
