hi, <br><br>i&#39;m trying to buid an image server and want to stream the result in a local network via RTSP <br><br>here is my pipeline that works on command line : <br># sender :<br>gst-launch -tv v4l2src \<br>! videorate ! videoscale method=1 \<br>

! video/x-raw-yuv,width=640,height=480,framerate=\(fraction\)24/1 \<br>! theoraenc ! rtptheorapay config-interval=1 \<br>! .send_rtp_sink gstrtpsession name=session .send_rtp_src \<br>! udpsink port=5000 host=224.1.1.1 auto-multicast=true \<br>

session.send_rtcp_src \<br>! udpsink port=5001 host=224.1.1.1 auto-multicast=true<br><br># receiver :<br>gst-launch -tv udpsrc multicast-group=224.1.1.1 auto-multicast=true port=5000 caps=&quot;application/x-rtp, \<br>media=(string)video, clock-rate=(int)90000, encoding-name=(string)THEORA&quot; \<br>

! .recv_rtp_sink gstrtpsession name=session .recv_rtp_src \<br>! rtptheoradepay ! theoradec ! xvimagesink \<br>udpsrc port=5001 caps=&quot;application/x-rtcp&quot; ! session.recv_rtcp_sink<br><br>i tried to reproduce the server pipeline with pdgst but i can&#39;t create  [video/x-raw-yuv,width=640,height=480,framerate=\(fraction\)24/1]  nor just [video/x-raw-yuv] with or without coma...<br>

i&#39;ve also noticed that the [audio/x-raw] object in /tests/capstest.pd doesn&#39;t work...<br>as well as the [audio/x-raw-float channels=2] in pdgst-help.pd<br><br>do i miss something when configuring or building  ?<br>

<br>thanks<br><br>antoine<br clear="all">-- <br>do it yourself                        <br><a href="http://antoine.villeret.free.fr" target="_blank">http://antoine.villeret.free.fr</a> <br><a href="http://drii.ensad.fr" target="_blank">http://drii.ensad.fr</a><br>

--<br>Google lit ce mail... <br>si vous refusez cela, utilisez l&#39;adresse antoine.villeret [at] <a href="http://free.fr" target="_blank">free.fr</a> pour me contacter<br><br>