The application receives a video file from the user and uploads it to object storage. Stream video available upon request
- Kotlin
- Ktor
- Exposed
- H2 Database
- MinIO
- Upload video to object storage
- Stream video with chunks
GET /video/upload GET /player/stream/{uuid}| Param | Type | Description |
|---|---|---|
uuid |
string |
Required. File ID |
