Skip to content

wotzlaff/node-gstreamer-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-gstreamer-tutorial

In this repo we try to provide a version of the "Basic tutorial" for GStreamer under NodeJS using the great GObject Introspection bindings provided by node-gtk. At the moment not all functionalities of the GStreamer library are working. So stay tuned for a fully working version.

Prerequisites

Below we assume that you'll be using Debian or Ubuntu. We are using the most recent version of node-gtk.

Install the dependencies:

apt install git build-essential gobject-introspection libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gir1.2-gstreamer-1.0 gir1.2-gtk-3.0 libcairo2-dev libgirepository1.0-dev
  • Clone and install this repository:
 git clone https://github.com/wotzlaff/node-gstreamer-tutorial
 cd node-gstreamer-tutorial
 npm i

Note: Maybe some depencies are missing in the list.

Usage

Run node src/tutorial-x.js to start the example x.

About

Examples of the GStreamer tutorial running in NodeJS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published