-
Notifications
You must be signed in to change notification settings - Fork 5
Running
Run `python web.py’ when in the top directory. This will start a
web server on port 8080, start the streaming server and give you an
interactive shell to play around with.
You can try pointing your web browser to http://localhost:8080 and
then type `stream.stop()‘, to start the streaming server again type
`stream.run()’. You can do also things like `media = media[:-1]’ to
remove the last entry in the media play list.
To get a hint on what can be done with the software, read test.py and
web.py. The StreamServer code resides in server.cc.
Note: When you wish to quit, try Ctrl+D followed by Ctrl+C. The web
server will not terminate until you leave http://localhost:8080.
Also, hammering Ctrl+C seems to disturb Cherrypy, causing it to never
terminate and the program to hang.