Skip to content

Commit

Permalink
finished rtc to rtmp feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hu-ping committed Mar 21, 2021
1 parent fb6bae4 commit 0f02ab5
Show file tree
Hide file tree
Showing 17 changed files with 1,975 additions and 30 deletions.
Binary file added trunk/3rdparty/fdk-aac-2.0.1.tar.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions trunk/3rdparty/ffmpeg-4.2-fit/libavcodec/codec_list.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
static const AVCodec * const codec_list[] = {
&ff_aac_encoder,
&ff_opus_encoder,
&ff_libfdk_aac_encoder,
&ff_libopus_encoder,
&ff_aac_decoder,
&ff_aac_fixed_decoder,
&ff_aac_latm_decoder,
&ff_libfdk_aac_decoder,
&ff_libopus_decoder,
NULL };
Loading

0 comments on commit 0f02ab5

Please sign in to comment.