https://github.com/vvvv/vl.gstreamer
A set of VL nodes for the multimedia framework GStreamer
https://github.com/vvvv/vl.gstreamer
gstreamer visual-programming vl vvvv
Last synced: about 1 month ago
JSON representation
A set of VL nodes for the multimedia framework GStreamer
- Host: GitHub
- URL: https://github.com/vvvv/vl.gstreamer
- Owner: vvvv
- License: lgpl-3.0
- Created: 2018-01-23T14:50:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-22T12:25:09.000Z (about 5 years ago)
- Last Synced: 2025-03-24T12:11:22.293Z (about 2 months ago)
- Topics: gstreamer, visual-programming, vl, vvvv
- Language: C#
- Size: 525 KB
- Stars: 10
- Watchers: 8
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VL.GStreamer
A set of nodes to use the multimedia framework GStreamer inside vvvv beta and gamma## Installation
Install [GStreamer 1.16.2](https://gstreamer.freedesktop.org/data/pkg/windows/1.16.2/gstreamer-1.0-mingw-x86_64-1.16.2.msi) to default location (`C:\gstreamer`) using the __Complete__ option in the installer__Note:__ During installation, check the __Custom__ tab and make sure the location is `C:\gstreamer`. When you've done that, you can __go back__ and click on __Complete__ to finish the installtion.
### vvvv beta
- Install [vvvv beta](https://vvvv.org/downloads) (minimum required version is beta38.1)
- Inside from the VL patch editor open the nuget command line and type `nuget install VL.GStreamer -prerelease -version 1.0.18-gadcd7f95e5` - this is the last version working with vvvv beta### vvvv gamma
- Install [vvvv gamma](https://vvvv.org/blog/vvvv-gamma-2019.2-preview) (minimum required version is 2019.2-0374)
- Inside from the VL patch editor open the nuget command line and type `nuget install VL.GStreamer -prerelease`## Building
Note that this is only for developers, to use the nuget you only need the installation steps above.
- Install [Visual Studio 2019](https://www.visualstudio.com/downloads)
- Open `src/VL.GStreamer.sln` and build## Example
For now there's only one example found in `lib\packs\VL.GStreamer\Overview.v4p`