Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.

3lang3/tv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0311a00 · May 9, 2018
Oct 18, 2017
May 9, 2018
Jan 13, 2018
Jul 8, 2017
Jul 17, 2017
May 19, 2017
May 19, 2017
May 19, 2017
May 19, 2017
Jul 6, 2017
May 9, 2018
Jun 27, 2017
May 9, 2018
Jul 17, 2017

Repository files navigation

RUARUA.live开源项目

demo站点不可用

直播平台大多已经转h5播放器 直播流获取难度增加, 大多都不能直接播放 有兴趣的可以自己探索

ruarua.live: 全球视频直播资源聚合,同时观看多个内容

(更新)分类功能完善

image

#如果您的Chrome版本高于60 网站可能无法观看视频 chrome iframe swf don't work

live demo 截图:

首页:

image

播放页:

image

快速开始(dev)

  • 安装 Node.js & npm (nodejs 8.0+, npm 5.0 +)
  • npm install
  • npm run start
  • 打开http://localhost:8080
  • 欢迎Fork贡献代码
  • 提交一个pull request, 等待review和merge
  • 对全栈技术向感兴趣的可以加qq群471451989.

发布(production)

  • npm run webpack

技术栈

  • View: React
  • State Management: Redux
  • CSS: css-modules/postcss

注意

  • cnpm可能会导致项目install某些包不成功,不推荐使用
  • 默认api地址为http://ruarua.live, 可以手动配置为本地服务器,也可以clone tv-core这个项目,然后在开发环境运行(port:3000)
  • 可以配置webpack-dev-server(webpack.config.js)修改默认开发端口。
  • websockt默认为3001端口

相关资源