mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update the ts_info
This commit is contained in:
parent
adb7572c8c
commit
bb775ef7bd
1 changed files with 2241 additions and 2239 deletions
2
trunk/research/ts_info.cc
Executable file → Normal file
2
trunk/research/ts_info.cc
Executable file → Normal file
|
@ -2136,6 +2136,8 @@ int consume(TSMessage* msg, AacMuxer* aac_muxer)
|
|||
}
|
||||
if (nal_unit_type == 7) {
|
||||
trace("ts+h264 got an SPS.");
|
||||
} else if (nal_unit_type == 5) {
|
||||
trace("ts+h264 got an Coded slice of an IDR picture.");
|
||||
} else if (nal_unit_type == 8) {
|
||||
trace("ts+h264 got an PPS.");
|
||||
} else if (nal_unit_type == 9) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue