| Module | Outcry |
| In: |
lib/streamer-http.rb
lib/config.rb lib/streamer.rb lib/slog.rb lib/shoutstreamer.rb lib/version.rb lib/utils.rb |
Keep everything in the Outcry module to be tidy.
| SERVLETS | = | [ ["setplaylist", SetPlaylistServlet], ["getplaylist", QueryPlaylistServlet], ["next", NextServlet], ["previous", PreviousServlet], ["append", AppendServlet], ["insert", InsertServlet], ["position", PositionServlet] |
| ROOT | = | "/control" |
| DEFAULT_LOGDIR | = | "/var/log/outcry" |
| SHOUT_BLOCKSIZE | = | 16384 |
| PIPE_BLOCKSIZE | = | 2048 |
| VERSION | = | "0.5" |