serve ffmpeg.wasm

This commit is contained in:
2024-06-16 19:53:16 +12:00
parent 5018184e7c
commit df8d36c661
9 changed files with 63 additions and 0 deletions

View File

@ -64,6 +64,10 @@
{% call utils::post_in_list(post) %}
{% endif %}
{% endfor %}
{% if prefs.ffmpeg_video_downloads == "on" %}
<script src="/ffmpeg/ffmpeg.js"></script>
<script src="/ffmpeg/ffmpeg-util.js"></script>
{% endif %}
{% if prefs.use_hls == "on" %}
<script src="/hls.min.js"></script>
<script src="/playHLSVideo.js"></script>