Skip to main content

actfw's additional components using GStreamer

Project description

actfw-gstreamer

actfw's components using GStreamer for implementation. actfw is a framework for Actcast Application written in Python.

Installation

sudo apt-get update
sudo apt-get install -y python3-pip python3-pil 
sudo apt-get install libgstreamer1.0-dev libgirepository1.0-dev ibgstreamer-plugins-base1.0-dev libglib2.0-dev
pip3 install actfw-gstreamer

Document

Usage

See actfw-core for basic usage.

Note that an application using actfw-gstreamer must call actfw_gstreamer.init() at first.

actfw-gstreamer provides:

(no component is provided yet)

Example

(no example is provided yet)

Development Guide

Installation of dev requirements

pip3 install pipenv
pipenv install --dev -e .

Running tests

pipenv run nose2 -v

Releasing package & API doc

CI will automatically do. Follow the following branch/tag rules.

  1. Make changes for next version in master branch (via pull-requests).
  2. Update actfw_gstreamer/_version.py with new version in master branch.
  3. Create Git tag from master branch's HEAD named release-<New version>. E.g. release-1.4.0.
  4. Then CI will build/upload package to PyPI & API doc to GitHub Pages.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

actfw-gstreamer-0.1.0a4.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

actfw_gstreamer-0.1.0a4-py3-none-any.whl (10.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page