Twitch 克隆脚本:面向内容创作者的实时视频流 SaaS 平台
PHP Twitcher 允许您使用我们的 php twitch 克隆脚本运行自己的平台,例如 twitch tv
Twitcher 管理面板实时演示
网址
https://phptwitcher.crivion.com/admin/login
用户名
admin@example.org
密码
管理员
钱包:用于提示和订阅的代币
用户可以 购买代币 – 平台中使用的硬币
自技巧 和订阅 到 Streamers
赚钱 从作为平台所有者出售代币开始。
- 用户购买 100 个代币 90 美元
- 用户打赏 100 个代币 到 streamer
- 您可以设置 Token 值 对于 streamer 到$0.75/代币
- 当 streamer 提取 100 个代币时,它将 获得报酬 $75
- 您的利润 将是代币销售与 Streamer 提款金额的差异:$90-$75=$15
实时视频流
核心功能: 实时视频流 通过NGINX-RTMP 服务器
主播可以通过OBS或类似的RTMP摄取软件使用他们的摄像头和麦克风进行直播
出售视频
主播还可以 单个视频 获取代币或为其订阅者/任何人添加免费视频。
订阅层级
主播还可以 产品/服务订阅层级 为了他们的粉丝。
在线聊天与提示
所有主播都会获得 在线聊天室 为了他们自己和他们的粉丝。
技巧 允许粉丝奖励他们最喜欢的内容创作者。
最佳技术堆栈
为了让您高枕无忧,我们开发了具有最强大技术的 PHP Twitcher
还有很多……
在我们的 现场演示
Twitch 克隆脚本要求
这个专业的直播平台 需要 VPS 或带有 Nginx 的专用服务器,并支持 RTMP (libnginx-mod-rtmp & ffmpeg)
- Nginx Web 服务器(仅限 nginx,没有 apache 或 litespeed)
- MySQL 8+ Web 服务器
- PHP 版本 8.0.26 或更高版本
-
PHP 扩展:BCMath、ctype、fileinfo、JSON、mbstring、OpenSSL、
PDO、分词器、XML、cURL、exif、GD - Pusher.com 帐户(用于实时聊天功能 – 免费 200k 消息/天)
- SSL 证书(LetsEncrypt 或其他 Real SSL – 无 cloudflare)
更新日志
v1.3 - Jan 2025 - Ability for streamers to create and sell photo galleries apart from Videos/Live Streaming To upgrade, upload /upgrader/ folder to your hosting and run the upgrader
v1.2 - Feb 2024 - Ability for streamers to ban users from viewing their live streaming/chat - For a streamer to ban an user, they can simply click the user in the live chat and a popup with the option will appear Streamers can also overview banned users in their account and lift a ban if wanted - Admin can also view/lift bans from streamers towards users
v1.1 - Apr 2023 Due to the change of the app core functionality (live streaming via Nginx RTMP instead of 3rd party) in order to upgrade you must reinstall a fresh copy. - BIG CHANGE: Streaming via NGINX-RTMP (the industry standard protocol) instead of relying on 3rd party services which were raising issues. Allows streaming via OBS & similar software that allow RTMP ingesting. - NEW: Dark Mode allows users to set their theme preference (dark or day mode) - ADDED: a field in the Schedule Settings which allows streamer to specify extra details like Time Zone, etc. - ADDED: OpenGraph meta tags on channel page - FIX: admin test mail was not working properly (app/Http/Controllers/Admin.php) - FIX: Live Chat (Pusher) Caching keys issue - FIX: AWS Cloud settings were not saving
v1.0 - Initial Release