All Projects → PinTeh → Ant-Live

PinTeh / Ant-Live

Licence: other
【基于JAVA开发的在线直播平台】Ant Live;腾讯云直播服务;直播鉴黄;礼物;支付宝充值提现;弹幕聊天室;前端后分离;SpringBoot;直播平台开发;

Programming Languages

java
68154 projects - #9 most used programming language
PLpgSQL
1095 projects

Projects that are alternatives of or similar to Ant-Live

Ocbarrage
iOS 弹幕库 OCBarrage, 同时渲染5000条弹幕也不卡, 轻量, 可拓展, 高度自定义动画, 超高性能, 简单易上手; A barrage render-engine with high performance for iOS. At the same time, rendering 5000 barrages is also very smooth, lightweight, scalable, highly custom animation, ultra high performance, simple and easy to use!
Stars: ✭ 294 (+950%)
Mutual labels:  live, tencent
Ocbarrage
iOS 弹幕库 OCBarrage, 同时渲染5000条弹幕也不卡, 轻量, 可拓展, 高度自定义动画, 超高性能, 简单易上手; A barrage render-engine with high performance for iOS. At the same time, rendering 5000 barrages is also very smooth, lightweight, scalable, highly custom animation, ultra high performance, simple and easy to use!
Stars: ✭ 589 (+2003.57%)
Mutual labels:  live, tencent
Tencent Now
🔥🔥🔥iOS视频直播:仿腾讯旗下 < NOW > 直播 斗鱼 抖音 火山视频 花椒 熊猫 YY 陌陌 映客 直播APP iOS Live video
Stars: ✭ 762 (+2621.43%)
Mutual labels:  live, tencent
chat-server-release
[飞享]-服务端发布版本,支持TCP,Websocket链接,只需修改少量的配置即可快速部署,请严格按照项目部署目录配置环境,这样能保证你快速部署成功.详情请进入官网https://www.fsharechat.cn 查看具体的部署说明,技术支持商业合作请找官方技术支持
Stars: ✭ 28 (+0%)
Mutual labels:  springboot
LiveHiddenCamera
Live Hidden Camera is a library which record live video and audio from Android device without displaying a preview.
Stars: ✭ 69 (+146.43%)
Mutual labels:  live
jsf-primefaces
JSF Primefaces Tutorials
Stars: ✭ 93 (+232.14%)
Mutual labels:  springboot
springboot-react-blog
使用 springboot 和 react 开发的博客系统
Stars: ✭ 77 (+175%)
Mutual labels:  springboot
Logistics-admin
SpringBoot+adminlte+maven的物流公司管理系统
Stars: ✭ 61 (+117.86%)
Mutual labels:  springboot
JD tencent scf
自用脚本,随缘更新
Stars: ✭ 440 (+1471.43%)
Mutual labels:  tencent
muun
🐦 Live Twitter Dashboard
Stars: ✭ 43 (+53.57%)
Mutual labels:  live
github-actions
Repository for CDS specific GitHub actions
Stars: ✭ 63 (+125%)
Mutual labels:  live
flutter superplayer
适用于 Flutter 的腾讯云超级播放器插件
Stars: ✭ 13 (-53.57%)
Mutual labels:  tencent
flutter-p2p-engine
Let your viewers become your unlimitedly scalable CDN.
Stars: ✭ 93 (+232.14%)
Mutual labels:  live
service-api
Report portal. Main API Service
Stars: ✭ 35 (+25%)
Mutual labels:  springboot
open-securekos
Open Secure-K OS is an operating system booting from a USB key in which you can safely create and store your personal and private data. It is a next generation live operating system following liveng patterns. Please refer to Resilient Linux, a fork of Open Secure-K OS which is actively developed.
Stars: ✭ 23 (-17.86%)
Mutual labels:  live
FullStack-Angular-SpringBoot
Customer Relationship Managment [Full-stack Web Development using Angular & SpringBoot (RestFull API)]
Stars: ✭ 48 (+71.43%)
Mutual labels:  springboot
grpc-apm-spring-boot-starter
Spring boot starter for gRPC framework with Elastic APM
Stars: ✭ 18 (-35.71%)
Mutual labels:  springboot
jxc-admin
一个前后端分离的简易进销存后台管理系统,基于SpringBoot和vue-element-admin实现,具备常见的后台管理功能,登录态使用session,使用基于资源url的简单权限控制。
Stars: ✭ 203 (+625%)
Mutual labels:  springboot
react-runner
Run your React code on the go
Stars: ✭ 308 (+1000%)
Mutual labels:  live
APIJSON-Demo
腾讯 APIJSON 各种语言、各种框架 的 使用示例项目、上手文档、测试数据 SQL 文件 等。Demo projects with document and SQL files for Tencent APIJSON with different programming languages and different frameworks.
Stars: ✭ 230 (+721.43%)
Mutual labels:  tencent

README.MD

Ant Live

Ant Live 是一个直播平台。集成了一系列杂七杂八的功能😁,没有什么技术难点。本人小白一枚,实现逻辑或实现代码可能存在部分问题,希望大佬能多多指教😉

如何运行

  • 克隆代码到本地 git clone https://github.com/PinTeh/Ant-Live.git
  • 还原数据库 /resource/sql/ant-live.sql
  • 修改配置文件application.yml,主要修改参数有数据库连接、redis连接字符串,尝试启动(按理说应该是可以启动了,默认账号[email protected],密码123123
  • 后续根据自己需求修改配置文件application.yml,主要参数有腾讯云sms(短信服务)live(直播服务)cos(对象存储)
  • 另外对接了支付宝支付服务,根据需求在AlipayConfig类中配置商户私钥、公钥、应用ID、下载根证书配置
  • 如有问题,可以联系我

启动前端服务

  • 仓库地址 https://github.com/PinTeh/AntLive-Pre
  • 下载后执行 npm install 安装依赖
  • 安装完依赖后,修改utils/request.js中的baseURL,改为自己的后端服务地址
  • 执行npm run serve启动服务
  • 访问localhost:8080 (默认,如修改了端口,自己根据实际情况修改)

直播服务

  • 本项目对接的是腾讯云的直播云服务
  • 如果有能力,可以自己搭建本地直播推流服务,可以参考livego、srs、lal等开源推流直播服务

如有问题可以联系

qrcode

Preview

Support

  • 腾讯云

    • 直播云服务
    • 鉴黄服务
    • 存储服务
    • 短信服务
  • 蚂蚁金服

    • 支付宝支付提现服务
  • 阿里云

    • Centos服务器

Others

  • SpringBoot
  • Redis
  • Mybatis Plus
  • Vue
  • Element UI
  • Axios
  • AntV
  • SpringSecurity
  • Jwt
  • Flv.js
  • Docker
  • MySQL

Snapshots

  • 首页

image.png

  • 直播

image.png

  • 个人中心

image.png

  • 后台

image.png

  • 统计

image.png

  • 认证

image.png

  • 监控

image.png

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].