<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 28 أكت, 2015 ص 07:25, Sebastian
      Dröge wrote:<br>
    </div>
    <blockquote cite="mid:1446017139.5408.70.camel@centricular.com"
      type="cite">
      <pre wrap="">On Di, 2015-10-27 at 23:05 +0000, Francois Baret wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">When I run on the server test-launch of the gst-rtsp-server-1.4.5 
package I get a
stream ready at <a class="moz-txt-link-freetext" href="rtsp://127.0.0.1:8554/test">rtsp://127.0.0.1:8554/test</a>, then if I run on the
client
gst-launch-1.0 rtspsrc location=rtsp:<server ip>:8554/test ! 
rtph264depay ! h264parse ! decodebin ! autovideosink
I do not any image.
Any idea why?
</pre>
      </blockquote>
      <pre wrap="">
Not without further information. How do you run test-launch? What's the
complete output of gst-launch-1.0, especially if you also set
GST_DEBUG=2 in the environment?

</pre>
      <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>
    <i>I run test-launch with the following command:</i><br>
    <a class="moz-txt-link-abbreviated" href="mailto:francois@Andalous:~/webcam/gstreamer/gst-rtsp-server-1.4.5/examples$">francois@Andalous:~/webcam/gstreamer/gst-rtsp-server-1.4.5/examples$</a>
    ./test-launch "( GST_DEBUG=2 v4l2src !
    video/x-raw,width=640,height=480 ! x264enc tune=zerolatency
    byte-stream=true  bitrate=3000 threads=2 ! h264parse
    config-interval=1 ! rtph264pay name=pay0 pt=96 )\"\n"<br>
    stream ready at <a class="moz-txt-link-freetext" href="rtsp://192.168.1.10:8554/test">rtsp://192.168.1.10:8554/test</a><br>
    <br>
    <i>then if I run</i><br>
    francois@Andalous:~$ GST_DEBUG=2 gst-launch-1.0 rtspsrc
    location=<a class="moz-txt-link-freetext" href="rtsp://192.168.1.10:8554/test">rtsp://192.168.1.10:8554/test</a> ! rtph264depay ! h264parse !
    decodebin ! autovideosink<br>
    <i>on the same pc I get an image alright (with pixelisation at the
      beginning and some latency) and the log attached: test-launch-log.
      On an other pc on the same lan it behaves the same (see client-log
      attached)</i><i><br>
    </i><i></i><i>Now I run the same test-launch on the first pc and I
      connect the second pc to another public ip. Then the client
      rtspsrc cannot connect to the stream: client-public-log.</i><i><br>
      Do I have to forward port 8554?<br>
    </i><i>Thank you for your help!</i><br>
    <br>
  </body>
</html>