Giter VIP home page Giter VIP logo

mixter's Introduction

MIXTER Alt text

Gstreamer and FFmpeg player with web interface

Dependencies

Minimum

python3 
python3-pycurl 
python3-openssl 
python3-apsw 
python3-magic 
python3-dateutil 
python3-requests 
python3-gi 
python3-gi-cairo 
python3-gst-1.0 
gir1.2-gtk-3.0 
gir1.2-gdkpixbuf-2.0 
gir1.2-pango-1.0 
gir1.2-gstreamer-1.0 
gir1.2-gst-plugins-base-1.0 
gir1.2-gst-rtsp-server-1.0 
gir1.2-gst-plugins-bad-1.0
gstreamer1.0-tools
gstreamer1.0-nice
gstreamer1.0-libav 
gstreamer1.0-alsa 
gstreamer1.0-pulseaudio 
gstreamer1.0-plugins-base 
gstreamer1.0-plugins-good 
gstreamer1.0-plugins-bad 
gstreamer1.0-plugins-ugly

Recommended

ntp 
build-essential 
gcc
git 
libffi6 
libffi-dev
gobject-introspection
libcairo2-dev
libgirepository1.0-dev
pkg-config 
python3-dev
python3-wheel
python3-pip
python3-websockets
python3-psutil
python3-uvloop
curl
psmisc
ubuntu-restricted-addons 
ubuntu-restricted-extras 

Usage

Docker

Create image with:

docker build -t mixter:0.2 -f Dockerfile .

Run container with shared port (default :8066) and volumes if required (ie. for settings)

docker run -ti -p 8066:8066 -v /home/mixter_settings.cfg:/mixter/mixter_settings.cfg mixter:0.2

With or without Docker app would be running with

python3 ./http_server.py

Access the web interface with:

  • user: user
  • password: user

"Run pipeline" as many times as pipelines you need or as long as your machine doesn't melt down

How it works

http_server.py

Is listening to configured port (default :8066). Can be accesed through HTML interface or called via API

mixter.py

It manages Gstreamer pipelines stored in pipes.py, launching, killing, receiving messages etc.

parsettings.py

Loads and saves settings file mixter_settings.cfg

mixter's People

Contributors

sporteiro avatar

Stargazers

 avatar  avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

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.