<div dir="ltr">I&#39;m working on a streaming project.<div>I&#39;ve VLC running as server, streaming mp4 (h264/aac) RTSP stream to Flumotion server (which is based on gstreamer).</div><div>I think it&#39;s either a compatibility problem between VLC (which is based on Live555) and Flumotion (which is based on GStreaemer) or the pipeline used to receive RTSP stream is miss-written.</div>

<div><br></div><div>here&#39;s the pipeline used by flumotion is (rtsp.py lines 44-49):</div><div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<font face="&#39;courier new&#39;, monospace">        return (&quot;rtspsrc name=src location=%s ! decodebin name=d ! queue &quot;<br>                &quot; ! %s ffmpegcolorspace ! video/x-raw-yuv &quot;<br>                &quot; ! videorate ! video/x-raw-yuv,framerate=%d/%d ! &quot;<br>
                &quot; @feeder:video@ %s ! @feeder:audio@&quot;<br>                % (location, scaling_template, framerate[0],<br>                   framerate[1], audio_template))</font></blockquote><div><br></div><div>I&#39;m not a gst-pipeliner ! so please help me not to struggle with that.</div>
</div></div>