|
GStreamer's development framework makes it possible to write any type of streaming multimedia application. The GStreamer framework is designed to make it easy to write applications that handle audio or video or both. It isn't restricted to audio and video, and can process any kind of data flow. The pipeline design is made to have little overhead above what the applied filters induce. This makes GStreamer a good framework for designing even high-end audio applications which put high demands on latency. This category contains articles describing my experiments with GStreamer with the objective of creating a video processing pipeline for real time digital video broadcasting together with GNU Radio. GStreamer website: http://gstreamer.freedesktop.org/ GStreamer Developer PPA: https://launchpad.net/~gstreamer-developers/+archive/ppa |
|