Skip to content

Commit

Permalink
[fix]rtmp_t修改未提交
Browse files Browse the repository at this point in the history
  • Loading branch information
joestarzxh committed Dec 31, 2021
1 parent db2950a commit ca4facc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/base/rtmp_t.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ const (
RtmpTypeIdAggregateMessage uint8 = 22

// user control message type
RtmpUserControlStreamBegin uint8 = 0
RtmpUserControlRecorded uint8 = 4
RtmpUserControlStreamBegin uint8 = 0
RtmpUserControlRecorded uint8 = 4
RtmpUserControlPingRequest uint8 = 6
RtmpUserControlPingResponse uint8 = 7

// spec-video_file_format_spec_v10.pdf
// Video tags
Expand Down

0 comments on commit ca4facc

Please sign in to comment.