Skip to content

Commit 0f8d31e

Browse files
authored
Enhance README with features and clearer description
Added features section and improved service description.
1 parent 56e8565 commit 0f8d31e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
## Description
44

5-
This is a service transcodes user uploaded videos in to multiple resolutions and bitrates and stores it into provided s3 buckets to be streamed over MPEG-Dash. Given the interface and the harness along side exisiting transcoding pipelines you can very easily plug and play more transcoding pipelines based on different codecs and get up and running. The service integrates with `Kafka` for upload event notifications,`Postgresql` for fetching and updating records related to the videos, processing and `Amazon S3` for content upload and downlod
5+
This is a service transcodes user uploaded videos in to multiple resolutions and bitrates and stores it into provided s3 buckets to be streamed over MPEG-Dash.
6+
7+
## Features
8+
9+
- Given the interface and the harness along side exisiting transcoding pipelines you can very easily plug and play more transcoding pipelines based on different codecs and get up and running.
10+
- The service integrates with `Kafka` for upload event notifications,`Postgresql` for fetching and updating records related to the videos, processing and `Amazon S3` for content upload and downlod.
11+
- You can run multiple instances of this app or increase the number of workers in a single instance of the app or do both at the same time depending on the load and the videos will be processed properly no double processing or missed processing will cccour.
612

713
## Pre-requisites
814

0 commit comments

Comments
 (0)