The Wayback Machine - https://web.archive.org/web/20210318213546/https://github.com/topics/gstreamer
Skip to content
#

gstreamer

Here are 313 public repositories matching this topic...

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