<div dir="ltr">I'm working on a streaming project.<div>I've VLC running as server, streaming mp4 (h264/aac) RTSP stream to Flumotion server (which is based on gstreamer).</div><div>I think it'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'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="'courier new', monospace"> return ("rtspsrc name=src location=%s ! decodebin name=d ! queue "<br> " ! %s ffmpegcolorspace ! video/x-raw-yuv "<br> " ! videorate ! video/x-raw-yuv,framerate=%d/%d ! "<br>
" @feeder:video@ %s ! @feeder:audio@"<br> % (location, scaling_template, framerate[0],<br> framerate[1], audio_template))</font></blockquote><div><br></div><div>I'm not a gst-pipeliner ! so please help me not to struggle with that.</div>
</div></div>