MistServer  2.5.3-Pro-19-gf5e75b1 ( Generic_64)
output_progressive_flv.h
Go to the documentation of this file.
1 #include "output_http.h"
2 
3 
4 namespace Mist {
5  class OutProgressiveFLV : public HTTPOutput {
6  public:
9  static void init(Util::Config * cfg);
10  void onHTTP();
11  void sendNext();
12  void sendHeader();
13  private:
15  };
16 }
17 
void sendHeader()
Definition: output_progressive_flv.cpp:40
FLV::Tag tag
Definition: output_progressive_flv.h:14
This class is used to hold, work with and get information about a single FLV tag. ...
Definition: flv_tag.h:29
Definition: output_progressive_flv.h:5
void onHTTP()
Definition: output_progressive_flv.cpp:62
Recording to file.
Definition: input.cpp:13
Mist::OutProgressiveFLV mistOut
Definition: output_progressive_flv.h:18
~OutProgressiveFLV()
Definition: output_progressive_flv.cpp:5
Deals with parsing configuration from commandline options.
Definition: config.h:18
OutProgressiveFLV(Socket::Connection &conn)
Definition: output_progressive_flv.cpp:4
static void init(Util::Config *cfg)
Definition: output_progressive_flv.cpp:7
void sendNext()
Definition: output_progressive_flv.cpp:35
Definition: output_http.h:8
This class is for easy communicating through sockets, either TCP or Unix.
Definition: socket.h:47