Giter VIP home page Giter VIP logo

billd-live's Introduction

Hi there👋

I'm huangshuisheng,welcome to my github!

some project:

blog: https://www.hsslive.cn live: https://live.hsslive.cn npm registry: https://registry.hsslive.cn
jenkins: https://jenkins.hsslive.cn project: https://project.hsslive.cn

npm package:

name desc info
billd-ui vue2 组件库 npm github
billd-cli 拉模板的脚手架 npm github
billd-deploy 部署脚本 npm github
billd-utils 积累常用 js 方法 npm github
billd-scss 积累常用 scss 类 npm github
billd-html-webpack-plugin 给你的项目注入构建信息 npm github
babel-plugin-import-billd 迷你版按需加载插件 npm github
@huangshuisheng/icons-vue vue 图标库 npm github
@huangshuisheng/icons-svg svg 图标库 npm github
@huangshuisheng/components 积累常用 js 组件 npm github
@huangshuisheng/hooks 积累常用 hook npm github

⭐️ From galaxy-s10

billd-live's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

billd-live's Issues

billd-live配套付费课程

如果你希望搭建一个类似billd-live的直播间,而你的技术水平又不够的,欢迎考虑我的付费课程:https://www.hsslive.cn/article/151

付费课程目录:

  • 项目功能介绍(已更新)
  • 本地运行项目(已更新)
  • 初探 SRS 流媒体服务器、FFmpeg(已更新)
  • 浏览器推流到 SRS 流媒体服务器(已更新)
  • SRS 流媒体服务器 flv 分发(已更新)
  • flv.js 播放 flv 直播流(已更新)
  • SRS 流媒体服务器 hls 分发(已更新)
  • video.js 播放 hls 直播流(已更新)
  • OBS 推流到 SRS 流媒体服务器(已更新)
  • FFmpeg 推流到 SRS 流媒体服务器(已更新)
  • SRS 流媒体服务器推流鉴权(已更新)
  • SRS 流媒体服务器拉流鉴权(已更新)
  • 推流卡顿相关问题(已更新)
  • safari 播放 hls 相关问题(已更新)
  • 初探 WebRTC、coturn(已更新)
  • 原生 WebRTC 一对一直播(已更新)
  • 原生 WebRTC 一对多直播(已更新)
  • 原生 WebRTC 多对多直播(已更新)
  • canvas 替代 video(已更新)
  • 推流的码率/帧率/分辨率控制(已更新)
  • 前端混流,添加多个媒体源
  • 初探 b 站 web 直播实现(已更新)
  • 使用 canvas 处理视频流混流(已更新)
  • 使用 Web Audio 处理音频流混流(已更新)
  • 使用 Web Worker 优化推流(已更新)
  • 了解 msr 实现推流(已更新)
  • 接入腾讯云直播

src\network\websocket.ts 文件应该大写成这样:src\network\webSocket.ts

不然运行报错:

App running at:
- Local:   http://localhost:8000/
- Network: http://192.168.31.87:8000/

ERROR in ./src/store/network/index.ts:4:32
TS1261: Already included file name 'E:/test/billd-live/src/network/webSocket.ts' differs from file name 'E:/test/billd-live/src/network/websocket.ts' only in casing.
  The file is in the program because:
    Imported via '@/network/webSocket' from file 'E:/test/billd-live/src/store/network/index.ts'
    Imported via './webSocket' from file 'E:/test/billd-live/src/network/webRtc.ts'
    Root file specified for compilation
    2 |
    3 | import { WebRTCClass } from '@/network/webRtc';
  > 4 | import { WebSocketClass } from '@/network/webSocket';
      |                                ^^^^^^^^^^^^^^^^^^^^^
    5 |
    6 | type NetworkRootState = {
    7 |   wsMap: Map<string, WebSocketClass>;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.