Skip to content
#

gstreamer

Here are 319 public repositories matching this topic...

myungjoo
myungjoo commented Apr 9, 2021

With GST CAP Negotiation, tensor-decoder::direct-video may identify the color format automatically without "option1".

If option1 is given, try to mandate it.

If it is not given:

  1. With the given bits-per-pixel info, we can narrow down "possible" color formats
  2. Let GST CAP Negotiation mechanism further narrow it down.
  3. Let GST choose and verify it at fixate.
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