<span style="font-family: Arial; font-size: medium;" xam-editor-container="true"><br />

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Hi and many thanks for the explanations.</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">So now I'm using live555ProxyServer to connect to rtsp camera and</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">- an instance of openRTSP to connect to live555ProxyServer in order to store videos.</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">- another instance of a generic rtsp player to watch the live, still connected to live555ProxyServer.</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Now I have another two questions:</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">- if I power off and on the rtsp camera, live555ProxyServer does not restart the connection. Is it possibile manage this situation?</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">- openRTSP stores the video using a prefix. Is it possible to store the video using date and time as file name?</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br /></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br /></p><div data-signature-id="1">
<div class="xam_msg_class">
<span style="font-family: Arial; font-size: medium;" xam-editor-container="true"><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">+39.347.4070897</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><a href="http://www.labcsp.com" rel="noopener noreferrer" target="_blank">http://www.labcsp.com</a> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><a href="http://www.denisgottardello.it" rel="noopener noreferrer" target="_blank">http://www.denisgottardello.it</a> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">GMT+1</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Skype: mrdebug</p></span>
</div>
</div><br /><br /><div class="xam-quoted-text xam-reply-text"><div style="border-left: 3px solid #000000; padding-left: 10px;"><div><span style="font-family:Arial; font-size:11px; color:#5F5F5F;">Da</span><span style="font-family:Arial; font-size:12px; color:#5F5F5F; padding-left:5px;"> "live-devel" live-devel-bounces@us.live555.com</span></div>
<div><span style="font-family:Arial; font-size:11px; color:#5F5F5F;">A</span><span style="font-family:Arial; font-size:12px; color:#5F5F5F; padding-left:5px;"> "LIVE555 Streaming Media - development & use" live-devel@us.live555.com</span></div>
<div><span style="font-family:Arial; font-size:11px; color:#5F5F5F;">Cc</span><span style="font-family:Arial; font-size:12px; color:#5F5F5F; padding-left:5px;"> </span></div>
<div><span style="font-family:Arial; font-size:11px; color:#5F5F5F;">Data</span><span style="font-family:Arial; font-size:12px; color:#5F5F5F; padding-left:5px;"> Mon, 8 Jan 2024 12:13:46 +1300</span></div>
<div><span style="font-family:Arial; font-size:11px; color:#5F5F5F;">Oggetto</span><span style="font-family:Arial; font-size:12px; color:#5F5F5F; padding-left:5px;"> Re: [Live-devel] Open rtsp camera and streaming to network</span></div>
<br />
<div> </div><div> </div><div>> On Jan 8, 2024, at 10:29 AM, Denis Gottardello <info@denisgottardello.it> wrote:</div><div>> </div><div>> </div><div>> Hi, I'm new with live555.</div><div>> Is it possible to:</div><div>> - open only one connection to a rtsp camera and store to a file (alread done)</div><div> </div><div>Yes, you can do this using our “openRTSP” command-line client application:</div><div>     http://live555.com/openRTSP/</div><div> </div><div> </div><div>> - open a local rtsp server socket where more than one clients can connect to wach the live so:</div><div> </div><div>Yes, but your RTSP server implementation must set the variable "reuseFirstSource" to True.  See</div><div>        http://live555.com/liveMedia/faq.html#liveInput-unicast</div><div> </div><div> </div><div>> one connection to the rtsp camera but more clients can connect to the server to watch the same live?</div><div> </div><div>There will be one (RTSP/TCP) connection to the RTSP server for each client (and also one RTP/UDP stream for each client), but - if you set "reuseFirstSource" to True - your server will read from its input source (i.e., camera) one once, even if there are multiple concurrent clients.</div><div> </div><div> </div><div>Ross Finlayson</div><div>Live Networks, Inc.</div><div>http://www.live555.com/</div><div> </div><div> </div><div>_______________________________________________</div><div>live-devel mailing list</div><div>live-devel@lists.live555.com</div><div>http://lists.live555.com/mailman/listinfo/live-devel</div></div></div></span>