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:
parent
92281548b6
commit
2742679354
6 changed files with 92 additions and 34 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue