<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div><div>Using the live555MediaServer, return a specified video when client requests an url ending with .sdp.</div><div><br></div><div>I think what I need to do is first, generate an sdp file from the video</div></div></blockquote><div><br></div>No.  Server developers never work directly with SDP; instead, our server software automatically generates SDP descriptions (in response to RTSP "DESCRIBE" commands).  Instead, all you need is the video source.</div><div><br></div><div><br></div><div><blockquote type="cite"><div><div> (which is in h264)</div></div></blockquote><div><br></div>If you have a H.264 Elementary Stream video file, then the easiest way to stream this is to rename it to have a ".264" filename suffix, and use the "LIVE555 Media Server" to stream it.</div><div><br></div><div>If, however, you have a H.264 Elementary Stream video file that you *don't* want to rename it to have a ".264" filename suffix, then you can still stream it, but not using the "LIVE555 Media Server".  Instead, you can build your own server - perhaps using the "testOnDemandRTSPServer" demo application as a model.  (See "testProgs/testOnDemandRTSPServer.cpp", lines 89-101.)</div><div><br></div><div>If, however, your H.264 video comes from a live source (e.g., from an encoder), rather than from a file, then you can still use "testOnDemandRTSPServer" as a model, but you have some additional programming to do.  See the FAQ.</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>