Hi, I am a newbie to Python.
 
Currently I am doing a project regarding streaming server in Python, which is something simillar to RTSP server. However, a lot of things I still do not know how to start. So, it would be grateful if  anyone could help me on this.
The server can load a media file and send data in packets to the client. I created a very simple server and client with basic protocol ( setup, play, pause, teardown). But I do not know how to read and load the media file to the packets and send to client. And by the way, is there anyway to play a media file like that in the cient, does Python support a plugin media player ? 
 
Thanks and regards,
 

--
Steve
_______________________________________________
ActivePython mailing list
ActivePython@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/ActivePython

Reply via email to