[Live-devel] Open rtsp camera and streaming to network
info at denisgottardello.it
info at denisgottardello.it
Mon Jan 8 01:19:32 PST 2024
Hi and many thanks for the explanations.
So now I'm using live555ProxyServer to connect to rtsp camera and
- an instance of openRTSP to connect to live555ProxyServer in order to store videos.
- another instance of a generic rtsp player to watch the live, still connected to live555ProxyServer.
Now I have another two questions:
- if I power off and on the rtsp camera, live555ProxyServer does not restart the connection. Is it possibile manage this situation?
- openRTSP stores the video using a prefix. Is it possible to store the video using date and time as file name?
+39.347.4070897
http://www.labcsp.com
http://www.denisgottardello.it
GMT+1
Skype: mrdebug
Da "live-devel" live-devel-bounces at us.live555.com
A "LIVE555 Streaming Media - development & use" live-devel at us.live555.com
Cc
Data Mon, 8 Jan 2024 12:13:46 +1300
Oggetto Re: [Live-devel] Open rtsp camera and streaming to network
> On Jan 8, 2024, at 10:29 AM, Denis Gottardello <info at 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 at lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20240108/d3dc85fb/attachment.htm>
More information about the live-devel
mailing list