Revision as of 07:30, September 15, 2016 by Mlevy (talk | contribs)
Jump to: navigation, search

muxersource

Installing on Windows

  1. Install 32 bit Python 2.7.x from the website: http://www.python.org/download/
  2. Install the Recording Muxer script IP.
  3. Untar the <Recording Muxer Install Directory>\thirdparty\setuptools-1.3.2.tar.gz file.
  4. From the <Recording Muxer Install Directory>\thirdparty\setuptools-1.3.2 directory, run python setup.py install.
  5. Untar the <Recording Muxer Install Directory>\thirdparty\requests-2.4.1.tar.gz file.
  6. From the <Recording Muxer Install Directory>\thirdparty\requests-2.4.1 directory, run python setup.py install.
  7. Untar the <Recording Muxer Install Directory>\thirdparty\boto-2.32.1.tar.gz file.
  8. From the <Recording Muxer Install Directory>\thirdparty\boto-2.32.1 directory, run python setup.py install.
  9. Untar the <Recording Muxer Install Directory>\thirdparty\easywebdav-1.2.0.tar.gz file.
  10. From the <Recording Muxer Install Directory>\thirdparty\easywebdav-1.2.0 directory, run python setup.py install.
  11. Untar the <Recording Muxer Install Directory>\thirdparty\filechunkio-1.5.tar.gz file.
  12. From the <Recording Muxer Install Directory>\thirdparty\filechunkio-1.5 directory, run python setup.py install.
  13. Untar the <Recording Muxer Install Directory>\thirdparty\pyasn1-0.1.7.tar.gz file.
  14. From the <Recording Muxer Install Directory>\thirdparty\pyasn1-0.1.7 directory, run python setup.py install.
  15. Untar the <Recording Muxer Install Directory>\thirdparty\pyasn1-modules-0.0.5.tar.gz file.
  16. From the <Recording Muxer Install Directory>\thirdparty\pyasn1-modules-0.0.5 directory, run python setup.py install.
  17. Unzip the <Recording Muxer Install Directory>\thirdparty\ffmpeg\ffmpeg-2.4.3-win64-static-gpl3.0.zip.
  18. Unzip the <Recording Muxer Install Directory>\thirdparty\openssl\openssl-0.9.8zb-win64.zip.

Installing on Linux

RHEL 5 or RHEL 6

  1. Install Python 2.7.6 or later:
  2. Install the Recording Muxer script IP.
  3. Untar the <Recording Muxer Install Directory>/thirdparty/setuptools-1.3.2.tar.gz file.
  4. From the <Recording Muxer Install Directory>/thirdparty/setuptools-1.3.2 directory, run python setup.py install.
  5. Untar the <Recording Muxer Install Directory>/thirdparty/requests-2.4.1.tar.gz file.
  6. From the <Recording Muxer Install Directory>/thirdparty/requests-2.4.1 directory, run python setup.py install.
  7. Untar the <Recording Muxer Install Directory>/thirdparty/boto-2.32.1.tar.gz file.
  8. From the <Recording Muxer Install Directory>/thirdparty/boto-2.32.1 directory, run python setup.py install.
  9. Untar the <Recording Muxer Install Directory>/thirdparty/easywebdav-1.2.0.tar.gz file.
  10. From the <Recording Muxer Install Directory>/thirdparty/easywebdav-1.2.0 directory, run python setup.py install.
  11. Untar the <Recording Muxer Install Directory>/thirdparty/filechunkio-1.5.tar.gz file.
  12. From the <Recording Muxer Install Directory>/thirdparty/filechunkio-1.5 directory, run python setup.py install.
  13. Untar the <Recording Muxer Install Directory>/thirdparty/pyasn1-0.1.7.tar.gz file.
  14. From the <Recording Muxer Install Directory>/thirdparty/pyasn1-0.1.7 directory, run python setup.py install.
  15. Untar the <Recording Muxer Install Directory>/thirdparty/pyasn1-modules-0.0.5.tar.gz file.
  16. From the <Recording Muxer Install Directory>/thirdparty/pyasn1-modules-0.0.5 directory, run python setup.py install.
  17. Untar the <Recording Muxer Install Directory>/thirdparty/ffmpeg/ffmpeg-2.4.3-centos5-x86_64-static-gpl3.0.tar.bz2.
  18. Execute chmod a+x ffmpeg and chmod a+x ffprobe.
  19. Untar the <Recording Muxer Install Directory>/thirdparty/openssl/openssl-0.9.8zb-centos5-x86_64.tar.bz2.
  20. Execute chmod a+x openssl.

Upgrading Recording Muxer

  1. Backup the Recording Muxer Script installation directory including logs and configuration file.
  2. Uninstall the Recording Muxer Script component.
  3. Install the new Recording Muxer Script component.
  4. Update the Recording Muxer Script configuration according to the standard installation procedures.


Important
Uninstalling the previous Recording Muxer Script is optional.

Comments or questions about this documentation? Contact us for support!