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:
parent
89332789d1
commit
a47a53f271
3 changed files with 1077 additions and 648 deletions
|
@ -1,5 +1,5 @@
|
|||
# the listen ports, split by space.
|
||||
listen 1937;
|
||||
listen 1935;
|
||||
# the default chunk size is 128, max is 65536,
|
||||
# some client does not support chunk size change,
|
||||
# however, most clients supports it and it can improve
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -41,7 +41,9 @@ file
|
|||
..\core\srs_core_pithy_print.hpp,
|
||||
..\core\srs_core_pithy_print.cpp,
|
||||
..\core\srs_core_log.hpp,
|
||||
..\core\srs_core_log.cpp;
|
||||
..\core\srs_core_log.cpp,
|
||||
research readonly separator,
|
||||
..\..\research\ts_info.cpp;
|
||||
mainconfig
|
||||
"" = "MAIN";
|
||||
|
||||
|
|
Loading…
Reference in a new issue