Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
litespeed_wiki:config:mp4-streaming [2015/08/12 18:04]
Michael Alegre [2) Test It On Your Own Website]
litespeed_wiki:config:mp4-streaming [2015/08/12 18:21] (current)
Michael Alegre [1) LiteSpeed Settings]
Line 1: Line 1:
 ====== MP4/​H264/​F4V Video Streaming ====== ====== MP4/​H264/​F4V Video Streaming ======
  
-Since 4.1RC2, LSWS support ​streaming of MP4/​H264/​F4V video files with random seek.+As of 4.1RC2, LSWS supports the streaming of MP4/​H264/​F4V video files with random seek.
  
 ===== 1) LiteSpeed Settings ===== ===== 1) LiteSpeed Settings =====
  
-To enable ​the feature, make sure file with suffix ​"​.mp4"​ or "​.f4v" ​has a MIME type of "​video/​mp4"​.+To enable ​this feature, make sure that files with suffixes ​"​.mp4"​ or "​.f4v" ​have a MIME type of "​video/​mp4"​.
  
-the MIME settings file is /path/​to/​lsws/​conf/​mime.properties,​ or you can view/​edit ​it in web admin console:+The MIME settings file is located under /path_to_lsws/​conf/​mime.properties,​ or you can view/​edit ​the file from the WebAdmin Console:
  
-  ​Server-->General-->MIME Settings +Navigate to Server > General > MIME Settings
-  Suffix: f4v,mp4 + 
-  Mime Type: video/mp4+If you cannot find an entry for the mp4 or f4v suffixes, you can add them by clicking the "​Add"​ button at the top right of the page and entering the following information:​ 
 +  ​ 
 +**Suffix:** f4v,mp4\\ 
 +**Mime Type:** video/mp4
  
  
Line 21: Line 24:
  
   * Place your video file (video.mp4 in this example) under lsws > your_site_directory > html.  ​   * Place your video file (video.mp4 in this example) under lsws > your_site_directory > html.  ​
-  * In your browser'​s address bar, input "​your_site_address/​video.mp4"​ (your IP address/​localhost should work as well).+  * In your browser'​s address bar, enter "​your_site_address/​video.mp4"​ (IP address/​localhost should work here as well).
  
 If everything is working correctly, your video should be displayed and able to play. If everything is working correctly, your video should be displayed and able to play.
  • Admin
  • Last modified: 2015/08/12 18:04
  • by Michael Alegre