hw: add draft rockchip-mpp hw video encoding

This commit is contained in:
Artem
2024-11-19 22:08:12 +01:00
parent c5f77df6b0
commit fc2273d40b
9 changed files with 429 additions and 32 deletions

View File

@@ -193,6 +193,6 @@ func WebRTCSettings(c *gin.Context) {
ffmpeg.SetFPS(fps)
}
ffmpeg.Stop()
ffmpeg.Start()
//ffmpeg.Stop()
//ffmpeg.Start()
}