# zhibo-app-uniapp-rtmp-srs **Repository Path**: littlenight/zhibo-app-uniapp-rtmp-srs ## Basic Information - **Project Name**: zhibo-app-uniapp-rtmp-srs - **Description**: 使用uniapp 自带的组件和srs 进行推流和播放视频流 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-22 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zhibo-app-uniapp-rtmp-srs #### 介绍 使用uniapp 自带的组件和srs流服务器 进行推流和播放视频流 实时音视频录制,也称直播推流。(已经经过验证,没有问题了) 实时音视频播放,也称直播拉流 (已经经过验证,没有问题了)。 如果使用,请直接下载 apk https://gitee.com/littlenight/zhibo-app-uniapp-rtmp-srs/releases/tag/v1.0 #### 软件架构 软件架构说明 支持app 和微信小程序, #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 ffmpeg -re -i ./doc/source.flv -c copy -f flv -y rtmp://localhost/live/livestream # 使用ffmpeg 给srs 服务器推流 ffmpeg -re -i ./test.mp4 -c copy -f flv -y rtmp://localhost/live/livestream 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)