Skip to content
#

gstreamer

Here are 346 public repositories matching this topic...

vokoscreenNG is a powerful screencast creator in 38 languages to record the screen, an area or a window (Linux only). Recording of audio from multiple sources is supported. With the built-in camera support, you can make your video more personal. Other tools such as magnifying glass, countdown, timer and systray support will help you do a good job.

  • Updated Oct 31, 2021
  • C++
myungjoo
myungjoo commented Aug 12, 2021

The tensor-decode/bounding-box option error reported with
https://lists.lfaidata.foundation/g/nnstreamer-technical-discuss/message/43
had an incorrect option property value.

The problem is that the error was not much visible and most users won't be able to know what's wrong with it.
We need explicit error messages with such cases.

We not only need such clear error messages with bounding-b

alexfreed58
alexfreed58 commented Dec 8, 2020

When configured with PROCESS_NAME = process.env.PROCESS_NAME || 'FFmpeg'; everything works as expected: the "stop recording" button on the client stops recording and ends the ffmpeg process.
However using 'GStreamer', two processes are created: one the actual gst-launch-1.0, and the other - /bin/sh, apparently due to shell: true in spawn(). When the parent process wants to kill the child, it

Improve this page

Add a description, image, and links to the gstreamer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gstreamer topic, visit your repo's landing page and select "manage topics."

Learn more