# bbdown-from-scratch **Repository Path**: EEPPEE_admin/bbdown-from-scratch ## Basic Information - **Project Name**: bbdown-from-scratch - **Description**: reimplement bbdown from scratch - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-18 - **Last Updated**: 2026-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: Csharp ## README # bbdown cli from scratch - using dotnet10 at linux ```bash bash build.sh ``` # dotnet cli notes ```bash dotnet new console dotnet add package Grpc.Tools ``` # project layout - root namespace, bbdown and by folder as id of namespace # ref links - mp4box notes: https://blog.csdn.net/weixin_35754962/article/details/142729000 - mp4box download at: https://gpac.io/downloads/gpac-nightly-builds/ # TODO - remove serve as server code - upgrade to System.CommandLine 2.0.8 apis usage