<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 dir="ltr"><div><div>I should have finished working through the advice in the FAQ - openRTSP successfully streamed from my cameras with the -t option, and setting the fourth argument of setupSubsession() to true fixed my problems.<br>
<br>I also found that I did not need to specify the video resolution in order to get a proper stream, so I would still be interested in a response to my second question.<br></div></div></div></blockquote><div><br></div>You asked:<blockquote type="cite"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; "><div dir="ltr">2. Do I need to worry about the height and width parameters? I'm guessing they're included in maybe the sprop-parameter string, and this doesn't apply to H264 streams (or at least this stream) since VLC doesn't need to ask me for the resolution.<br></div></blockquote></div></div></blockquote><div><br></div></div>That's correct. If you're streaming H.264, then this information (height & width) is included in the "sprop-parameter-string" (formed by the stream's SPS and PPS NAL units), so receiving media players should not need it to be specified separately. The same is true for most (but perhaps not all) other video codecs.<div><br></div><div>However, if you are trying to save an incoming stream into a ".mov" (or ".mp4") or ".avi" file, then the height and width parameters (and also frame-rate) can help.</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>