PirateBox-Dev / PirateBoxScripts_Webserver

PirateBox Scriptcollection for running in Webserver
GNU General Public License v3.0
206 stars 102 forks source link

[request] mime-type .mkv #184

Open TheExpertNoob opened 6 years ago

TheExpertNoob commented 6 years ago

".mkv" => "video/mp4",

not the TRUE mine type for it but video/x-matroska isnt supported yet and video/webm yields no sound.

mkv is a container that is usually mostly mp4/mv4 anyway

for true ".mkv" => "video/x-matroska", it seems ffmpeg would need to be installed. It would kill any small devices as it has alot of overhead.

MaStr commented 6 years ago

So rather trigger a download then something else?