<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">You are confusing two different things:<div><br><div>1/ RTSP-over-HTTP</div><div>2/ HTTP Live Streaming</div><div><br></div><div>Our server supports both of these, but they are different protocols.  "HTTP Live Streaming" uses HTTP, not RTSP at all, and is used for streaming to Apple iPhones or iPads.  (Also, this type of streaming works only for certain kinds of Transport Stream files - not other kinds of audio+video.)</div><div><br></div><div>What you want is "RTSP-over-HTTP", which our server also supports.  This is the regular RTSP protocol, but tunneled over HTTP.</div></div><div><br></div><div>To use it, run the "live555MediaServer", and note the port number that it displays when it starts up:</div><div><br></div><div>"(We use port <http-port-num> for optional RTSP-over-HTTP tunneling ..."</div><div><br></div><div>You can use our "openRTSP" command-line RTSP client, with the "-T <http-port-num>" option to test this.  See <<a href="http://www.live555.com/openRTSP/#other-options">http://www.live555.com/openRTSP/#other-options</a>>.</div><div><br></div><div>I.e., run</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>openRTSP -T <http-port-num> <rtsp-url></div><div>Where <http-port-num> is the port number that "live555MediaServer" displays (at the end), and <rtsp-url> is the "rtsp://" URL that "live555MediaServer" displays (near the beginning) for your file.</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>