video/x-matroska

This commit is contained in:
qo-op 2021-06-17 23:49:12 +02:00
parent 27f780425a
commit 8e8e5c64bf
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ do
LOCALTUBELINK="http://127.0.0.1:8181$(cat /tmp/${mediakey}_filelink.txt)"
MIMETYPE="video/${LOCALTUBELINK##*.}"
[[ "$MIMETYPE" == "video/avi" ]] && MIMETYPE="video/x-msvideo"
[[ "$MIMETYPE" == "video/mkv" ]] && MIMETYPE="video/x-matroska"
### IPNS LINK CAN EVOLVE (REFRESH EVERY 12 H TO MAINTAIN ALIVE IN THE SWARM) # TODO : Use templating
### This index.html is ipns link root, 1st welcome page for MEDIAKEY -> *** Redirect to CONTRACTS processing HERE ***