Multi screen capture on Windows/Linux
Michiel Konstapel
michiel at aanmelder.nl
Thu May 27 09:05:40 UTC 2021
You can use a videomixer
<https://gstreamer.freedesktop.org/documentation/videomixer/index.html?gi-language=c>
or compositor
<https://gstreamer.freedesktop.org/documentation/compositor/index.html?gi-language=c>
(I don't know which one would be better) to put them side by side, but I
don't know if you can do this from gst-launch-1.0. You may need to write
some code to configure the mixer's input pads to set where you want each
input to appear.
HTH,
Michiel
On 24-05-2021 17:20, Davide Perini via gstreamer-devel wrote:
> Is there an example on how to combine two pipeline and merge it into
> only one output?
> basically I would like to have two ximagesrc, and out autovideosink
> that contains the output of the two pipeline.
>
> Is this possible?
>
> Thanks
> Davide
>
>
> Il 18/05/2021 19:19, Davide Perini via gstreamer-devel ha scritto:
>> Hi all,
>> I have seen that I can screen capture multiple displays using a
>> single pipeline:
>>
>> gst-launch-1.0 ximagesrc! videoscale ! videoconvert ! autovideosink
>>
>> This works on Linux only.
>>
>> Is there a way to capture all the available screens using one
>> pipeline even under windows?
>>
>> Thanks
>> Davide
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
--
Michiel Konstapel
/Lead Software Developer/
www.aanmelder.nl <https://www.aanmelder.nl>
T: +31 (0)15 2400119
E: michiel at aanmelder.nl <mailto:michiel at aanmelder.nl>
<https://www.aanmelder.nl/i/footer>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20210527/73207270/attachment-0001.htm>
More information about the gstreamer-devel
mailing list