Re: [Tutor] Reading video streams from Internet

2011-04-22 Thread Steven D'Aprano
Ryan J wrote: Hello Python gurus! I am trying to 1) Read and decode video streams from internet. 2) Store them in a buffer. 3) Eventually convert them into data that can be used in Cycling '74's Jitter. If anyone has any idea how to start with this, that would be great! I have limited experienc

[Tutor] Reading video streams from Internet

2011-04-22 Thread Ryan J
Hello Python gurus! I am trying to 1) Read and decode video streams from internet. 2) Store them in a buffer. 3) Eventually convert them into data that can be used in Cycling '74's Jitter. If anyone has any idea how to start with this, that would be great! I have limited experience with Python, b