Table of Contents

1.2.3.0-VANUATU Pre Deployment Configuration

QA (COMPLETED)

1. Add the following mime types in apache config file (Need to be root)

  vi /etc/httpd/conf/httpd.conf
  
  #  Add this
  AddType application/x-mpegURL    .m3u8
  AddType application/vnd.apple.mpegurl .m3u8
  AddType video/MP2T    .ts
 

2. Install ffmpeg 1.2 - https://wiki.exphosted.com/doku.php/software_versions#install_ffmpeg_12_magic

PRODUCTION (COMPLETED - NEEDS VERIFICATON)

1. Add the following mime types in apache config file (Need to be root) - COMPLETED (NEEDS VERIFICATION)

  vi /etc/httpd/conf/httpd.conf
  
  #  Add this
  AddType application/x-mpegURL    .m3u8
  AddType application/vnd.apple.mpegurl .m3u8
  AddType video/MP2T    .ts
 

2. Install ffmpeg 1.2 - https://wiki.exphosted.com/doku.php/software_versions#install_ffmpeg_12_magic (COMPLETED)