Show pageOld revisionsBacklinksODT exportBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. = fuse-ts ---- dataentry project ---- name : fuse-ts # project-owner : atze # git-url_url : https://github.com/a-tze/fuse-ts # project-description : This tool provides a FUSE based filesystems that enables you to virtually concatenate a sequence of files. # project-member : project-status : in production # ---- == install dependencies ubuntu 20.04 <code> sudo apt install libmxml-dev, libfuse-dev </code> fedora 40 <code> sudo dnf install mxml-devel fuse-devel </code> == compile <code> git clone https://github.com/a-tze/fuse-ts.git cd fuse-ts make </code> link the binary to your preferred bin location uncomment the 'user_allow_other' option in /etc/fuse.conf == test fuse without a tracker worker <code> fuse-ts p="track1-" c="/home/user/obs/recoding-test/" st="2020-12-23_17-44-51-110787" numfiles=10 totalframes=4300 -oallow_other,use_ino "/video//fuse/rc3/track1/2342" </code> projects/fuse-ts.txt Last modified: 2025/06/27 14:40by martin