On 04/20/2015 04:06 AM, Nicolas George wrote:
> Le primidi 1er floréal, an CCXXIII, Phil Turmel a écrit :
>> ps gets its information from the files in /proc/ where you can find a
>> variety of information on running processes. Among them is each
>> processes' 'environ' file, containing its environ
On Mon, Apr 20, 2015 at 10:23:15 +0500, Илья Мельников wrote:
> User can't read environment variables of other user processes.
>
> This is enough for me.
> ffmpeg process which record IP-cam stream runs as user 'backup'.
> Interactive users can not see its environment.
Still that would require ff
Le primidi 1er floréal, an CCXXIII, Phil Turmel a écrit :
> ps gets its information from the files in /proc/ where you can find a
> variety of information on running processes. Among them is each
> processes' 'environ' file, containing its environment. So the
> 'security' you are asking for is no
Hello.
On Monday 20 April 2015 01:17:05 Phil Turmel wrote:
> ps gets its information from the files in /proc/ where you can find a
> variety of information on running processes. Among them is each
> processes' 'environ' file, containing its environment. So the
> 'security' you are asking for is
On 04/19/2015 10:59 PM, Илья Мельников wrote:
> Hello.
>
> В сообщении от Sunday 19 April 2015 05:03:41 Denis Mysenko dus...@mail.ru:
>> If you use environment variable (like you proposed) or any shell/UNIX 'hack
>> (eg. -i `cat url.txt`), at the moment of execution a plain-text password
>> will b
Hello.
В сообщении от Sunday 19 April 2015 05:03:41 Denis Mysenko dus...@mail.ru:
> If you use environment variable (like you proposed) or any shell/UNIX 'hack
> (eg. -i `cat url.txt`), at the moment of execution a plain-text password
> will be inserted anyway. And 'ps' will show what really was l
Hi there
This is not really related to FFmpeg, and I'm afraid there is no quick solution.
If you use environment variable (like you proposed) or any shell/UNIX 'hack'
(eg. -i `cat url.txt`), at the moment of execution a plain-text password will
be inserted anyway. And 'ps' will show what reall
Hello.
ffmpeg records video stream from IP-cam.
IP-cam has authentiation.
ffmpeg \
-t $DT_SECONDS_TO_RECORD \
-i rtsp://$SRC_USER:$SRC_PASS@$SRC_ADDR/stream1.sdp \
-vcodec copy \
-acodec copy \
$DST_FILE
ffmpeg starts from cron script by unpriviledged user.
At the same host can be log