if upload MIME TYPE for flv (flash video) don't recognized

#1
Hello the problem is when upload some flv files on server mime types defined how "application/octet-stream" but must be define how "video/x-flv", in mime type configuration $SERVER_ROOT/conf/mime.properties
added next string
flv,FLV = video/x-flv
and restared server, but without success, how to fix it?
 

mistwang

LiteSpeed Staff
#4
Are you streaming the flv through PHP? the MIME type probably is set by PHP not by LSWS.
If you do so, you should look into our "Internal redirect" feature, do a search on the forum.
 
Top