mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Refine RTMP bridge to RTC, use RTP packets in consumer
This commit is contained in:
parent
54d8c36905
commit
2b1c4a188a
7 changed files with 340 additions and 286 deletions
|
@ -636,6 +636,7 @@ public:
|
|||
SrsAvcLevel avc_level;
|
||||
// lengthSizeMinusOne, ISO_IEC_14496-15-AVC-format-2012.pdf, page 16
|
||||
int8_t NAL_unit_length;
|
||||
// Note that we may resize the vector, so the under-layer bytes may change.
|
||||
std::vector<char> sequenceParameterSetNALUnit;
|
||||
std::vector<char> pictureParameterSetNALUnit;
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue