projects:fuse-ts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
projects:fuse-ts [2017/04/28 21:58] – Created from the form at projects:project derpeterprojects:fuse-ts [2020/12/23 20:40] (current) – [compile on ubuntu 20.04] derpeter
Line 2: Line 2:
  
 ---- dataentry project ---- ---- dataentry project ----
-name : fuse-ts +name                : fuse-ts  
-project-owner : atze +project-owner       : atze  
-git-url @@git url@@ +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-description : This tool provides a FUSE based filesystems that enables you to virtually concatenate a sequence of files.  
-project-owner : atze +project-member      :  
-project-member : @@project member@@ +project-status     : in production 
-project-status : in production+
 ---- ----
 +
 +== compile on ubuntu 20.04
 +<code>
 +sudo apt install libmxml-dev, libfuse-dev
 +git clone https://github.com/a-tze/fuse-ts.git
 +make
 +link the binary to your preferred bin location 
 +uncomment the 'user_allow_other' option in /etc/fuse.conf
 +</code>
 +== 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.1493409533.txt.gz
  • Last modified: 2017/04/28 21:58
  • by derpeter