mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 19:12:07 +02:00
Make player poster customisable, fix #20
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<div class="col-video">
|
||||
<!-- Video -->
|
||||
<div class="video-responsive">
|
||||
<video id="viewer" poster="/static/img/no_stream.svg" muted controls autoplay></video>
|
||||
<video id="viewer" poster="{{.Cfg.PlayerPoster}}" muted controls autoplay></video>
|
||||
</div>
|
||||
|
||||
<!-- Links and settings under video -->
|
||||
|
@ -23,6 +23,7 @@ type Options struct {
|
||||
ListenAddress string
|
||||
Name string
|
||||
OneStreamPerDomain bool
|
||||
PlayerPoster string
|
||||
SRTServerPort string
|
||||
STUNServers []string
|
||||
ViewersCounterRefreshPeriod int
|
||||
|
Reference in New Issue
Block a user