> On Jan 8, 2024, at 10:29 AM, Denis Gottardello <i...@denisgottardello.it> 
> wrote:
> 
> 
> Hi, I'm new with live555.
> Is it possible to:
> - open only one connection to a rtsp camera and store to a file (alread done)

Yes, you can do this using our “openRTSP” command-line client application:
        http://live555.com/openRTSP/


> - open a local rtsp server socket where more than one clients can connect to 
> wach the live so:

Yes, but your RTSP server implementation must set the variable 
"reuseFirstSource" to True.  See
        http://live555.com/liveMedia/faq.html#liveInput-unicast


> one connection to the rtsp camera but more clients can connect to the server 
> to watch the same live?

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.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to