<div dir="ltr"><div>Hi Sebasian,</div><div><br></div><div>I will install version 1.8 and will verify it again.</div><div><br></div><div>For the security via Udp , where in the gst-rtspserver pipeline do I have to set the caps <font face="Consolas">'application/x-srtp'</font> ?</div><div><br></div><div><font face="Consolas" size="2"><font face="Consolas" size="2">gst_rtsp_media_factory_set_launch(factory, "videotestsrc ! caps='application/x-srtp' ! video/x-raw,width=123,height=456, framerate=30/1 !....<font color="#000000" face="Times New Roman" size="3">
</font><p style="margin:0in 0in 0pt"><font color="#000000" face="Calibri" size="3">and that the transport for the media can be set via</font></p><font color="#000000" face="Calibri" size="3"><p style="margin:0in 0in 0pt">gst_rtsp_media_factory_set_protocols(factory, GST_RTSP_LOWER_TRANS_UDP);</p><p style="margin:0in 0in 0pt"><br></p><p style="margin:0in 0in 0pt">Thanks</p><font color="#2f4f4f" face="Consolas" size="2"><font color="#2f4f4f" face="Consolas" size="2"><font color="#2f4f4f" face="Consolas" size="2"><p style="margin:0in 0in 0pt"><br></p></font><p style="margin:0in 0in 0pt"><br></p></font><p style="margin:0in 0in 0pt"><br></p></font><p style="margin:0in 0in 0pt"><br></p></font><p style="margin:0in 0in 0pt"><br></p><font color="#000000" face="Calibri" size="3"><p style="margin:0in 0in 0pt"><br></p><font color="#008000" face="Consolas" size="2"><p style="margin:0in 0in 0pt"><br></p><font color="#008000" face="Consolas" size="2"><p style="margin:0in 0in 0pt"><br></p><font color="#008000" face="Consolas" size="2"><p style="margin:0in 0in 0pt"><br></p><font color="#2f4f4f" face="Consolas" size="2"><p style="margin:0in 0in 0pt"><br></p><font color="#2f4f4f" face="Consolas" size="2"><p style="margin:0in 0in 0pt"><br></p><font color="#2f4f4f" face="Consolas" size="2"><p style="margin:0in 0in 0pt"><br></p><p><br></p></font></font></font></font></font></font></font><p><br></p></font><p><br></p></font><p><br></p></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-04-19 9:35 GMT+02:00 Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On Di, 2016-04-19 at 09:21 +0200, marc lievens wrote:<br>
> Hi Sebastian,<br>
><br>
</span><span>> Sorry for not mentioning I'm using gstreamer 1.7.1.<br>
><br>
> Is this solved in the 1.8 version or do I have to fill in a bug<br>
> report and how to reproduce it<br>
<br>
</span>There were lots of bugfixes since 1.7.1, no idea if your specific bug<br>
is fixed since then. Please try it yourself with your test case<br>
<span><br>
> When the cerficate is used, are then only the Rtsp messages secured<br>
> or is the video also secured and is this dependent and is there a<br>
> difference when udp or .tcp is used.<br>
<br>
</span>TLS is only used for the TCP RTSP connection. So all RTSP messages are<br>
encrypted, and if you use TCP for media transport then that is<br>
encrypted too.<br>
<br>
If UDP is used for media transport, you'll have to enable SRTP to make<br>
that encrypted too.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" target="_blank" rel="noreferrer">http://www.centricular.com</a><br>
<br>
</div></div><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank" rel="noreferrer">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>