api.video Flutter video uploader
api.video is the video infrastructure for product builders. Lightning fast video APIs for integrating, scaling, and managing on-demand & low latency live streaming features in your app.
Table of contents
- Table of contents
- Project description
- Getting started
- Dependencies
- FAQ
- Found this video uploader useful?
Project description
api.video's Flutter uploader uploads videos to api.video using delegated upload token or API Key.
It allows you to upload videos in two ways:
- standard upload: to send a whole video file in one go
- progressive upload: to send a video file by chunks, without needing to know the final size of the video file
Getting started
Installation
Run this command:
This will add the following lines to your package's pubspec.yaml file:
dependencies:
video_uploader: ^1.1.0
For web usage
Add the api.video TypeScript uploader script to your web/index.html
head.
...
...
Code sample
var video = await ApiVideoUploader.uploadWithUploadToken("MY_VIDEO_TOKEN", "path/to/my-video.mp4");
Dependencies
This project is using external library
Plugin | README |
---|---|
iOS-video-uploader | iOS-video-uploader |
android-video-uploader | android-video-uploader |
FAQ
If you have any questions, ask us here: https://community.api.video. Or use Issues.
Found this video uploader useful?
Please star ⭐ the repo to help others find it.
Was this page helpful?