1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

implements the ingest framework

This commit is contained in:
winlin 2014-04-07 13:32:00 +08:00
parent 92281548b6
commit 2742679354
6 changed files with 92 additions and 34 deletions

View file

@ -61,7 +61,9 @@ public:
virtual void on_thread_stop();
private:
virtual void clear_engines();
virtual int parse();
virtual int parse_ingesters(SrsConfDirective* vhost);
virtual int parse_engines(SrsConfDirective* vhost, SrsConfDirective* ingest);
virtual int initialize_ffmpeg(SrsFFMPEG* ffmpeg, SrsConfDirective* ingest, SrsConfDirective* engine);
};