ports/www/screego/files/patch-config_config.go
Mateusz Piotrowski 43d581891a Add www/screego
Screego allows to share a screen with good quality and low latency.
It is just an addition to existing software and only helps to share a screen,
nothing else.

Features:
- Multi user screenshare
- Secure transfer via WebRTC
- Low latency / High resolution
- Integrated TURN server (see NAT Traversal documentation)

WWW: https://github.com/screego/server

Differential Revision:	https://reviews.freebsd.org/D27090
2020-11-10 14:54:17 +00:00

11 lines
441 B
Go

--- config/config.go.orig 2020-10-09 15:05:21 UTC
+++ config/config.go
@@ -17,7 +17,7 @@ import (
var (
prefix = "screego"
files = []string{"screego.config.development.local", "screego.config.development", "screego.config.local", "screego.config"}
- absoluteFiles = []string{"/etc/screego/server.config"}
+ absoluteFiles = []string{"%%ETCDIR%%/server.config"}
osExecutable = os.Executable
osStat = os.Stat
)