1
0
Fork 0
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:
winlin 2015-01-25 13:19:22 +08:00
parent e9ed62e052
commit c9d270fbe0
3 changed files with 9 additions and 8 deletions

View file

@ -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
{