1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-07-05 05:44:03 +02:00

Also test web server desactivation

This commit is contained in:
Alexandre Iooss
2020-10-09 23:57:39 +02:00
parent fe43fdb4ae
commit 5f457a1e6a
2 changed files with 22 additions and 7 deletions

View File

@ -85,7 +85,7 @@ func Serve(rSdpChan chan struct {
cfg = c
if !cfg.Enabled {
// SRT is not enabled, ignore
// Web server is not enabled, ignore
return
}