Antony Das
Antony Das
Yes. as mentioned in the link, "libopenjpeg version 2.1 with some patches"
Compiled Version : linux-vdso.so.1 (0x00007fffdbf21000) libdcpomatic2-wx.so => /usr/local/lib/libdcpomatic2-wx.so (0x00007fce58a94000) libdcpomatic2.so => /usr/local/lib/libdcpomatic2.so (0x00007fce5835f000) libboost_thread.so.1.65.1 => /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.65.1 (0x00007fce5813a000) libboost_system.so.1.65.1 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.65.1 (0x00007fce57f35000) libdcp-1.0.so => /usr/local/lib/libdcp-1.0.so (0x00007fce57b7e000) libboost_filesystem.so.1.65.1 => /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.65.1 (0x00007fce57964000) libwx_gtk2u_core-3.0.so.0...
Version from website: linux-vdso.so.1 (0x00007ffdc955d000) libboost_thread.so.1.65.1 => /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.65.1 (0x00007f4282bce000) libboost_system.so.1.65.1 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.65.1 (0x00007f42829c9000) libboost_date_time.so.1.65.1 => /usr/lib/x86_64-linux-gnu/libboost_date_time.so.1.65.1 (0x00007f42827b8000) libglibmm-2.4.so.1 => /usr/lib/x86_64-linux-gnu/libglibmm-2.4.so.1 (0x00007f4282538000) libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007f42820c0000) libbz2.so.1.0 => /lib/x86_64-linux-gnu/libbz2.so.1.0 (0x00007f4281eb0000) libxmlsec1-openssl.so.1...
Yes. a lot of dropped frames are reported and is also visible on screen
One thing I did follow not in the link was "git checkout v1.6.x" for libdcp. I was getting errors while building, so I saw the this [issue](https://github.com/cth103/dcpomatic/issues/2) and followed that....
CPU usage is around 40 - 45%.
When application is started, the thread count is 20 and during playback thread count is 21
Static linkage didn't do any good
Hi, Thanks for taking the time. Unfortunately I would not be able to test it immediately. But will revert back soon with the results. Thanks :)
@louis030195 I don't think it would be straight-forward due to Windows restrictions. My only guess to achieve this is, we need to add run-as-service feature to the app, then run/install...