Re: [Live-devel] How to execute openRTSP by an user without sudo permissions

2015-12-11 Thread Warren Young
On Dec 11, 2015, at 4:08 AM, Christiano Belli wrote: > > I want to kill and start openRTSP from a Perl script that owns the user > www-data. Let’s be clear here: the Perl script does not “own” www-data. Your script may be running under that user’s permissions, but it is the OS that owns the

Re: [Live-devel] How to execute openRTSP by an user without sudo permissions

2015-12-11 Thread Ross Finlayson
> I'm facing difficulties related to the openRTSP execution. I want to kill and > start openRTSP from a Perl script that owns the user www-data. > > The thing is: when I execute openRTSP as root, my video files are created > without any problems. When my perl script executes the same command th