#include <cstdio>
#include <deque>
#include <boost/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/condition.hpp>
#include <boost/asio.hpp>
#include <megatree/blocking_queue.h>
Go to the source code of this file.
Classes | |
class | ClientHandler |
Typedefs | |
typedef std::vector< uint8_t > | Message |
Functions | |
int | main (int argc, char **argv) |
typedef std::vector<uint8_t> Message |
Definition at line 19 of file streaming_server.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 133 of file streaming_server.cpp.