<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 04/08/2015 08:49 PM, Ryan Bedwell
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAArdxcoOOsUWrigGKKPdrWexNCDkaZOy_tOyk1U=Oi+u4cQs=Q@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>Hello all,<br>
              <br>
            </div>
            I have an application where I am receiving audio/video via
            RTSP, then sending it on to a server via RTMP.  I have found
            that the following pipeline works with GStreamer 0.10, but
            with GStreamer 1.0 my RTMP server (Wowza) complains that the
            data is malformed and closes the connection immediately
            after the stream has started.  <br>
            <br>
            gst-launch -v flvmux name=mux ! rtmpsink
            location=<a class="moz-txt-link-freetext" href="rtmp://">rtmp://</a><ipaddr>/live/<streamname> 
            rtspsrc location=<a class="moz-txt-link-freetext" href="rtsp://">rtsp://</a><ipaddr>/<streamname>
            name=src ! rtph264depay ! queue ! video/x-h264 ! mux.  src.
            ! rtpmp4adepay ! queue ! audio/mpeg ! mux.<br>
            <br>
          </div>
          <div>A couple of other things that I have found:<br>
            <br>
          </div>
          * If I modify the pipeline to only send audio or video, it
          will work using GStreamer 1.0.<br>
        </div>
        <div>* If I add an extra flvdemux and flvmux (i.e. flvmux ->
          flvdemux -> flvmux -> rtmpsink), it will work using
          GStreamer 1.0.<br>
        </div>
        <div><br>
        </div>
        <div>Any ideas?<br>
        </div>
      </div>
    </blockquote>
    <br>
    It looks like a regression/bug. Did you try analyzing what changes
    in the flv stream when you add the flvdemux or when there is only
    video or audio? Does Wowza provide any extra debug information?<br>
    <br>
    <br>
    <blockquote
cite="mid:CAArdxcoOOsUWrigGKKPdrWexNCDkaZOy_tOyk1U=Oi+u4cQs=Q@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div><br>
        </div>
        <div>Thanks,<br>
          <br>
        </div>
        <div>Ryan</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>
    <br>
    <pre class="moz-signature" cols="72">-- 
Thiago Sousa Santos
Senior Multimedia Engineer, Open Source Group
Samsung Research America - Silicon Valley</pre>
  </body>
</html>