A Brief Analysis of Vite's Principles
I use Vite as a build tool in my work projects, and the results are good. I studied the general principles and recorded them. 1 What is Vite 1.1 Existing issues As we start building larger and...
I use Vite as a build tool in my work projects, and the results are good. I studied the general principles and recorded them. 1 What is Vite 1.1 Existing issues As we start building larger and...
This article aims to answer: Why do front-end projects need to be built and packaged? Why do build tools need to be updated and iterated, and how did they Why do build tools need to be updated and ...
0 Preface Currently, the project is built using npm or yarn. By getting to know pnpm, see if you can use pnpm to replace the current package manager and improve the project construction speed. ...
0 background In the current business scenario, the user uploads a video. After the video is uploaded successfully, the frame capture service will be run in the background, and finally the picture ...
0 Background Since elementary school, I’ve enjoyed playing pet connecting flash game on 4399. However, because of flash’s security and other issues, many browsers no longer support flash. chrome,...
Preface This article mainly records the implementation of live DEMO, mainly through the RTMP push stream, through the HTTP-FLV pull stream, and play in the page. Articles in the same series: ...
Preface This article mainly records the knowledge related to decoding and rendering on the playback side after pulling the stream. Articles in the same series: Live video knowledge I: Data ...
Preface This article mainly records the streaming media transmission protocols used to push streams at the collection end and pull streams at the pull stream end, as well as transcoding, security ...
Preface I intend to start from scratch to learn the knowledge of live video broadcasting, so as to record the learning route. First of all, a complete live streaming process mainly includes: d...
1 Overview of Architecture Patterns 1.1 Layering In large-scale website architecture, a layered architecture is used to slice the website software system in the horizontal aspect into application...