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

Rename multicast to stream forwarding

This commit is contained in:
Alexandre Iooss
2020-09-30 15:07:36 +02:00
parent 6ba297bf96
commit 8f7384ba35
9 changed files with 33 additions and 43 deletions

View File

@ -17,6 +17,13 @@ auth:
# uri: ldap://127.0.0.1:389
# userdn: cn=users,dc=example,dc=com
# Configure stream forwarding
forwarding:
# Example to forward a stream named "demo" to Twitch and YouTube
#demo:
# - rtmp://live-cdg.twitch.tv/app/STREAM_KEY
# - rtmp://a.rtmp.youtube.com/live2/STREAM_KEY
# Prometheus monitoring endpoint
monitoring:
listenAddress: 127.0.0.1:2112
@ -46,9 +53,3 @@ webrtc:
# STUN servers, you should host your own Coturn instance
STUNServers:
- stun:stun.l.google.com:19302
# Configuration for the multicast feature
multicast:
outputs:
# demo:
# - rtmp://localhost:1925

View File

@ -4,7 +4,6 @@ After=syslog.target
[Service]
User=www-data
EnvironmentFile=-/etc/default/ghostream
ExecStart=/usr/bin/ghostream
Restart=on-failure