SDP is mainly used with SIP and SAP. However, it is also used with RTSP. Are you planning to use your Gstreamer pipeline as an RTSP server? If so, then you would need it. I don't know how to handle the signaling if you are using RTP. If you were using the video stream within a SIP connection/conference, then you would have a caps exchange using SDP so that the RTP signaling would just work. I don't know at the moment (anyone please help both of us) how to establish a connection with RTP.<br>
<br>A SDP is simply a text file that describes the media stream, but it does have a specific format. You can google it and probably get tons of examples. H264 video generally uses payload type 96.<br><br><div class="gmail_quote">
On Fri, Aug 3, 2012 at 7:41 AM, Markus <span dir="ltr"><<a href="mailto:natural_groove@hotmail.fr" target="_blank">natural_groove@hotmail.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
I managed to write a pipeline to send and recieve/display a h264 videostream<br>
with gstreamer. I tested it on localhost and it works.<br>
Now i need to be able to read it on another machine using vlc how can i do<br>
this?<br>
I read things about sdp files, but couldnt find how to generate them. can<br>
someone help me?<br>
<br>
Thank you in advance<br>
Markus<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Read-stream-sent-with-gstreamer-with-VLC-tp4655821.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Read-stream-sent-with-gstreamer-with-VLC-tp4655821.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>