1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +00:00

update the ts_info parse the PMT and PES header

This commit is contained in:
winlin 2013-11-18 23:49:18 +08:00
parent 89332789d1
commit a47a53f271
3 changed files with 1077 additions and 648 deletions

View file

@ -1,5 +1,5 @@
# the listen ports, split by space. # the listen ports, split by space.
listen 1937; listen 1935;
# the default chunk size is 128, max is 65536, # the default chunk size is 128, max is 65536,
# some client does not support chunk size change, # some client does not support chunk size change,
# however, most clients supports it and it can improve # however, most clients supports it and it can improve

File diff suppressed because it is too large Load diff

View file

@ -41,7 +41,9 @@ file
..\core\srs_core_pithy_print.hpp, ..\core\srs_core_pithy_print.hpp,
..\core\srs_core_pithy_print.cpp, ..\core\srs_core_pithy_print.cpp,
..\core\srs_core_log.hpp, ..\core\srs_core_log.hpp,
..\core\srs_core_log.cpp; ..\core\srs_core_log.cpp,
research readonly separator,
..\..\research\ts_info.cpp;
mainconfig mainconfig
"" = "MAIN"; "" = "MAIN";