mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
use libfdk_aac for srs2.
This commit is contained in:
parent
00a25ee5c5
commit
574cf6a094
5 changed files with 37 additions and 35 deletions
|
@ -783,7 +783,7 @@ public:
|
|||
virtual std::vector<std::string> get_engine_vfilter(SrsConfDirective* engine);
|
||||
/**
|
||||
* get the vcodec of engine,
|
||||
* the codec of video, copy or libx264
|
||||
* the codec of video, can be vn, copy or libx264
|
||||
*/
|
||||
virtual std::string get_engine_vcodec(SrsConfDirective* engine);
|
||||
/**
|
||||
|
@ -827,7 +827,7 @@ public:
|
|||
virtual std::vector<std::string> get_engine_vparams(SrsConfDirective* engine);
|
||||
/**
|
||||
* get the acodec of engine,
|
||||
* the audio codec can be copy or libaacplus
|
||||
* the audio codec can be an, copy or libfdk_aac
|
||||
*/
|
||||
virtual std::string get_engine_acodec(SrsConfDirective* engine);
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue