On 4/8/08, Guyon Morée <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'd like to build a shoutcast streaming audio player. The problem I'm > encountering is that media.load() only accepts filenames. > > What I'd like to be able to do is, parse the shoutcast stream (for > metadata) and send the mp3encoded bytes to the pyglet media module for > playback. > > Any ideas how I could do this?
Major changes would be needed to AVbin to accept data streams instead of filenames. 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 -~----------~----~----~----~------~----~------~--~---
