mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add comments for aac encoder
This commit is contained in:
parent
7916cab50e
commit
c4524484e6
1 changed files with 3 additions and 0 deletions
|
@ -44,7 +44,10 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#define SRS_ENCODER_COPY "copy"
|
||||
#define SRS_ENCODER_NO_VIDEO "vn"
|
||||
#define SRS_ENCODER_NO_AUDIO "an"
|
||||
// only support libx264 encoder.
|
||||
#define SRS_ENCODER_VCODEC "libx264"
|
||||
// any aac encoder is ok which contains the aac,
|
||||
// for example, libaacplus, aac, fdkaac
|
||||
#define SRS_ENCODER_ACODEC "aac"
|
||||
|
||||
// for encoder to detect the dead loop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue