[Cin] Main.C - two options undocumented in usage?

Phyllis Smith phylsmith2017 at gmail.com
Tue Jan 19 05:10:00 CET 2021


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!

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.

On Mon, Jan 18, 2021 at 8:00 PM Andrew Randrianasulu via Cin <
cin at lists.cinelerra-gg.org> wrote:

> I see those handled in code:
>
> else if( !strcmp(argv[i], "-z") ) {
>                         start_remote_control = 1;
>                 }
>
> but i don't have remote  for testing this ....
>
> else if( !strcmp(argv[i], "-b") ) {
>                         operation = DO_BRENDER;
>                         if( i > argc - 2 ) {
>                                 fprintf(stderr, _("-b may not be used by
> the user.\n"));
>                                 exit(1);
>                         }
>                         else
>                                 strcpy(deamon_path, argv[i + 1]);
>
> I think this one start background render mode?
> Apparently, it want socket, so I can run it like
>
> /bin/cin -b /tmp/cinelerra.01e3ad92-6020-4d7c-b862-a8fa9d9d8917
>
> but of course it will show nothing in gui, just:
>
> ../bin/cin -b /tmp/cinelerra.01e3ad92-6020-4d7c-b862-a8fa9d9d8917
> RenderFarmClient::main_loop: client started
> ^Csignal_entry: got SIGINT my pid=17867 execution table size=0:
> signal_entry: lock table size=1
> lock_items: 0
> lock_frees: 1
> SigHandler::signal_handler total files=0
> Аварийный останов
>
> I CTRL_C it ....
>
> not sure if this specific option actually *that* interesting for end-users
> ...
> But one about starting in remote control mode (?) might be useful?
>
> ...time to look into this remote android protocol submodule . may be
> it can be extended for allowing save operation from remote device, so
> periodic backups can be triggered externally (just idea at this moment )
> .....
>
> --
> Cin mailing list
> Cin at lists.cinelerra-gg.org
> https://lists.cinelerra-gg.org/mailman/listinfo/cin
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20210118/2b87abf6/attachment-0001.htm>


More information about the Cin mailing list