<div dir="ltr"><div class="gmail_default" style="font-size:small">Interesting! but I thought it was mostly just for giving presentations and to watch recorded TV programs.  I did learn something about the android remote control the other day, if you use the power button on the remote control, it powers off the computer -- that was a big OOPS!</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">There is only 1 problem with the "saving" operation -- you have to actually remember to do the save.  The user who panicked the other day, never used the "save" function.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jan 18, 2021 at 8:00 PM Andrew Randrianasulu via Cin <<a href="mailto:cin@lists.cinelerra-gg.org">cin@lists.cinelerra-gg.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I see those handled in code:<br>
<br>
else if( !strcmp(argv[i], "-z") ) {<br>
                        start_remote_control = 1;<br>
                }<br>
<br>
but i don't have remote  for testing this ....<br>
<br>
else if( !strcmp(argv[i], "-b") ) {<br>
                        operation = DO_BRENDER;<br>
                        if( i > argc - 2 ) {<br>
                                fprintf(stderr, _("-b may not be used by the user.\n"));<br>
                                exit(1);<br>
                        }<br>
                        else<br>
                                strcpy(deamon_path, argv[i + 1]);<br>
<br>
I think this one start background render mode? <br>
Apparently, it want socket, so I can run it like<br>
<br>
/bin/cin -b /tmp/cinelerra.01e3ad92-6020-4d7c-b862-a8fa9d9d8917<br>
<br>
but of course it will show nothing in gui, just:<br>
<br>
../bin/cin -b /tmp/cinelerra.01e3ad92-6020-4d7c-b862-a8fa9d9d8917<br>
RenderFarmClient::main_loop: client started<br>
^Csignal_entry: got SIGINT my pid=17867 execution table size=0:<br>
signal_entry: lock table size=1<br>
lock_items: 0<br>
lock_frees: 1<br>
SigHandler::signal_handler total files=0<br>
Аварийный останов<br>
<br>
I CTRL_C it ....<br>
<br>
not sure if this specific option actually *that* interesting for end-users ...<br>
But one about starting in remote control mode (?) might be useful?<br>
<br>
...time to look into this remote android protocol submodule . may be<br>
it can be extended for allowing save operation from remote device, so<br>
periodic backups can be triggered externally (just idea at this moment ) .....<br>
<br>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div>