GStreamer Daemon is a GStreamer framework for controlling audio and video streaming using TCP messages. This version is based on GStreamer 1.x
GNU Lesser General Public License v2.1
172
stars
55
forks
source link
Unable to create a virtual v4l2sink #292
Open
TannedCung opened 2 years ago
Hi,
I'm trying to stream through v4l2 but the pipeline doesn't work as expected.
I tested with this pipeline using interpipe:
Checked every thing worked with:
Then I added
gstd
:And it threw:
if i changed
v4l2sink
tonvvidconv ! nvegltransform ! nveglglessink
, things worked again.As the pipeline run
without gstd
worked, i assume there could be something happened aftergstd
was added.Is there any fix or workaround for this
Thank you for your help !!!