mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-29 22:41:06 +02:00
Add oneStreamPerDomain mode
This commit is contained in:
11
web/web.go
11
web/web.go
@ -15,16 +15,15 @@ import (
|
||||
|
||||
// Options holds web package configuration
|
||||
type Options struct {
|
||||
Favicon string
|
||||
Hostname string
|
||||
ListenAddress string
|
||||
Name string
|
||||
Hostname string
|
||||
Favicon string
|
||||
OneStreamPerDomain bool
|
||||
SRTServerPort string
|
||||
WidgetURL string
|
||||
STUNServers []string
|
||||
ViewersCounterRefreshPeriod int
|
||||
|
||||
// Copied from WebRTC configuration
|
||||
STUNServers []string
|
||||
WidgetURL string
|
||||
}
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user