mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2025-09-27 04:36:12 +08:00
11 lines
177 B
Go
11 lines
177 B
Go
package ivideon
|
|
|
|
import (
|
|
"github.com/AlexxIT/go2rtc/internal/streams"
|
|
"github.com/AlexxIT/go2rtc/pkg/ivideon"
|
|
)
|
|
|
|
func Init() {
|
|
streams.HandleFunc("ivideon", ivideon.Dial)
|
|
}
|