Got cingg running on termux!
or at least it seems to be waiting for connections in renderfarm mode (can't get vnc viewer work... yet) $ bin/cin -d 10000 Cinelerra Infinity - built: May 15 2021 17:34:36 git:// git.cinelerra-gg.org/goodguy/cinelerra.git (c) 2006-2019 Heroine Virtual Ltd. by Adam Williams 2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy Cinelerra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for Cinelerra. $ RenderFarmClient::main_loop: client started $ ps axv PID TTY STAT TIME MAJFL TRS DRS RSS %MEM COMMAND 11501 pts/29 S< 0:07 14482 1334 35897 1908 0.1 /data/data/com12842 pts/29 S< 0:06 1163 578 14837 1656 0.0 fluxbox 12843 ? Z<s 0:00 2 0 0 0 0.0 [fbsetbg] <def16797 pts/29 S< 0:00 42 1334 23225 1100 0.0 /data/data/com16802 pts/29 S< 0:00 2 84 8619 924 0.0 aterm -geometr16804 pts/30 S<s+ 0:00 1 532 9039 876 0.0 -bash 19951 pts/29 SN 0:02 0 39857 125074 11444 0.6 bin/cin -d 1019957 pts/29 R<+ 0:00 2 63 7500 1412 0.0 ps axv 29408 pts/28 S<s+ 0:00 189 532 9039 576 0.0 /data/data/com30333 pts/29 S<s 0:01 2582 532 9039 1180 0.0 /data/data/com$ === aw, formatting breaks.. i fixed my error (libcancelthread.a not working) by cat-ing all relevant c files together, and compiling them as c++ code (g++ -c -o jpt.o just-pt.c -I. ) and then making ar from this object + usual libguicast objects via hacked Makefile. now if i try to run Cin with vncserver running.. $ LD_PRELOAD=libandroid-shmem.so bin/cin Cinelerra Infinity - built: May 15 2021 17:34:36 git:// git.cinelerra-gg.org/goodguy/cinelerra.git (c) 2006-2019 Heroine Virtual Ltd. by Adam Williams 2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy Cinelerra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for Cinelerra. BC_WindowBase::init_im: Could not open input method. unjoined tids / owner 1 00000000ea7fc230 / 00000000ec6e9fc0 12BC_Clipboard FORTIFY: pthread_mutex_lock called on a destroyed mutex (0xaf689e0) Aborted $ probably because i failed to switch away from termux window into vnc window? or my vnc client was not working properly (there was aterm, but i was unable to tyoe and see my commands there..) Anyone can try CinGG via VNC connection?) Anyone can provide me with simplest project based on samples.mplayerhq.hu / matrixbench? so at least i'll try to test non-gui rendering.... of course only if anyone having time for such playing around}
Andrew, CONGRATULATIONS !! Any more patches?
Anyone can provide me with simplest project based on samples.mplayerhq.hu / matrixbench? so at least i'll try to test non-gui rendering....
I do not understand what you need. I do see benchmatrix files under benchmark of the quoted url. Do you mean an xml file? I have some time to make something if I know what to do. Let me know. ...Phyllis On Sun, May 16, 2021 at 4:13 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
or at least it seems to be waiting for connections in renderfarm mode (can't get vnc viewer work... yet)
$ bin/cin -d 10000 Cinelerra Infinity - built: May 15 2021 17:34:36 git:// git.cinelerra-gg.org/goodguy/cinelerra.git (c) 2006-2019 Heroine Virtual Ltd. by Adam Williams 2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy Cinelerra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for Cinelerra.
$ RenderFarmClient::main_loop: client started
$ ps axv PID TTY STAT TIME MAJFL TRS DRS RSS %MEM COMMAND 11501 pts/29 S< 0:07 14482 1334 35897 1908 0.1 /data/data/com12842 pts/29 S< 0:06 1163 578 14837 1656 0.0 fluxbox 12843 ? Z<s 0:00 2 0 0 0 0.0 [fbsetbg] <def16797 pts/29 S< 0:00 42 1334 23225 1100 0.0 /data/data/com16802 pts/29 S< 0:00 2 84 8619 924 0.0 aterm -geometr16804 pts/30 S<s+ 0:00 1 532 9039 876 0.0 -bash 19951 pts/29 SN 0:02 0 39857 125074 11444 0.6 bin/cin -d 1019957 pts/29 R<+ 0:00 2 63 7500 1412 0.0 ps axv 29408 pts/28 S<s+ 0:00 189 532 9039 576 0.0 /data/data/com30333 pts/29 S<s 0:01 2582 532 9039 1180 0.0 /data/data/com$
===
aw, formatting breaks..
i fixed my error (libcancelthread.a not working) by cat-ing all relevant c files together, and compiling them as c++ code (g++ -c -o jpt.o just-pt.c -I. ) and then making ar from this object + usual libguicast objects via hacked Makefile.
now if i try to run Cin with vncserver running..
$ LD_PRELOAD=libandroid-shmem.so bin/cin Cinelerra Infinity - built: May 15 2021 17:34:36 git:// git.cinelerra-gg.org/goodguy/cinelerra.git (c) 2006-2019 Heroine Virtual Ltd. by Adam Williams 2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy Cinelerra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for Cinelerra.
BC_WindowBase::init_im: Could not open input method. unjoined tids / owner 1 00000000ea7fc230 / 00000000ec6e9fc0 12BC_Clipboard FORTIFY: pthread_mutex_lock called on a destroyed mutex (0xaf689e0) Aborted $
probably because i failed to switch away from termux window into vnc window? or my vnc client was not working properly (there was aterm, but i was unable to tyoe and see my commands there..)
Anyone can try CinGG via VNC connection?)
Anyone can provide me with simplest project based on samples.mplayerhq.hu / matrixbench? so at least i'll try to test non-gui rendering....
of course only if anyone having time for such playing around} -- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
On Monday, May 17, 2021, Phyllis Smith via Cin <[email protected]> wrote:
Andrew, CONGRATULATIONS !! Any more patches?
not yet (need to turn my hacks into something less hacky...) but yeah, if this compilation will work even as batchrender/renderfarm client on tablet/phone it will be worth it)
Anyone can provide me with simplest project based on samples.mplayerhq.hu
/ matrixbench? so at least i'll try to test non-gui rendering....
I do not understand what you need. I do see benchmatrix files under benchmark of the quoted url. Do you mean an xml file? I have some time to make something if I know what to do. Let me know. ...Phyllis
On Sun, May 16, 2021 at 4:13 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
or at least it seems to be waiting for connections in renderfarm mode (can't get vnc viewer work... yet)
$ bin/cin -d 10000 Cinelerra Infinity - built: May 15 2021 17:34:36 git:// git.cinelerra-gg.org/goodguy/cinelerra.git (c) 2006-2019 Heroine Virtual Ltd. by Adam Williams 2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy Cinelerra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for Cinelerra.
$ RenderFarmClient::main_loop: client started
$ ps axv PID TTY STAT TIME MAJFL TRS DRS RSS %MEM COMMAND 11501 pts/29 S< 0:07 14482 1334 35897 1908 0.1 /data/data/com12842 pts/29 S< 0:06 1163 578 14837 1656 0.0 fluxbox 12843 ? Z<s 0:00 2 0 0 0 0.0 [fbsetbg] <def16797 pts/29 S< 0:00 42 1334 23225 1100 0.0 /data/data/com16802 pts/29 S< 0:00 2 84 8619 924 0.0 aterm -geometr16804 pts/30 S<s+ 0:00 1 532 9039 876 0.0 -bash 19951 pts/29 SN 0:02 0 39857 125074 11444 0.6 bin/cin -d 1019957 pts/29 R<+ 0:00 2 63 7500 1412 0.0 ps axv 29408 pts/28 S<s+ 0:00 189 532 9039 576 0.0 /data/data/com30333 pts/29 S<s 0:01 2582 532 9039 1180 0.0 /data/data/com$
===
aw, formatting breaks..
i fixed my error (libcancelthread.a not working) by cat-ing all relevant c files together, and compiling them as c++ code (g++ -c -o jpt.o just-pt.c -I. ) and then making ar from this object + usual libguicast objects via hacked Makefile.
now if i try to run Cin with vncserver running..
$ LD_PRELOAD=libandroid-shmem.so bin/cin Cinelerra Infinity - built: May 15 2021 17:34:36 git:// git.cinelerra-gg.org/goodguy/cinelerra.git (c) 2006-2019 Heroine Virtual Ltd. by Adam Williams 2007-2020 mods for Cinelerra-GG by W.P.Morrow aka goodguy Cinelerra is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. There is absolutely no warranty for Cinelerra.
BC_WindowBase::init_im: Could not open input method. unjoined tids / owner 1 00000000ea7fc230 / 00000000ec6e9fc0 12BC_Clipboard FORTIFY: pthread_mutex_lock called on a destroyed mutex (0xaf689e0) Aborted $
probably because i failed to switch away from termux window into vnc window? or my vnc client was not working properly (there was aterm, but i was unable to tyoe and see my commands there..)
Anyone can try CinGG via VNC connection?)
Anyone can provide me with simplest project based on samples.mplayerhq.hu / matrixbench? so at least i'll try to test non-gui rendering....
of course only if anyone having time for such playing around} -- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
Andrew,
BC_WindowBase::init_im: Could not open input method. *unjoined tids* / owner 1 00000000ea7fc230 / 00000000ec6e9fc0 12BC_Clipboard FORTIFY: pthread_mutex_lock called on a destroyed mutex (0xaf689e0) Aborted $
probably because i failed to switch away from termux window into vnc window? or my vnc client was not working properly (there was aterm, but i was unable to tyoe and see my commands there..)
I do not know if this is applicable to Termux, but when a*n O/S get "unjoined tids"* the following is stated in the manual: BC_DisplayInfo::init_window: cannot open display "". BC_DisplayInfo::init_window: cannot connect to X server. *unjoined tids */ owner 42 00007feb27fff700 / 00007feb8f496700 9MainError 00007feb267fc700 / 00007feb7affd700 18FFMPEGScanProgress ... This usually indicates that you are out of Operating System file descriptors. You can increase the amount easily with the following command line: *ulimit -n4096* where 4096 is a size suggestion but can be increased. Just guessing here. ...Phyllis
Anyone can try CinGG via VNC connection?)
Anyone can provide me with simplest project based on samples.mplayerhq.hu / matrixbench? so at least i'll try to test non-gui rendering....
of course only if anyone having time for such playing around} -- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
On Monday, May 17, 2021, Phyllis Smith via Cin <[email protected]> wrote:
Andrew,
BC_WindowBase::init_im: Could not open input method. *unjoined tids* / owner 1 00000000ea7fc230 / 00000000ec6e9fc0 12BC_Clipboard FORTIFY: pthread_mutex_lock called on a destroyed mutex (0xaf689e0) Aborted $
probably because i failed to switch away from termux window into vnc window? or my vnc client was not working properly (there was aterm, but i was unable to tyoe and see my commands there..)
I do not know if this is applicable to Termux, but when a*n O/S get "unjoined tids"* the following is stated in the manual:
BC_DisplayInfo::init_window: cannot open display "". BC_DisplayInfo::init_window: cannot connect to X server. *unjoined tids */ owner 42
00007feb27fff700 / 00007feb8f496700 9MainError 00007feb267fc700 / 00007feb7affd700 18FFMPEGScanProgress ...
This usually indicates that you are out of Operating System file descriptors. You can increase the amount easily with the following command line: *ulimit -n4096* where 4096 is a size suggestion but can be increased.
ulimit - a says, among other things... open files (-n) 32768 so it was not this specific problem
Just guessing here. .
..Phyllis
Anyone can try CinGG via VNC connection?)
Anyone can provide me with simplest project based on samples.mplayerhq.hu / matrixbench? so at least i'll try to test non-gui rendering....
of course only if anyone having time for such playing around} -- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
participants (2)
-
Andrew Randrianasulu -
Phyllis Smith