feat: rtmp add pb

This commit is contained in:
langhuihui
2024-04-18 20:40:19 +08:00
parent f4eab4cf51
commit 788923749e
33 changed files with 990 additions and 59 deletions

View File

@@ -5,6 +5,7 @@ import (
"time"
"m7s.live/m7s/v5"
_ "m7s.live/m7s/v5/plugin/debug"
_ "m7s.live/m7s/v5/plugin/hdl"
_ "m7s.live/m7s/v5/plugin/rtmp"
)