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

solve dts==0 bugs; solve large aac 2930bytes timestamp bugs

This commit is contained in:
runner365 2020-02-26 11:14:05 +08:00
parent 0dd72e0e5b
commit 4bd37d43b4
5 changed files with 59 additions and 14 deletions

View file

@ -291,7 +291,6 @@ int ts_demux::decode(SRT_DATA_MSG_PTR data_ptr, TS_DATA_CALLBACK_PTR callback)
return -1;
}
unsigned int count = data_ptr->data_len()/188;
path = data_ptr->get_path();
for (unsigned int index = 0; index < count; index++)