Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Monibuca/engine
/ WriteSliceByte
Method
WriteSliceByte
track/video.go:180–183 ·
view source on GitHub ↗
(b ...byte)
Source
from the content-addressed store, hash-verified
178
}
179
180
func
(vt *Video) WriteSliceByte(b ...byte) {
181
// fmt.Println("write slice byte", b)
182
vt.WriteSliceBytes(b)
183
}
184
185
// 在I帧前面插入sps pps webrtc需要
186
func
(vt *Video) insertDCRtp() {
Callers
2
WriteRTPFrame
Method · 0.80
WriteRTPFrame
Method · 0.80
Calls
1
WriteSliceBytes
Method · 0.65
Tested by
no test coverage detected