<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><br>
</span></div>I am having a problem with a pipeline that I am working on. Actually,<br>several interconnected pipelines. The origin is in a gstreamer-java<br>routine attached to a large java app. The pipe coming out of gstreamer<br>
is essentially &quot;appsrc ! ffmpegcolorspace ! ffenc_mpeg4 !<br>tcpserversink&quot;<br><br>The caps coming out of appsrc is video/x-raw-rgb,width=320,<br>height=240, bpp=32, endianness=4321,<br>depth=24,red_mask=65280,green_mask=16711680,blue_mask=-16777216,framerate=10/1<br>
<br>If I connect to that tcpserver with a pipe like:<br>gst-launch tcpclientsrc host=127.0.0.1 port=3000  ! decodebin !<br>xvimagesink sync=false<br>I see the expected video.<br><br>The desired end result is to have a pipe that connects to that<br>
tcpserver and creates a rtsp feed. I have tried about a million<br>variations but cannot find a pipe that will work as expected. It<br>either won&#39;t work at all or quits shortly after connecting. Here is an<br>example of the pipe:<br>
<br>./test-launch &quot;( tcpclientsrc port=3000 ! decodebin ! ffenc_mpeg4 !<br>rtpmp4vpay name=pay0 pt=96 )&quot;<br><br>Please note the &quot;decodebin ! ffenc_mpeg4&quot; in there. I assume that is<br>funky but I did that to get it to run without errors.<br>
<br>Help! Please!<br>Morris<br></span>