[Live-devel] Problem on build live555

2024-01-07 Thread Denis Gottardello
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)*’:

Re: [Live-devel] Problem on build live555

2024-01-07 Thread Ross Finlayson
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] Open rtsp camera and streaming to network

2024-01-07 Thread Denis Gottardello
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

Re: [Live-devel] Open rtsp camera and streaming to network

2024-01-07 Thread Ross Finlayson
> 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: