Need some help with tee

walkingdude fryderyk.dyc at gmail.com
Mon Oct 24 22:39:49 UTC 2016


Thanks a lot, it's working now!

On Mon, Oct 24, 2016 at 4:14 PM, stproj [via GStreamer-devel] <
ml-node+s966125n4680198h94 at n4.nabble.com> wrote:

> walkingdude wrote
> Hi,
> I want to grab an output from a blackmagic device and pump it to two v4l2
> loopback devices at the same time. I can't get tee's syntax correct, can
> you guys please help? I am new to gstreamer.
>
> What I got so far:
> gst-launch-0.10 decklinksrc mode=11 connection=1 ! tee name=t t.   !
> v4l2sink sync=false  device=/dev/video1  t.  ! v4l2sink sync=false
>  device=/dev/video2
>
>
> Greetings can u please try using with queue elements? I have modified your
> pipeline as follows.
>
>
> gst-launch-0.10 decklinksrc mode=11 connection=1 ! tee name=t t. ! queue
>  ! v4l2sink sync=false  device=/dev/video1  t. ! queue ! v4l2sink
> sync=false  device=/dev/video2
>
>
>
> Quotes from the core reference manual: 'One needs to use separate queue
> elements (or a multiqueue) in each branch to provide separate threads for
> each branch. Otherwise a blocked dataflow in one branch would stall the
> other branches.'
>
> https://gstreamer.freedesktop.org/data/doc/gstreamer/head/
> gstreamer-plugins/html/gstreamer-plugins-tee.html
>
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://gstreamer-devel.966125.n4.nabble.com/Need-some-help-
> with-tee-tp4680194p4680198.html
> To unsubscribe from Need some help with tee, click here
> <http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4680194&code=ZnJ5ZGVyeWsuZHljQGdtYWlsLmNvbXw0NjgwMTk0fDI4MzQyNjI2MQ==>
> .
> NAML
> <http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Need-some-help-with-tee-tp4680194p4680207.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20161024/b7d7eb8f/attachment-0001.html>


More information about the gstreamer-devel mailing list