Re: [Live-devel] Using testRTSP functionnalities in a project

2019-08-28 Thread Ross Finlayson
> On Aug 28, 2019, at 11:57 AM, Kateline Driessens wrote: > > > My problem is that I can't find how and which files from the /live directory > to include to my complete project We already show you one way of developing a console application from our code. If, instead, you want to do this

Re: [Live-devel] Using testRTSP functionnalities in a project

2019-08-28 Thread Kateline Driessens
rs of linking files... Thanks again, -Original Message- From: live-devel On Behalf Of Ross Finlayson Sent: mercredi 28 août 2019 11:39 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Using testRTSP functionnalities in a project > On Aug 28, 2019, at

Re: [Live-devel] Using testRTSP functionnalities in a project

2019-08-28 Thread Ross Finlayson
> On Aug 28, 2019, at 9:42 AM, Kateline Driessens wrote: > > Hi all, > I would like to use openRTSP in a project but I’d like to keep it really > simple. First, you should ask yourself if “openRTSP” is really the best code for you to be working from; see http://live555.com/openRTSP/#

[Live-devel] Using testRTSP functionnalities in a project

2019-08-28 Thread Kateline Driessens
Hi all, I would like to use openRTSP in a project but I'd like to keep it really simple. I'd like to start a recording of a mp4 file from a RTSP stream and then stop it whenever I want (not using the -d option to specify a recording duration). For the first part I simply use system() in my code wi