Merge branch 'master' of https://github.com/gabek/owncast
This commit is contained in:
commit
51b79287c5
3
main.go
3
main.go
@ -37,8 +37,6 @@ func main() {
|
||||
usingExternalStorage = true
|
||||
}
|
||||
|
||||
resetDirectories(configuration)
|
||||
|
||||
if usingExternalStorage {
|
||||
storage.Setup(configuration)
|
||||
go monitorVideoContent(configuration.PrivateHLSPath, configuration, storage)
|
||||
@ -46,6 +44,7 @@ func main() {
|
||||
|
||||
go startRTMPService()
|
||||
|
||||
resetDirectories(configuration)
|
||||
startWebServer()
|
||||
}
|
||||
|
||||
|
@ -75,7 +75,7 @@ GW TODO:
|
||||
playsinline
|
||||
muted
|
||||
poster="/thumbnail.png"
|
||||
data-setup='{"vhs": { "enableLowInitialPlaylist": true, "smoothQualityChange": true, "handlePartialData": true }}'
|
||||
data-setup='{}'
|
||||
>
|
||||
<source src="hls/stream.m3u8" type="application/x-mpegURL"/>
|
||||
</video>
|
||||
|
@ -1,4 +0,0 @@
|
||||
# Stream description and content can go here.
|
||||
|
||||
1. Edit `content.md` in markdown.
|
||||
1. And it'll go here.
|
Loading…
x
Reference in New Issue
Block a user