-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Welcome to the Nephos wiki!
Here you can find all the information required to setup, configuration and running of Nephos on your system.
Project Nephos aims at simplifying the process of moving samples from local storage to cloud for Universities by automating, almost, all the steps involved. It will be consisting of three independent modules; recording module, processing module, and uploading module.
The recording module will be responsible for managing the addition of channel lists, set up of recording jobs and saving the recorded streams. The processing module will parse saved samples, associate tags, extract subtitles and convert the video files to MP4 to reduce the file size. The uploading module will upload the processed stream files, and also share sample with other universities if required.
Nephos will be developed, using Python and few other open source projects, to accomplish all the above mentioned tasks with cent-percent reliability and zero failures (unless wrong data is input, which will get logged). Testing and logging will be an integral part of Nephos development and running cycle, respectively.
- Nephos requires following environment dependencies:
- Python 3
- Pip
- pipenv
- Nephos requires following third party libraries:
- FFmpeg and FFprobe
- Multicat
- CCExtractor (requires tesseract-ocr-dev and leptonica-dev)
-
- Nephos uses
mail
client to send email notifications, please configure it before running Nephos. - You'll be asked to enter the email address(es) of recipient(s) of critical mails
at initialisation of Nephos. It is only asked on first launch, to edit it
later:
- Go to Nephos directory, default is $HOME/Nephos
- Edit the hidden file ".critical_mail_addrs", multiple addresses separated by a single whitespace
- Restart Nephos after editing the file
- In case of any email address fails at RegEx match, it'll be listed in info logs, ignored by config handler and you can correct it in the same file
- Nephos uses
-
- Clone the repository,
git clone https://github.com/thealphadollar/nephos.git && cd nephos
- On centOS 6 run the script,
sudo ./install.sh
The script will install all the aforementioned system dependencies and python libraries for Nephos.
- Clone the repository,
-
- Observe and modify configurations available in
$HOME/Nephos/config
(especially maintenance and module configurations, and processing script)
- Update path to various libraries, in the config file, being used; fatal error might error in case where the path to binaries (soft links work) is not appropriate.
- Add
nephos_start.sh
as a cron job to be executed at startup inroot
crontab.
@restart /path/to/nephos_start.sh 2&> ~/Nephos/boot_start.log
- Run nephos using
sudo ./nephos_start.sh
. This command runsNephos
under a newscreen
session. Pressctrl + a
and then 'd' to detach from the session while it keeps running in the background.
- Observe and modify configurations available in
Please go to Nephos Config repository to modify the channels, jobs and share lists that Nephos works on.
Bugs should be reported in the issue tracker. Security issues must be reported directly at shivam.cs.iit.kgp+nephos@gmail.com to avoid exploitation.
Developed by thealphadollar under CCExtractor, GSoC 2018