<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><blockquote type="cite"><div bgcolor="#ffffff" style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><font size="2" face="Arial">Ok, let me explain:</font></div><div><font size="2" face="Arial">let's say, i have a H.264 (MKV) movie</font></div><div><font size="2" face="Arial">i want to multicast it using ffmpeg</font></div><div><font size="2" face="Arial">but in rtp format</font></div><div><font size="2" face="Arial">after the multicasting started, the FFMpeg will provide a sdp output like i posted befaure</font></div><div><font size="2" face="Arial">we save this sdp file and give it to vlc, it'lle play it</font></div><div><font size="2" face="Arial">what i want is to put the sdp file in the root folder of Live555MediaServer, like i used to do with Darwine and just fetch it using:</font></div><div><font size="2" face="Arial"><a href="rtsp://localhost:8554/movie.sdp">rtsp://localhost:8554/movie.sdp</a></font></div></div></blockquote><div><br></div>No, this won't work, because the "LIVE555 Media Server" serves only its own streams; not streams that are being delivered by another server.</div><div><br></div><div>In any case, you don't need a RTSP server to deliver a ".sdp" file to VLC; instead, you could just use a HTTP server, and have VLC access the file using a "http://" URL.</div><div><br></div><div>But the *real* question that you should have asked is:</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>Why do I have to multicast a ".mkv" file using 'ffmpeg'?  Why can't I do this using a LIVE555 demo application?</div><div><br></div><div>Well now you can.  The most recent "LIVE555 Streaming Media" software release - 2014.01.28 - includes a new demo application (in "testProgs") called "testMKVStreamer", that streams a Matroska file (named "test.mkv") via IP multicast.</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;  "><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;  ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>