Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clipable/clipable
A simple, self-hosted, alternative to Streamable
https://github.com/clipable/clipable
self-hosted video-player video-processing video-streaming vod
Last synced: 3 months ago
JSON representation
A simple, self-hosted, alternative to Streamable
- Host: GitHub
- URL: https://github.com/clipable/clipable
- Owner: clipable
- License: other
- Created: 2023-01-31T02:49:07.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T21:45:56.000Z (11 months ago)
- Last Synced: 2024-07-11T15:48:40.478Z (7 months ago)
- Topics: self-hosted, video-player, video-processing, video-streaming, vod
- Language: Go
- Homepage:
- Size: 3.13 MB
- Stars: 190
- Watchers: 6
- Forks: 13
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Simple video hosting. For everyone.
What is Clipable?Clipable is a self-hosted video sharing platform that provides an easy and efficient way for individuals and organizations to host, share, and manage their video content. Inspired by popular platforms like Streamable and YouTube, Clipable offers a simple and intuitive user interface that makes it easy for anyone to upload, share, and watch videos with ease. With a focus on privacy and security, Clipable provides an alternative for those looking for a more controlled and self-reliant video hosting solution. Whether you're a content creator, a business owner, or just someone looking to share videos with friends and family, Clipable provides all the features you need to manage your video content with confidence.
### Live, view-only demo [here](https://clipable.net/).
View the [features](https://github.com/clipable/clipable/blob/master/README.md#features), the latest [releases](https://github.com/clipable/clipable/releases), the product [roadmap](https://github.com/clipable/clipable/milestones), and [documentation](https://github.com/clipable/clipable/wiki).
Contents- [Features](#features)
- [Documentation](https://github.com/clipable/clipable/wiki)
- [Run using Docker](#run-using-docker)
- [Contributing](#contributing)
Features- [x] Responsive, In-Browser upload
- [x] Configurable video quality profiles
- [x] S3 compatible video storage
- [x] User accounts
- [x] Fuzzy video searching
- [x] Intuitive and simple user interface
- [x] Well-documented and accessible REST API
- [x] FFmpeg based encoding accepts all well known video formats
- [x] Simple docker based deployment
Run using DockerGetting started is easy with Docker! We have a fully configured [docker-compose.yml](https://github.com/clipable/clipable/blob/master/docker-compose.yml)
- Simply copy it and run `docker compose up -d`.
- The site will then be accessible at http://localhost/.
- You can also view documentation about all of our environment variables [here.](https://github.com/clipable/clipable/wiki/Environment-Variables)
Contributing
TODO
LicenseClipable is licensed under the [BSL 1.1 license](https://github.com/clipable/clipable/blob/master/LICENSE), converting to the open-source GNU General Public License v2.0 or later after 4 years. If you'd like to learn more, you can do so [here](https://mariadb.com/bsl-faq-adopting/).