<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    matroska is not suitable for streaming. it is intended that you can
    seek in file when you open it. much better option is using RTP or
    MPEG-TS. so try replace matroskamux/demux with mpegtsmux and
    tsdemux.<br>
    <br>
    <div class="moz-cite-prefix">Dňa 09.05.2014 15:31, Bart Koppe wrote
      / napísal(a):<br>
    </div>
    <blockquote
cite="mid:CALsJF14zssUpV3D+4PR7J7t9Yhde9Euhvmcn934DBDr-6=oZTA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>Hi,<br>
          </div>
          Just still stuck how I can forward the matroskamux to
          tcpserversink on its own, any advise here? How to make it
          stream in stead of saving it to a file? (once I get there I
          will use tee to do both)<br>
        </div>
        Thanks,<br>
        Bart<br>
        <div><br>
          <div>
            <div>
              <div>
                <div class="gmail_extra"><br>
                  <br>
                  <div class="gmail_quote">On Fri, May 9, 2014 at 2:18
                    AM, Luis de Bethencourt <span dir="ltr"><<a
                        moz-do-not-send="true"
                        href="mailto:luis@debethencourt.com"
                        target="_blank">luis@debethencourt.com</a>></span>
                    wrote:<br>
                    <blockquote class="gmail_quote" style="margin:0px
                      0px 0px 0.8ex;border-left:1px solid
                      rgb(204,204,204);padding-left:1ex">
                      <div dir="ltr">Hi,
                        <div><br>
                        </div>
                        <div>You want to split the data with a tee just
                          before filesink.</div>
                        <div><br>
                        </div>
                        <div>So the data out of the matroskamux is split
                          into two, one split going to filesink and the
                          other to tcpserversink.</div>
                        <div><br>
                        </div>
                        <div>You have an example of how to use tee here:</div>
                        <div><a moz-do-not-send="true"
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-tee.html"
                            target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-tee.html</a><br>
                        </div>
                        <div><br>
                        </div>
                        <div>Luis</div>
                      </div>
                      <div class="gmail_extra"><br>
                        <br>
                        <div class="gmail_quote">
                          <div>
                            <div class="h5">On 8 May 2014 11:08, Bart
                              Koppe <span dir="ltr"><<a
                                  moz-do-not-send="true"
                                  href="mailto:bk@a-bort.org"
                                  target="_blank">bk@a-bort.org</a>></span>
                              wrote:<br>
                            </div>
                          </div>
                          <blockquote class="gmail_quote"
                            style="margin:0px 0px 0px
                            0.8ex;border-left:1px solid
                            rgb(204,204,204);padding-left:1ex">
                            <div>
                              <div class="h5">
                                <div dir="ltr">
                                  <div>
                                    <div>
                                      <div>
                                        <div>
                                          <div>Hi,<br>
                                          </div>
                                          I've been experimenting with
                                          gstreamer for a while now and
                                          got quite far for my level of
                                          experience :) <br>
                                        </div>
                                        So now I can capture video and
                                        sound muxed together from my
                                        C920 to a file!<br>
                                      </div>
                                      <br>
                                      gst-launch-1.0 v4l2src
                                      device=/dev/video1 !
                                      video/x-h264,width=1280,height=720,framerate=30/1
                                      ! h264parse ! \<br>
                                      muxout. \<br>
                                      pulsesrc
                                      device="alsa_input.usb-046d_HD_Pro_Webcam_C920_F1894590-02-C920.analog-stereo"
                                      \<br>
                                      ! queue ! audioconvert ! voaacenc
                                      bitrate=65536 ! \<br>
                                      muxout. \<br>
                                      matroskamux name=muxout
                                      streamable=true ! \<br>
                                      filesink location=muxed-long.mp4<br>
                                      <br>
                                    </div>
                                    As a next step I would like to also
                                    stream the muxed audio+video
                                    directly to tcpserversink. <br>
                                  </div>
                                  <div>Any tips how to forward the mux
                                    to tcp? (and still capture)<br>
                                  </div>
                                  <div><br>
                                  </div>
                                  Thanks!<span><font color="#888888"><br>
                                      Bart<br>
                                      <div>
                                        <div><br clear="all">
                                          <div>
                                            <div>
                                              <div>
                                                <div><br>
                                                  -- <br>
/\/\/\---------------------------------|<br>
                                                  Bart Koppe<br>
                                                </div>
                                              </div>
                                            </div>
                                          </div>
                                        </div>
                                      </div>
                                    </font></span></div>
                                <br>
                              </div>
                            </div>
_______________________________________________<br>
                            gstreamer-devel mailing list<br>
                            <a moz-do-not-send="true"
                              href="mailto:gstreamer-devel@lists.freedesktop.org"
                              target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
                            <a moz-do-not-send="true"
                              href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel"
                              target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
                            <br>
                          </blockquote>
                        </div>
                        <br>
                      </div>
                      <br>
                      _______________________________________________<br>
                      gstreamer-devel mailing list<br>
                      <a moz-do-not-send="true"
                        href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
                      <a moz-do-not-send="true"
                        href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel"
                        target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
                      <br>
                    </blockquote>
                  </div>
                  <br>
                  <br clear="all">
                  <br>
                  -- <br>
                  /\/\/\---------------------------------|<br>
                  Bart Koppe<br>
                  mediakunstenaar | <a moz-do-not-send="true"
                    href="http://bartkoppe.net" target="_blank">http://bartkoppe.net</a><br>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>