{"id":49399236,"url":"https://github.com/atithi4dev/vid-stream-ytengine","last_synced_at":"2026-04-28T17:05:54.995Z","repository":{"id":297687496,"uuid":"997391743","full_name":"atithi4dev/vid-stream-ytengine","owner":"atithi4dev","description":"API-first backend powering a YouTube-style content platform with secure auth, video/media handling VOD ,built for scale and developer clarity.","archived":false,"fork":false,"pushed_at":"2025-12-23T20:21:59.000Z","size":326,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-25T10:41:15.224Z","etag":null,"topics":["cloudinary","express","mongodb","nodejs","rest-ap"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atithi4dev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-06T12:58:12.000Z","updated_at":"2025-12-23T20:22:04.000Z","dependencies_parsed_at":"2025-07-08T09:34:07.118Z","dependency_job_id":null,"html_url":"https://github.com/atithi4dev/vid-stream-ytengine","commit_stats":null,"previous_names":["atithi4dev/youtube-backend","atithi4dev/vid-stream-ytengine"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/atithi4dev/vid-stream-ytengine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atithi4dev%2Fvid-stream-ytengine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atithi4dev%2Fvid-stream-ytengine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atithi4dev%2Fvid-stream-ytengine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atithi4dev%2Fvid-stream-ytengine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atithi4dev","download_url":"https://codeload.github.com/atithi4dev/vid-stream-ytengine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atithi4dev%2Fvid-stream-ytengine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32390139,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: 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":["cloudinary","express","mongodb","nodejs","rest-ap"],"created_at":"2026-04-28T17:05:54.936Z","updated_at":"2026-04-28T17:05:54.986Z","avatar_url":"https://github.com/atithi4dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Video Streaming Platform - Backend Module\n\n**YT-ENGINE** is a backend-driven video streaming platform that supports uploading, transcoding, and serving videos in multiple resolutions using HLS. It is built with a modular architecture to handle channels, subscriptions, playlists, and user engagement efficiently.\n\n---\n\n## Guides\n\n~ [**Documentation**](https://yt.veren.site/docs)\n\n~ [**API Walkthrough**](https://yt.veren.site/api-walkthrough)\n\n~ [**Quick Setup**](#project-setup)\n\n~ [**By me a coffee**](https://main.veren.site/coffee)\n\n---\n\n## Project Setup\n\n1. Clone the repository:\n\n```bash\ngit clone \u003crepository-url\u003e\ncd yt-engine\n```\n\n2. Ensure all required configuration files are added (database credentials, S3 settings, etc.).\n\n3. Start the services using Docker Compose:\n\n```bash\ndocker compose up --build\n```\n\nOnce running, you can explore API routes and features through the API documentation.\n\n---\n\n## Architecture Overview\n\nYT-ENGINE is designed as a **service-oriented backend** for video streaming:\n\n* **API Gateway** – Central entry point for all requests (video, channel, user, subscription).\n* **Worker Services** – Handle video transcoding, chunking, and background tasks via BullMQ.\n* **Artifact Storage** – Videos are stored in S3 and served as HLS streams (`.m3u8` + `.ts` chunks).\n* **Database Layer** – Tracks users, videos, playlists, subscriptions, and watch history.\n* **Asynchronous Event Flow** – Ensures reliable processing of uploads, encodings, and notifications.\n\n---\n\n## Features\n\n### User Module\n\n* Register/login with profile images.\n* Update account details and password.\n* Fetch user profile, watch history, and uploaded videos.\n\n### Video Module\n\n* Upload videos and thumbnails.\n* Transcode videos into multiple resolutions using ffmpeg.\n* Generate HLS streams (`.m3u8` playlists + `.ts` chunks).\n* Fetch, update, or delete videos.\n\n### Playlist \u0026 Subscription\n\n* Create, update, and delete playlists.\n* Add/remove videos from playlists.\n* Subscribe/unsubscribe to channels.\n\n### Engagement\n\n* Comment on videos with CRUD operations.\n* Like/unlike videos and comments.\n* Fetch channel stats (views, subscribers).\n\n### Health Check\n\n* API status available at `/api/healthcheck`.\n\n---\n\n## Roadmap / Upcoming Features\n\n* Adaptive bitrate streaming via HLS (handled by HLS.js).\n* Private video access control and permissions.\n* Background encoding for additional resolutions.\n* Analytics and engagement metrics (views, watch time).\n* WebSocket support for live comments and notifications.\n\n---\n\n## Contributions\n\nYT-ENGINE is an experimental backend project. Contributions and feedback are welcome:\n\n* Open an issue for bugs or feature requests.\n* Submit pull requests for improvements.\n* Focus on clarity and intent; perfection is not required.\n\n---\n\n## Support\n\n* Open an issue on the [GitHub repository](https://github.com/atithi4dev/vid-stream-ytengine/issues).\n* Reach out via [email](atithisingh.dev@gmail.com) or discussion forums for help.\n\n\n\u003c/br\u003e\n\u003c/br\u003e\n\u003c/br\u003e\n\u003c/br\u003e\n\u003c/br\u003e\n\u003c/br\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatithi4dev%2Fvid-stream-ytengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatithi4dev%2Fvid-stream-ytengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatithi4dev%2Fvid-stream-ytengine/lists"}