GithubHelp home page GithubHelp logo

lyonelb / darkicewebinterface Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nvalis/darkicewebinterface

0.0 2.0 1.0 133 KB

A simple Flask webinterface for streaming with Darkice

Python 60.05% CSS 21.09% HTML 18.86%

darkicewebinterface's Introduction

DarkiceWebinterface

Le fichier run.py a été modifié pour pouvoir accéder à l'interface depuis n'importe quel navigateur du réseau local.

Préparation

$ sudo apt-get install python3-pip python-dev git
$ sudo pip3 install flask flask-wtf

Installation

$ git clone https://github.com/nvalis/DarkiceWebinterface.git
$ cd DarkiceWebinterface
$ pip install -r requirements.txt
$ python3 run.py

Auto-start

$ sudo nano darkicew.sh

Copiez le texte suivant :

#!/bin/sh

cd DarkiceWebinterface
python3 run.py

exit 0

Enregistrez et quittez

$ crontab -e

Et ajoutez la ligne suivante :

*/5 * * * * /bin/bash /home/pi/darkicew.sh > /home/pi/darkicew.log 2>&1

Présentation

A simple Flask webinterface for configuring and running DarkIce (Github).

Captures d'écran

Screenshot Overview

Screenshot Config

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.