https://github.com/s5-dev/cached_s5_video
https://github.com/s5-dev/cached_s5_video
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/s5-dev/cached_s5_video
- Owner: s5-dev
- License: eupl-1.2
- Created: 2024-08-07T19:43:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T16:02:50.000Z (almost 2 years ago)
- Last Synced: 2026-03-31T06:31:20.347Z (2 months ago)
- Language: C++
- Size: 1.85 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cached_s5_video
A simple cached video provider for S5 CID's

### Usage
> ⚠️ Due to the current state of the S5 dart library, the entire video is cached to memory. So DO NOT use large video files with the library until this is addressed.
See [example](example/lib/main.dart).
This is a library built on [s5](https://pub.dev/packages/s5). See there for more details.
Basic Usage:
```dart
Widget cachedS5Video = CachedS5Video(
cid: cid, // String
s5: s5, // See https://pub.dev/packages/s5
);
```
### Acknowledgement
This work is supported by a [Sia Foundation](https://sia.tech/) grant