Skip to content

tafa/tafa-media

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sitemap

/
/search
/upload
/watch?v=

API

/api/v0.1/

upload.js
    ...raw file data...
    -------------------------
    {token}

file.:ext?v=(token)
    Range header supported
    -------------------------
    ...raw file data...

Storage

redis   item_metadata   token --> HASH(msgpack(key_num) --> msgpack(value))
redis   format_metadata token --> HASH(msgpack(key_num) --> msgpack(value))
big_jv  file_chunks     [format_token, token, id] --> data
                        Note: format_token is null for the original file

Metadata

Item
    title=1:        string
    chunk_sizes=2:  array of sizes

Format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published