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:
parent
0dd72e0e5b
commit
4bd37d43b4
5 changed files with 59 additions and 14 deletions
|
@ -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++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue