Re: Help on writing P2P Streaming client

2006-11-02 Thread Steve Holden
Daniel wrote: > I want to write a P2P streaming client where ine user broadcasts and > many users receive the streaming content and forward like BitTorrent. > > Can anybody provide pointers for starting in Python. I have done couple > of small projects in Python but I need to get this done. > > E

Help on writing P2P Streaming client

2006-11-02 Thread Daniel
I want to write a P2P streaming client where ine user broadcasts and many users receive the streaming content and forward like BitTorrent. Can anybody provide pointers for starting in Python. I have done couple of small projects in Python but I need to get this done. Every help is appreciated. T