A place to start.  thanks

On Mar 7, 2:45 pm, "Drew Smathers" <[EMAIL PROTECTED]> wrote:
> On Fri, Mar 7, 2008 at 1:52 PM, Matthew Singer <[EMAIL PROTECTED]> wrote:
>
> > Can I use pyglet to view H.264 data that is coming in over a socket? Or can
> > it only read from a file.
>
> Sorry, by yes I mean using sockets to read data in.  pyglet assumes
> the data is a stored in a file:
>
> class AVbinSource(StreamingSource):
>     def __init__(self, filename, file=None):
>         if file is not None:
>             raise NotImplementedError('TODO: Load from file stream')
>         ...
>
> --
> \\\\\/\"/\\\\\\\\\\\
> \\\\/ // //\/\\\\\\\
> \\\/  \\// /\ \/\\\\
> \\/ /\/ / /\/ /\ \\\
> \/ / /\/ /\  /\\\ \\
> / /\\\  /\\\ \\\\\/\
> \/\\\\\/\\\\\/\\\\\\
>                d.p.s
--~--~---------~--~----~------------~-------~--~----~
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