XBOX MEDIA PLAYER Server v0.25
By J-F MAMMET (jeff@home.bidou.info)

This small C file is my attempt to make a nice server for the excellent XBOX
Media player by Runtime & d7o3g4q.
My C skills are rusty to say the least after 5 years of almost only PHP coding,
so any comment/patch on my ugly C code is most welcome.

One warning. IN NO WAY this server is meant to be secured, so you ABSOLUTELY
should not let it running none supervised on a non firewalled IP/port. Anybody
can get read access to absolutely all the files of the UID you used (of course
you did not use root, did you ?). You've been WARNED !

This code seems to be working fine for me, except sometimes it will hang after
using the pause function of the player. A beta tester did not seem to be able
to get it to run correctly more than a few minutes, I have no idea why...

To compile the server :
gcc -O3 server.c -o server

The -O3 optimization flag is IMPORTANT, the server won't work correctly without
it on my linux box !

Please send your bug reports the jeff@home.bidou.info. A new version supporting
the INFO command is planned for next week.