mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine code for #250, ts remux
This commit is contained in:
parent
e9ed62e052
commit
c9d270fbe0
3 changed files with 9 additions and 8 deletions
|
@ -39,6 +39,9 @@ class SrsAvcAacCodec;
|
|||
class SrsCodecSample;
|
||||
class SrsSimpleBuffer;
|
||||
|
||||
// Transport Stream packets are 188 bytes in length.
|
||||
#define SRS_TS_PACKET_SIZE 188
|
||||
|
||||
// @see: ngx_rtmp_SrsMpegtsFrame_t
|
||||
class SrsMpegtsFrame
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue