n3xt0r/dashclip-delivery
Composer 安装命令:
composer create-project n3xt0r/dashclip-delivery
包简介
video distribution: ingests (local/Dropbox), SHA-256 dedupes, auto-assigns to channels (weighted quotas), delivers signed time-limited offer links for single/ZIP downloads (with info.csv), tracks downloads/returns, generates ffmpeg previews—plus real-time ZIP progress over WebSockets and a Filament
关键字:
README 文档
README
Dashclip-Delivery
Notice
Starting with v4.0, this project follows a Domain-Driven Design (DDD) light architecture.
Learn more about Domain-Driven Design:
https://domainlanguage.com/ddd/
Project Description
Dashclip-Delivery is a neutral, multi-channel submission and distribution system for dashcam and other
user-generated video content.
It is designed for people who regularly submit the same videos to multiple YouTube channels and need a reliable,
automated workflow for managing, tracking, and distributing their content.
Instead of acting as an upload portal for a single channel, Dashclip-Delivery provides an independent, automated delivery pipeline that serves both submitters and channel operators:
- Videos are ingested from a local folder or Dropbox and automatically deduplicated.
- All clips are processed, previewed, and stored on a configurable storage backend.
- Content is then fairly distributed to participating channels based on quotas, weighting, and availability.
- Channels receive signed, time-limited offer links and can download clips individually or as ZIP bundles.
- All downloads, returns, expirations, and interactions are logged for full transparency.
Dashclip-Delivery is ideal for multi-channel submitters, YouTube channel operators, and anyone who needs a
structured, automated, and privacy-conscious distribution workflow.
A public API is planned to enable external automations and custom integrations.
Features
-
Ingest & Deduplication
Recursive scanning (local or Dropbox) with SHA-256 hashing to prevent duplicate video entries. -
Fair Distribution Engine
Weighted round-robin assignment with optional weekly quotas to ensure balanced distribution across all channels. -
Offer & Notification System
Automatic emails with signed offer links, reminder notifications, and detailed logging of all mail events. -
Offer Page & Downloads
Channels can preview clips, download individual videos, or generate ZIP packages including a metadatainfo.csv. -
Preview Generation
Automatic MP4 preview creation via FFmpeg with configurable compression and scaling. -
Dropbox Integration
OAuth-based linking with automatic token refresh and support for large uploads. -
Return Workflow
Channels can decline or return unwanted clips; the system logs all decisions and redistributes clips if necessary. -
Full Audit Logging
Every action—from ingest to distribution, downloads, returns, and mail events—is recorded for complete transparency.
Prerequisites
- PHP 8.4
- Composer
- Node.js & npm (for building assets)
- ffmpeg
- A Laravel-supported database (e.g., SQLite)
- Optional: Dropbox app with Client ID and Secret
Installation
cp .env.example .env composer install npm install php artisan key:generate php artisan migrate
Useful Commands
| Command | Description |
|---|---|
php artisan assign:distribute |
Distributes videos to channels. |
php artisan notify:offers |
Sends offer links via email. |
php artisan assign:expire |
Marks expired assignments and temporarily blocks channels. |
php artisan dropbox:refresh-token |
Refreshes the Dropbox token. |
php artisan weekly:run |
Executes Expire → Distribute → Notify in sequence. |
Documentation
Detailed explanations of structure and usage can be found in the docs directory:
Tests
This project is tested with BrowserStack.
Local unit and feature tests:
composer test
License
This project is dual-licensed:
- AGPL-3.0-or-later - Free for open source use
- Commercial License - For proprietary use
See the respective license files for details.
Contact for commercial licensing: info@php-dev.info
Copyright
Copyright (c) 2025 Ilya Beliaev This project includes code licensed under AGPL-3.0.
n3xt0r/dashclip-delivery 适用场景与选型建议
n3xt0r/dashclip-delivery 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 1, 最近一次更新时间为 2025 年 10 月 31 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「distribution」 「video」 「ffmpeg」 「laravel」 「ingest」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 n3xt0r/dashclip-delivery 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 n3xt0r/dashclip-delivery 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 n3xt0r/dashclip-delivery 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Base bundle for Symfony Distributions
Easy to use SDK with grabber for multiple platforms at once like YouTube, Dailymotion, Facebook and more.
Anyrel - Distributor
The yii2-videojs-widget is a Yii 2 wrapper for the [video.js](http://www.videojs.com/). A JavaScript and CSS library that makes it easier to work with and build on HTML5 video. This is also known as an HTML5 Video Player.
Display a video using native HTML5 video
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 41
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0-or-later
- 更新时间: 2025-10-31