Skip to content

Desenvolver uma plataforma de compartilhamento de vídeos de até 2 minutos com distribuição híbrida (CDN e torrent).

License

Notifications You must be signed in to change notification settings

EduardoKroetz/OnForkHub

Repository files navigation

Video Sharing Platform with Torrent and CDN Support

This repository contains a short video-sharing platform (up to 2 minutes) with hybrid content distribution using torrents and CDN. The application is built with a C# API (ASP.NET Core), Blazor WebAssembly frontend, WebTorrent for P2P streaming in the browser, and Docker support to orchestrate seed containers.

Project Overview

This project aims to create a scalable and distributed platform for video sharing, where users can upload videos in various formats, which are then converted to torrents and made available via CDN and WebTorrent. This enables fast content delivery through CDN while leveraging the P2P network to reduce bandwidth costs and enhance distribution.

Technologies Used

  • Back-end: C# with ASP.NET Core for RESTful API
  • Front-end: Blazor WebAssembly
  • Storage: Azure Blob Storage or AWS S3
  • Serverless Functions: Azure Functions or AWS Lambda
  • P2P Streaming: WebTorrent for streaming torrents directly in the browser
  • Containers: Docker for seed containers
  • Torrent Conversion: MonoTorrent (C# library for torrent management)
  • CDN: Configured with P2P support (options: Azure CDN, Peer5, Streamroot, or CDNBye)
  • Database: Azure Cosmos DB for video metadata and moderation logs
  • Git Flow: Branch management

Development Environment

  • 🟥 Windows: Used for local development

Environment Setup

Prerequisites

Initial Setup

  1. Clone this repository:
    git clone https://github.com/RondineleG/OnForkHub.git
    cd OnForkHub
     dotnet build && dotnet husky run

About

Desenvolver uma plataforma de compartilhamento de vídeos de até 2 minutos com distribuição híbrida (CDN e torrent).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •