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:
@ -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
|
||||
|
@ -4,7 +4,6 @@ After=syslog.target
|
||||
|
||||
[Service]
|
||||
User=www-data
|
||||
EnvironmentFile=-/etc/default/ghostream
|
||||
ExecStart=/usr/bin/ghostream
|
||||
Restart=on-failure
|
||||
|
||||
|
Reference in New Issue
Block a user