Browse Source

Point to video on object storage if we are going to keep this

pull/2455/head
Gabe Kangas 3 years ago
parent
commit
12230fe7ba
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      config/defaults.go

2
config/defaults.go

@ -64,7 +64,7 @@ func GetDefaults() Defaults { @@ -64,7 +64,7 @@ func GetDefaults() Defaults {
<hr/>
<video id="video" controls preload="metadata" width="40%" poster="https://videos.owncast.online/t/xaJ3xNn9Y6pWTdB25m9ai3">
<source src="https://videos.owncast.online/v/xaJ3xNn9Y6pWTdB25m9ai3.mp4?quality=" type="video/mp4" />
<source src="https://assets.owncast.tv/video/owncast-embed.mp4" type="video/mp4" />
</video>
`,

Loading…
Cancel
Save