nschlia / ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.
https://nschlia.github.io/ffmpegfs/
GNU General Public License v3.0
198 stars 14 forks source link

HLS segments are all size 0 on first "ls" #50

Closed nschlia closed 4 years ago

nschlia commented 4 years ago

When a directory is listed for the first time, all HLS segments have zero size. Seems that size prediction does not work as expected.

norbert@schleppmops:$ ll "/mnt/ffmpegfs/hls/1M/multimedia1/DVD/Musik/Eluveitie/Live @Summer Breeze 2008/02. Chapter 002 [04-20.160].ts" 
insgesamt 10240
-rwxr-xr-x 1 norbert norbert 6400836 Apr 19  2009 000001.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000002.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000003.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000004.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000005.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000006.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000007.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000008.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000009.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000010.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000011.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000012.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000013.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000014.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000015.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000016.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000017.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000018.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000019.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000020.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000021.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000022.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000023.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000024.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000025.ts
-rwxr-xr-x 1 norbert norbert       0 Apr 19  2009 000026.ts
-rwxr-xr-x 1 norbert norbert    1285 Apr 19  2009 hls.html
-rwxr-xr-x 1 norbert norbert     812 Apr 19  2009 index_0_av.m3u8
-rwxr-xr-x 1 norbert norbert      55 Apr 19  2009 master.m3u8
nschlia commented 4 years ago

Works