{"id":21565229,"url":"https://github.com/mastercloudapps-projects/elastictranscoder","last_synced_at":"2026-01-29T06:31:46.359Z","repository":{"id":52509582,"uuid":"276153243","full_name":"MasterCloudApps-Projects/ElasticTranscoder","owner":"MasterCloudApps-Projects","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-03T18:45:06.000Z","size":11094,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T14:29:43.630Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MasterCloudApps-Projects.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-30T16:28:30.000Z","updated_at":"2021-06-17T18:26:14.000Z","dependencies_parsed_at":"2025-01-24T11:44:16.402Z","dependency_job_id":"1c8696ad-bf5c-49cf-b82a-95f58a23ddb0","html_url":"https://github.com/MasterCloudApps-Projects/ElasticTranscoder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MasterCloudApps-Projects/ElasticTranscoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasterCloudApps-Projects%2FElasticTranscoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasterCloudApps-Projects%2FElasticTranscoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasterCloudApps-Projects%2FElasticTranscoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasterCloudApps-Projects%2FElasticTranscoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MasterCloudApps-Projects","download_url":"https://codeload.github.com/MasterCloudApps-Projects/ElasticTranscoder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasterCloudApps-Projects%2FElasticTranscoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28866983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T05:56:06.453Z","status":"ssl_error","status_checked_at":"2026-01-29T05:55:57.668Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T10:18:55.947Z","updated_at":"2026-01-29T06:31:46.345Z","avatar_url":"https://github.com/MasterCloudApps-Projects.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [ElasticTranscoder](https://videotranscoding.es)\n![Frontend](https://github.com/MasterCloudApps-Projects/ElasticTranscoder/workflows/Build%20docker%20frontend/badge.svg)\n![Transcoder](https://github.com/MasterCloudApps-Projects/ElasticTranscoder/workflows/Build%20docker%20transcoder/badge.svg)\n![Transcoder Status](https://github.com/MasterCloudApps-Projects/ElasticTranscoder/workflows/Build%20docker%20transcoder-status/badge.svg)\n![Transcoder Handler](https://github.com/MasterCloudApps-Projects/ElasticTranscoder/workflows/Build%20docker%20transcoder-handler/badge.svg)\n![Media Storage](https://github.com/MasterCloudApps-Projects/ElasticTranscoder/workflows/Build%20docker%20media-storage/badge.svg)\n![Media](https://github.com/MasterCloudApps-Projects/ElasticTranscoder/workflows/Build%20docker%20media/badge.svg)\n\n\n## Elastic application for transcode videos using FFMPEG\n### Architecture and components\n![](doc/img/ElasticTranscoder.png)\n- **Frontend** use Angular 10 and material.\n- **Transcoder**: Springboot application (JDK 13) which read a SQS queue to transcode the video\n- **Media-Storage**: Springboot application (JDK 13) connected to filesystem or glusterfs to serve the content or upload it.\n- **Media**: Springboot application (JDK 13) connected to dynamodb for crud requests of the original and transcode media.\n- **Transcoder-Status**: Springboot application (JDK 13) connected to dynamodb and sqs to read requests of transcoder-status queue.\n- **Transcoder-Handler**: Springboot application (JDK 13). Handler of all media.\n### Configuration Mandatory\n- All microservices, including frontend, used [Okta](https://www.okta.com/) to secured it. Please, [read here](doc/okta.md) to configure it for this proyect or if you want use it.\n- For configure AWS SQS and DynamoDB use [this](doc/aws.md).\n\n### Configuration Optional\n- The glusterFS cluster is optional, but mandatory if you want externalise the filesystem. [Read here](doc/gluster.md) to configure it.\n\n\n### Requirements for deploy it\n- Kubernetes cluster ([microk8s](https://microk8s.io/))\n- [Helm V3](https://helm.sh/docs/intro/install/) on your kubernetes cluster.\n- LoadBalancer (microk8s--\u003e `microk8s enable metallb`)\n### Deploy:\nNeed [Helm V3](https://helm.sh/docs/intro/install/) on your kubernetes cluster.\n\nInstall traefik:\n```\nhelm repo add traefik https://helm.traefik.io/traefik\n```\nYou can update the chart repository by running:\n```\nhelm repo update\n```\nAnd install it with the helm command line:\n```\nhelm install traefik traefik/traefik\n```\n\nInstall CRDs\n```\nkubectl apply -f https://mastercloudapps-projects.github.io/ElasticTranscoder/charts/crds/cloudwatch-adapter.yaml\nkubectl apply -f https://mastercloudapps-projects.github.io/ElasticTranscoder/charts/crds/ingressroute.yaml \n```\nInstall elastictranscoder\n```\nhelm repo add elastictranscoder https://mastercloudapps-projects.github.io/ElasticTranscoder/charts\nhelm repo update\n```\nDownload /charts/elastic-transcoder/values.yaml and edited with your values\n```\nhelm install elastictranscoder elastictranscoder/elastic-transcoder -f values.yaml \n```\n\n####\n\n\n### Next release:\n\n* Support HLS transcode\n* Support audio transcode (video--\u003e to only audio , audio --\u003e audio)\n* Fix delete-media flow (parent folders not deleted)\n* Fix transcoder for support speed, filesize and bitrate\n* Fix transcoder-handler to support threads, select audio bitrate and CRF (VideoTranscodeServiceImpl:108)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmastercloudapps-projects%2Felastictranscoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmastercloudapps-projects%2Felastictranscoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmastercloudapps-projects%2Felastictranscoder/lists"}