Generalized TS PMT generation, fixed various minor problems with MP4 and HTTP.
This commit is contained in:
parent
f31552e37a
commit
d6fb4baff4
5 changed files with 55 additions and 6 deletions
|
@ -31,7 +31,7 @@ namespace HTTP {
|
|||
void SendResponse(std::string code, std::string message, Socket::Connection & conn);
|
||||
void StartResponse(std::string code, std::string message, Parser & request, Socket::Connection & conn);
|
||||
void StartResponse(Parser & request, Socket::Connection & conn);
|
||||
void Chunkify(std::string & bodypart, Socket::Connection & conn);
|
||||
void Chunkify(const std::string & bodypart, Socket::Connection & conn);
|
||||
void Chunkify(const char * data, unsigned int size, Socket::Connection & conn);
|
||||
void Proxy(Socket::Connection & from, Socket::Connection & to);
|
||||
void Clean();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue