mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Point to video on object storage if we are going to keep this
This commit is contained in:
parent
810adcbce5
commit
12230fe7ba
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ func GetDefaults() Defaults {
|
||||||
<hr/>
|
<hr/>
|
||||||
|
|
||||||
<video id="video" controls preload="metadata" width="40%" poster="https://videos.owncast.online/t/xaJ3xNn9Y6pWTdB25m9ai3">
|
<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>
|
</video>
|
||||||
`,
|
`,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue