1
0
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:
Alexandre Iooss
2020-10-04 17:56:03 +02:00
parent 10312667d8
commit 6cf24cfb85
4 changed files with 29 additions and 12 deletions

View File

@ -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 (