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

add rtmp detecter

This commit is contained in:
winlin 2014-06-10 10:40:31 +08:00
parent 0327c85f85
commit ef6efb821c
4 changed files with 102 additions and 3 deletions

View file

@ -32,6 +32,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <srs_kernel_codec.hpp>
class SrsStream;
#define SRS_MAX_CODEC_SAMPLE 128
// Sampling rate. The following values are defined:

View file

@ -115,6 +115,7 @@ file
..\utest\srs_utest_handshake.hpp,
..\utest\srs_utest_handshake.cpp,
research readonly separator,
..\..\research\librtmp\srs_detect_rtmp.c,
..\..\research\librtmp\srs_flv_injecter.c,
..\..\research\librtmp\srs_flv_parser.c,
..\..\research\librtmp\srs_ingest_flv.c,