1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-27 15:42:07 +02:00

Make player poster customisable, fix #20

This commit is contained in:
Alexandre Iooss
2020-10-11 22:02:20 +02:00
parent 1cab361815
commit a0e520e128
4 changed files with 8 additions and 1 deletions

View File

@ -63,6 +63,7 @@ func New() *Config {
ListenAddress: ":8080",
Name: "Ghostream",
OneStreamPerDomain: false,
PlayerPoster: "/static/img/no_stream.svg",
ViewersCounterRefreshPeriod: 20000,
},
WebRTC: webrtc.Options{