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)
|
|
}
|