#include <boost/asio.hpp>
#include <boost/array.hpp>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include "reply.h"
#include "request.h"
#include "request_parser.h"
#include "ffmpeg_encoder.h"
#include "encoder_manager.h"
#include "server_configuration.h"
Go to the source code of this file.
Classes | |
class | ros_http_video_streamer::connection |
Represents a single connection from a client. More... | |
Namespaces | |
namespace | ros_http_video_streamer |
Defines | |
#define | STREAM_PATH "/streams" |
#define | WEB_PATH "/www" |
Typedefs | |
typedef boost::shared_ptr < connection > | ros_http_video_streamer::connection_ptr |
#define STREAM_PATH "/streams" |
Definition at line 55 of file connection.h.
#define WEB_PATH "/www" |
Definition at line 56 of file connection.h.