找回密码
 立即注册
CeraNetworksBGVM服务器主机交流会员请立即修改密码Sharktech防护
查看: 77|回复: 9

国外视频cms系统PlayTube 1.4.3开心版分享

[复制链接]

28

主题

951

回帖

3237

积分

论坛元老

积分
3237
发表于 2018-9-12 17:49:21 | 显示全部楼层 |阅读模式
看到有MJJ求视频解决方案,刚好自己今天新建了一个视频站,用的是PlayTube 1.4.3,此系统支持FFMPEG视频转码,还可以采集有图比,功能很强大

界面和YouTub很像,比较简洁

nginx伪静态规则:
[ol]
  • location / {
  •   if (!-e $request_filename){
  •     rewrite ^/$ /index.php?link1=home;
  •   }
  •   if (!-e $request_filename){
  •     rewrite ^/aj/([^/.]+)/?$ /ajax.php?type=$1&first=$2;
  •     rewrite ^/aj/([^/.]+)/([^/.]+)/?$ /ajax.php?type=$1&first=$2;
  •     rewrite ^/aj/([^/.]+)/([^/.]+)/([^/.]+)/?$ /ajax.php?type=$1&first=$2&second=$3;
  •   }
  •   rewrite ^/@([^\/]+)(\/|)$ /index.php?link1=timeline&id=$1;
  •   if (!-e $request_filename){
  •     rewrite ^/([^\/]+)(\/|)$ /index.php?link1=$1;
  •   }}location /reset {
  •   rewrite ^/reset-password/([^\/]+)(\/|)$ /index.php?link1=reset-password&code=$1;}location /confirm {
  •   rewrite ^/confirm/(.*)/(.*)$ /index.php?link1=confirm&code=$1&email=$2;}location /api {
  •   rewrite ^/api/v(([0-9])([.][0-9]+))(\/|)$ /api.php?v=$1;}location /admin {
  •   rewrite ^/admin-cp$ /admincp.php;
  •   rewrite ^/admin-cp/(.*)$ /admincp.php?page=$1;}location /admin-cdn/ {
  •   alias /admin-panel/;}location /videos {
  •   rewrite ^/videos/category/(.*)/rss(\/|)$ /index.php?link1=videos&page=category&id=$1&feed=rss;
  •   rewrite ^/videos/category/(.*)$ /index.php?link1=videos&page=category&id=$1;
  •   rewrite ^/videos/(.*)/rss(\/|)$ /index.php?link1=videos&page=$1&feed=rss;
  •   rewrite ^/videos/(.*)$ /index.php?link1=videos&page=$1;}location /articles {
  •   rewrite ^/articles(\/|)$ /index.php?link1=articles;
  •   rewrite ^/articles/category/(\d+)(\/|)$ /index.php?link1=articles&category_id=$1;
  •   rewrite ^/articles/read/(.*)(\/|)$ /index.php?link1=read&id=$1;}location /edit {
  •   rewrite ^/edit-video/(.*)?$ /index.php?link1=edit-video&id=$1;}location /watch {
  •   rewrite ^/watch/([^\/]+)(\/|)?$ /index.php?link1=watch&id=$1;
  •   rewrite ^/watch/([^\/]+)/list/([^\/]+)(\/|)?$ /index.php?link1=watch&id=$1&list=$2;}location /embed {
  •   rewrite ^/embed/(.*)?$ /index.php?link1=embed&id=$1;}location /resend {
  •   rewrite ^/resend/(.*)/(.*)?$ /index.php?link1=resend&id=$1&u_id=$2;}location /redirect {
  •   rewrite ^/redirect/(.*)?$ /index.php?link1=redirect&id=$1;}location /settings {
  •   rewrite ^/settings/(.*)/(.*)$ /index.php?link1=settings&page=$1&user=$2;
  •   rewrite ^/settings/(.*)$ /index.php?link1=settings&page=$1;}location /terms {
  •   rewrite ^/terms/([^\/]+)(\/|)$ /index.php?link1=terms&type=$1;}location /go_pro {
  •   rewrite ^/go_pro(\/|)$ /index.php?link1=go_pro;}location /ads {
  •   rewrite ^/ads(\/|)$ /index.php?link1=ads;
  •   rewrite ^/ads/create(\/|)$ /index.php?link1=create_ads;
  •   rewrite ^/ads/edit/(\d+)(\/|)$ /index.php?link1=edit_ads&id=$1;}location /contact {
  •   rewrite ^/contact-us(\/|)$ /index.php?link1=contact;}[/ol]复制代码

    参考安装教程:https://www.70ol.com/40.html
    FFMPEG快速安装:https://www.70ol.com/39.html

    下载:https://pan.baidu.com/s/1NfHvY2j4LQiLV_Vtd9aYQQ 提取码:ftb5

    演示:https://www.mytube.net/
  • 回复

    使用道具 举报

    42

    主题

    364

    回帖

    1284

    积分

    金牌会员

    积分
    1284
    发表于 2018-9-12 17:49:53 | 显示全部楼层
    感谢大佬

    回复

    使用道具 举报

    45

    主题

    1063

    回帖

    3629

    积分

    论坛元老

    积分
    3629
    发表于 2018-9-12 17:54:19 | 显示全部楼层




    好东西支持一下  大姐姐需要
    回复

    使用道具 举报

    47

    主题

    278

    回帖

    1187

    积分

    金牌会员

    积分
    1187
    发表于 2018-9-12 17:55:14 | 显示全部楼层
    感谢大佬。
    回复

    使用道具 举报

    6

    主题

    108

    回帖

    356

    积分

    中级会员

    积分
    356
    发表于 2018-9-12 17:55:23 | 显示全部楼层
    謝謝大佬分享呀
    回复

    使用道具 举报

    2

    主题

    7

    回帖

    142

    积分

    注册会员

    积分
    142
    发表于 2018-9-12 17:55:33 | 显示全部楼层
    666666,avs也不错呀!
    回复

    使用道具 举报

    65

    主题

    1769

    回帖

    5667

    积分

    论坛元老

    积分
    5667
    发表于 2018-9-12 17:58:20 | 显示全部楼层
    666感谢分享
    回复

    使用道具 举报

    21

    主题

    100

    回帖

    427

    积分

    中级会员

    积分
    427
    发表于 2018-9-12 17:59:23 | 显示全部楼层
    热心的大佬
    回复

    使用道具 举报

    97

    主题

    303

    回帖

    1477

    积分

    金牌会员

    积分
    1477
    发表于 2018-9-12 18:07:23 | 显示全部楼层
    大佬分享的干货真多啊

    回复

    使用道具 举报

    66

    主题

    1154

    回帖

    3861

    积分

    论坛元老

    积分
    3861
    发表于 2018-9-12 18:10:55 | 显示全部楼层
    好啊  牛比    就是演示打开有点慢

    还有就是对的服务器有什么要求吗 转码是不是得很牛逼的机器了
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|HS2V主机综合交流论坛

    GMT+8, 2024-11-18 12:38 , Processed in 0.074485 second(s), 4 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表