> On Jan 8, 2024, at 10:29 AM, Denis Gottardello
> 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
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)
and
- open a local rtsp server socket where more than one clients can connect to
wach the live
so:
one connection to the rtsp camera but more clients can connect to the serv
You can overcome this problem (with a compiler that doesn’t support
“std::atomic_flag”) by adding
-DNO_STD_LIB
to your compilation command line.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel
Hi, I'm Denis from Italy. I need a rtsp recorder solution to embed in our
systems.
I'm trying to build the latest live555 software version to stody ant test.
I obtain this error:
*BasicTaskScheduler.cpp:* In member function ‘*virtual void
BasicTaskScheduler::SingleStep(unsigned int)*’:
*Basic