mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
feat: add hls pull support
This commit is contained in:
13
README.md
13
README.md
@@ -9,10 +9,10 @@ package main
|
||||
import (
|
||||
"context"
|
||||
|
||||
"m7s.live/m7s/v5"
|
||||
_ "m7s.live/m7s/v5/plugin/debug"
|
||||
_ "m7s.live/m7s/v5/plugin/flv"
|
||||
_ "m7s.live/m7s/v5/plugin/rtmp"
|
||||
"m7s.live/v5"
|
||||
_ "m7s.live/v5/plugin/debug"
|
||||
_ "m7s.live/v5/plugin/flv"
|
||||
_ "m7s.live/v5/plugin/rtmp"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -25,7 +25,10 @@ func main() {
|
||||
| Build Tag | Description |
|
||||
|-----------|-------------|
|
||||
| disable_rm | Disables the memory pool |
|
||||
| sqlite | Enables the sqlite DB |
|
||||
| sqlite | Enables the sqlite DB |
|
||||
| sqliteCGO | Enables the sqlite cgo version DB |
|
||||
| mysql | Enables the mysql DB |
|
||||
| postgres | Enables the postgres DB |
|
||||
| duckdb | Enables the duckdb DB |
|
||||
| taskpanic | Throws panic, for testing |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user