Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NaluStartCode = []byte{0x0, 0x0, 0x0, 0x1}
View Source
var NaluUintTypeMapping = map[uint8]string{
1: "SLICE",
5: "IDR",
6: "SEI",
7: "SPS",
8: "PPS",
9: "AUD",
}
Functions ¶
func CaptureAVC ¶
将rtmp avc数据转换成avc裸流 @param <payload> rtmp message的payload部分 或者 flv tag的payload部分
func ParseAVCSeqHeader ¶
从 rtmp avc sequence header 中解析 sps 和 pps @param <payload> rtmp message的payload部分 或者 flv tag的payload部分
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.