Blog | Latest posts

GStreamer Python Bindings for Windows

GStreamer Python Bindings for Windows

Nov. 29, 2023, 11:12 a.m.

Capture the best shots and metadata with our GStreamer PoC

Capture the best shots and metadata with our GStream...

Oct. 26, 2023, 11:48 a.m.

Join us to explore in the following blog the development of a GStreamer-based Proof of Concept (PoC) that enhances image capture with camera metadata and sharpness optimization. Enjoy the reading!

GStreamer Conference 2019

GStreamer Conference 2019

Nov. 22, 2019, 12:23 p.m.

Hear the latest news from the 10th GStreamer Conference along with the talk we gave and what we worked in during the hackfest conducted thereafter

GStreamer Spring Hackfest 2019

GStreamer Spring Hackfest 2019

July 30, 2019, 6:16 p.m.

The team attended the GStreamer Spring Hackfest 2019 in Oslo. Read what we learned, worked on and enjoyed during that weekend

Asynchronous Programming

Asynchronous Programming

Dec. 12, 2018, 3:58 p.m.

We give you some tips and tricks to master asynchronous programming based on our experience developing RiftGG.

DLL INJECTION

DLL INJECTION

Oct. 31, 2018, 12:57 p.m.

DLL injection is a technique used for executing code within the space of a program, by forcing it to load and run a dynamic library that was not considered by its original design. Learn more about this technique.

Introducing our bridge between DirectShow and GStreamer

Introducing our bridge between DirectShow and GStreamer

Sept. 25, 2018, 6:50 p.m.

DirectShow is a Windows-only framework used to perform media processing, such as Citrix XenDesktop. To do this, advanced and legal solutions are needed due to the use of patented codecs. This motivated Fluendo’s developers to create a new product...

Differences between GPL and LGPL when using licensed software

Differences between GPL and LGPL when using licensed...

Aug. 31, 2018, 11:29 a.m.

Fluendo includes FFmpeg libraries licensed under LGPL. Support to any codecs using GPL licensed software was disabled, so it can be used to create proprietary software without GPL restrictions.

How to use FFmpeg with GStreamer?

How to use FFmpeg with GStreamer?

Aug. 16, 2018, 5:41 p.m.

FluFFGst allows to develop FFmpeg-based codec legal solutions. Find out how to use FFmpeg with GStreamer