LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Understanding the practical uses of GStreamer in relationship to web browsers. (https://www.linuxquestions.org/questions/linux-software-2/understanding-the-practical-uses-of-gstreamer-in-relationship-to-web-browsers-4175587152/)

Alpha90 08-15-2016 08:56 PM

Understanding the practical uses of GStreamer in relationship to web browsers.
 
I am a Gentoo user and I am building a version of surf which is a WebKitgtk based browser and I am wrestling with the idea of enabling the compile flag for GStreamer and I just cant wrap my head around what GStreamer does in terms of end user functionality. In terms of multimedia functionality & streaming audio/video what does GStreamer provide?

Ztcoracat 08-17-2016 08:14 AM

The framework is based on plugins that provide the various codec and other functionality.

https://gstreamer.freedesktop.org/da...gstreamer.html

https://en.m.wikipedia.org/wiki/GStreamer

beroal 08-17-2016 02:26 PM

It's a programming library for creating media players. Components it provides are described further in the manual referenced by Ztcoracat. Compiling and running a simple example from the manual gives a rough idea. (I recommend examples in Python, not C.)

Alpha90 08-24-2016 07:08 PM

Im trying to wrap my head around the term framework. Is gstreamer an IPC like dbus or something closer to pulseaudio.

Ztcoracat 08-24-2016 07:18 PM

I think it's closer to pulseaudio-

http://tuxradar.com/content/how-it-w...udio-explained


All times are GMT -5. The time now is 04:30 AM.