<feed xmlns='http://www.w3.org/2005/Atom'>
<title>SyncTube/src/server/Cache.hx, branch master</title>
<subtitle>Synchronized video viewing with chat and other features (one-channel web service) 
</subtitle>
<id>https://git.moekyun.me/SyncTube/atom?h=master</id>
<link rel='self' href='https://git.moekyun.me/SyncTube/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/'/>
<updated>2025-03-25T05:16:04Z</updated>
<entry>
<title>Initial cache support for raw videos</title>
<updated>2025-03-25T05:16:04Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-03-25T00:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=f874dcd3de368e7e512ab1c0defdd17bc3026ce5'/>
<id>urn:sha1:f874dcd3de368e7e512ab1c0defdd17bc3026ce5</id>
<content type='text'>
m3u8 videos are cached without downloading segments, only m3u8 file is downloaded and segment links are updated to use synctube proxy, so you can add video to playlist as server, ignoring ip restrictions, and stream it to everyone
</content>
</entry>
<entry>
<title>Cache quality fallback when not enough space</title>
<updated>2025-03-02T21:53:03Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-03-02T21:53:03Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=b37c8485f2a2b04860c36bed5c59e76971714a03'/>
<id>urn:sha1:b37c8485f2a2b04860c36bed5c59e76971714a03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Youtube cache cookies support</title>
<updated>2025-02-15T03:16:13Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-02-15T03:16:13Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=f085006f1da0ac431caf391e721f0ee140d1bfb8'/>
<id>urn:sha1:f085006f1da0ac431caf391e721f0ee140d1bfb8</id>
<content type='text'>
closes #59
</content>
</entry>
<entry>
<title>Improve cache limit handling</title>
<updated>2025-02-09T01:25:18Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-02-09T01:25:18Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=82a6c65d46e2583883b1b01d706145386308d19e'/>
<id>urn:sha1:82a6c65d46e2583883b1b01d706145386308d19e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes pack</title>
<updated>2025-02-06T22:12:14Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-02-06T03:41:49Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=d86f0c30e1726a56e670955c3b995945c1daf834'/>
<id>urn:sha1:d86f0c30e1726a56e670955c3b995945c1daf834</id>
<content type='text'>
- Fix timer seek on server pause with double timer.pause() calls
- Implement multi-caching
- Better uploading progress with XMLHttpRequest
- Better upload/cache error reporting
</content>
</entry>
<entry>
<title>Video upload feature</title>
<updated>2025-01-28T12:46:30Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-01-26T20:22:33Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=0592564264fff57ccfd9677957196951f9f1c6cf'/>
<id>urn:sha1:0592564264fff57ccfd9677957196951f9f1c6cf</id>
<content type='text'>
And you can play video as soon as upload starts! This is pretty useful for thicc ones. Video will be keeped in cache and will comply cache size limit.

I'm also implemented system storage check to change cache limit if it's lower than config value, so upload will be blocked if there is lower than 10MiB available on disk.
</content>
</entry>
<entry>
<title>Add server pause when leader disconnects</title>
<updated>2025-01-24T16:37:02Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-01-24T05:42:34Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=6ead98595d71afba9d11d3300756b46f18fd6bda'/>
<id>urn:sha1:6ead98595d71afba9d11d3300756b46f18fd6bda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cache fix</title>
<updated>2025-01-22T05:59:52Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-01-22T05:59:52Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=8f54fabd74b6964e3610d3fbbbfd26f29af6f482'/>
<id>urn:sha1:8f54fabd74b6964e3610d3fbbbfd26f29af6f482</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cache on server feature</title>
<updated>2025-01-16T22:00:09Z</updated>
<author>
<name>RblSb</name>
<email>msrblsb@gmail.com</email>
</author>
<published>2025-01-16T00:07:31Z</published>
<link rel='alternate' type='text/html' href='https://git.moekyun.me/SyncTube/commit/?id=d9ca7beaa9494cf34590853901cf8be44e243775'/>
<id>urn:sha1:d9ca7beaa9494cf34590853901cf8be44e243775</id>
<content type='text'>
Server will download video from supported players and add as raw video to playlist (only youtube is supported for now).

Cache for YT player is available after installing optional dependencies, see readme. For cache size see `cacheStorageLimitGiB ` in config.

There is also minor ux improvement, latest checkbox states will be keeped in local storage now.
</content>
</entry>
</feed>
