refine the rtmp protocol stack comments, the stream id in little-endian.
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -100,7 +100,7 @@ public: | @@ -100,7 +100,7 @@ public: | ||
| 100 | /** | 100 | /** |
| 101 | * 4bytes. | 101 | * 4bytes. |
| 102 | * Four-byte field that identifies the stream of the message. These | 102 | * Four-byte field that identifies the stream of the message. These |
| 103 | - * bytes are set in big-endian format. | 103 | + * bytes are set in little-endian format. |
| 104 | */ | 104 | */ |
| 105 | int32_t stream_id; | 105 | int32_t stream_id; |
| 106 | 106 |
-
请 注册 或 登录 后发表评论