mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-10-14 12:33:52 +08:00
Rework FFmpeg hardware support
This commit is contained in:
@@ -9,7 +9,9 @@ import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
func Init() {
|
||||
func Init(bin string) {
|
||||
Bin = bin
|
||||
|
||||
api.HandleFunc("api/ffmpeg/devices", apiDevices)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user