<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><tt><font size="2">unfortunately this won't help because I am not using
rtsp. We are loading the sdp file in the VLC client using media/open. This
configures the rtp client to receive the rtp stream via udp. Here is an
example sdp file</font></tt><br></blockquote><div><br></div></div><div>SDP files are usually used for receiving *multicast* streams, not unicast streams (like yours).  Unicast streams are best set up using the RTSP protocol, because that provides the client with extra information (e.g., server port numbers, for RTCP, which tells the server when the client remains alive) and extra control (e.g., the ability for the client to stop the streaming whenever it wants).  So, if your server supports RTSP, then you should use it.</div><div><br></div><div>Nonetheless, receiving a unicast stream using a SDP file *can* work, but should be considered a hack.  Unfortunately, although this hack worked with earlier versions of VLC, it inadvertently stopped working in the version (2012.09.13) of the "LIVE555 Streaming Media" software that's used by VLC version 2.0.4.  However, it will probably work again with a more recent version of the LIVE555 software (version 2012.10.12 or later).</div><div><br></div><div>So, your choices are as follows:</div><div>1/ Use RTSP, if your server supports it.</div><div>2/ Stream via multicast (if you have multicast connectivity between your server and client(s)).  Of course, if you do this, you'd change your SDP file to use multicast addresses (in the SDP "c=" lines).</div><div>3/ Rebuild the VLC application yourself to use the latest version of the "LIVE555 Streaming Media" software.</div><div>4/ Wait until the VLC developers release their own newer version of the VLC application binary (which will probably also use a newer version of the LIVE55 code).</div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>