Python streaming server
by Dang D. Nguyen other posts by this author
Dec 14 2005 9:57PM messages near this date
view in the new Beta List Site
Re: problem downloading and sending file using ftplib in Familiar Linux environment
|
python com server clean up problem
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
Attachments:
unknown1
unknown2
unknown3
unknown4
|