# ivideo **Repository Path**: chenzhengyang/ivideo ## Basic Information - **Project Name**: ivideo - **Description**: 一个可以观看国内主流视频平台所有视频的客户端(Mac、Windows、Linux) A client that can watch video of domestic(China) mainstream video platform - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-15 - **Last Updated**: 2021-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### i视频 #### 产品介绍 > 基于 Electron 开发的跨平台客户端版本的视频播放器,该播放器包括国内主流视频平台视频资源,你不用去单独下载各个平台的客户端,只需要使用这一个客户端就能查看所有平台的视频,并且内置了各大视频网站 VIP 资源。 #### 使用方法 1. 下载客户端 * [Mac](https://github.com/phobal/ivideo/releases/download/v1.1.4/ivideo-1.1.4.dmg.zip) * [Windows](https://github.com/phobal/ivideo/releases/download/v1.1.4/ivideo.Setup.1.1.4.exe.zip) * [Linux](https://github.com/phobal/ivideo/releases/download/1.0.0/linux-unpacked.v1.0.0.zip) 2. 选择视频资源 比方说看腾讯视频上的 VIP 才能看的《下一站,别离》 ![](./resources/showcase01.jpg) 点击进去以后提示需要开通VIP才能看 ![](./resources/showcase02.jpg) 3. 选择资源播放接口 ![](./resources/showcase03.jpg) 点击【确定】按钮就可以播放了,如果遇到无法播放的情况,请多换几条线路试试 ![](./resources/showcase04.jpg) ### 技术栈 * Electron * React * Redux ### 如何启动 > node version >= 7.6 1. clone 项目到本地 ``` bash git clone https://github.com/phobal/ivideo.git ``` 2. 进入项目 ` cd ivideo` 3. 安装依赖 `yarn install`(如果没有的话,请全局安装yarn, `npm i yarn -g`) 4. 打开开发环境 `yarn start` ### 如何编译 * 编译全平台 ` yarn package-all` * 编译当前平台 `yarn package` * windows: `yarn package-win` * Linux `yarn package-linux` 编译出来的包都放在 `release` 目录下 该项目是基于 [electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate) 脚手架 进行创建,感谢 @[chentsulin](https://github.com/chentsulin) # 最后请大家低调使用,祝大家看得舒心 ## 本项目仅作为个人学习用途,如有侵权请联系我删除该仓库