A simple live video server, which supports video playing and downloading
#Depends
##software
- python 2.7.X
- nginx
##python package reqiurment
- tornado
- py2exe
#settings ##use python code
- edit
config.cfgto set the project settings. - run
config.pyto generatenginx.conf.
##use py2exe
- just use
mysetup.pyto generate exe.