mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the rtmp protocol stack comments, the stream id in little-endian.
This commit is contained in:
parent
9e35664510
commit
5a229e89bf
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ public:
|
|||
/**
|
||||
* 4bytes.
|
||||
* Four-byte field that identifies the stream of the message. These
|
||||
* bytes are set in big-endian format.
|
||||
* bytes are set in little-endian format.
|
||||
*/
|
||||
int32_t stream_id;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue