Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Results 1 to 2 of 2

Thread: Need help to setup Enigma2 Transcoder Apps on debian 7

  1. #1

    Title
    Junior Member
    Join Date
    Mar 2013
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Need help to setup Enigma2 Transcoder Apps on debian 7

    Hi All,

    I am newbie on linux, but i have a debian server running debian 7.

    I would like to setup enigma2 transcoder on this server, but i have problem to make it work.

    Could someone help to setup this on this server?

    I need step by step tuto, from seting up apache and all the other pacquages required, including changes to be made on the differents configs, to make this apps working on my debian server.

    Mant thanks for your help.

  2. #2

    Title
    Junior Member
    Join Date
    Aug 2011
    Location
    Latvia
    Posts
    16
    Thanks
    5
    Thanked 18 Times in 7 Posts
    Im not very familiar with debian linux, using ubuntu and centos, but there should not be much differences from ubuntu linux.

    1. Extract "admin" and "stream" folder from archive folder www, somewhere to your web server folder root, usually this is /var/www , but im not sure where it is located in debian.
    2. Now you need install sqlite3 extension for php,

    sudo apt-get install php5-sqlite3

    after installing this restart apache

    service httpd restart

    3. Install now avconv

    sudo apt-get install libav-tools


    after installing this check in console does "avconv" command exists

    But you can also use ffmpeg for transcoding and download static executable from
    http://johnvansickle.com/ffmpeg/

    4. Delete from folder /admin/ file config.php and rename config.linux_example.php to config.php.

    edit this config.php file according your needs. As debain uses avlib, command is avconv for converting video. For linux distributives with ffmpeg , ffmpeg can be used.

    $conf[“command”]=”avconv”;

    Make sure /admin/db/dbtranscode.db is writable by your webserver
    go to this /admin/db folder and run command

    chmod 666 dbtranscode.db

    Make sure /stream/ folder is writable by your webserver
    go to this folder and run command

    chmod 666 stream

    5. Open link http://yourwebserver/pathtoadminfolder/admin in browser

    6. Log in into app and under settings push button “reload playlist”, this will download bouquets to application

    thats all

    Let me know if this helps

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.