Skip to content

Commit

Permalink
feat(common): add additional video attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
trueChazza committed Jan 20, 2022
1 parent eb8521f commit 8a2a86f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/media_server_web/live/watch_live/show.html.heex
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<video id="video" src={"#{ @stream_url }"} poster={"#{ @poster }"} controls autoplay></video>
<video id="video" poster={"#{ @poster }"} controlsList="nodownload" controls autoplay>
<source src={"#{ @stream_url }"} type="video/mp4">
</video>

0 comments on commit 8a2a86f

Please sign in to comment.