1
0
Fork 0
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:
winlin 2013-11-24 16:47:21 +08:00
parent adb7572c8c
commit bb775ef7bd

2
trunk/research/ts_info.cc Executable file → Normal file
View 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) {