<div dir="ltr">I tried these and the files do go into the folder I specified them to. I have a folder named "record" and the output files go in, only one of them, and it is empty. So you may be right with the firewall. <div><br></div><div>Do you have any idea where I would remove these firewalls?</div><div><br></div><div>Thanks</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr">Jade Royston<div>Founder</div><div><span style="font-size:12.8000001907349px">Eye in the Sky Sports LLC.</span><br></div><div><br></div><div>phone: (608)-432-2083</div><div>website: <a href="http://www.eyeintheskysports.com/" target="_blank">http://www.eyeintheskysports.com/</a></div><div>twitter: <a href="https://twitter.com/EYESKYSPORTS" target="_blank">https://twitter.com/EYESKYSPORTS</a></div><div>facebook: <a href="https://www.facebook.com/eyeintheskysports" target="_blank">https://www.facebook.com/eyeintheskysports</a></div></div></div></div>
<br><div class="gmail_quote">On Thu, Apr 23, 2015 at 4:47 PM, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><span class=""><blockquote type="cite"><div><div dir="ltr"><div>I am trying the have a stream give periodic output files every minute as <i>avi files</i> and I am getting the error that it fails to get a SDP description for the URL and that the -iP command cannot be found. I have also tried these commands by themselves and it fails to get the SDP description also.</div><div><br></div><div>The command I input is:</div><div><br></div><div><i style="font-size:12.8000001907349px"><span style="font-size:12.8000001907349px">openRTSP rtsp://</span><a href="http://24.196.72.222:1080/user=jaderoyston&password=blacky12&channel=1&stream=0.sdp" style="font-size:12.8000001907349px" target="_blank">24.196.72.222:1080/user=guest&password=guest&channel=1&stream=0.sdp</a><span style="font-size:12.8000001907349px">? -iP 60 > ~/record/output.avi</span></i><br></div></div></div></blockquote><div><br></div></span>First, options on the command line must be separated.  So you need to say</div><div><span style="white-space:pre-wrap">   </span>-i -P 60</div><div>rather than</div><div><span style="white-space:pre-wrap">       </span>-iP 60</div><div><br></div><div>Second, if you use the "-P <interval-in-seconds>” option in combination with “-i” (or “-4” or “-q”), then the output will be written to separate files, but *not* to stdout, so you don’t need to add “> ~/record/output.avi” to the end of the command line.</div><div><br></div><div>Finally, because the RTSP URL contains ‘&’ and ‘?’ characters, it’s possible - depending on your command shell - that you will need to put quotation marks around the URL.</div><div><br></div><div>The following command should work:</div><div><span style="white-space:pre-wrap">      </span>openRTSP 'rtsp://<a href="http://24.196.72.222:1080/user=guest&password=guest&channel=1&stream=0.sdp" target="_blank">24.196.72.222:1080/user=guest&password=guest&channel=1&stream=0.sdp</a>?' -i P 60</div><div><br></div><div>If you find that the output files are empty, then it’s probably because there’s a firewall somewhere - between your server (camera) and client (“openRTSP”) - that’s blocking UDP packets.  In that case, try adding the “-t” option to the command line.</div><span class="HOEnZb"><font color="#888888"><br><div>
<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;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><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;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></font></span></div><br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br></div>