반응형
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- REST API
- uint16array
- babel
- HLS
- uint8array
- localization
- swagger-typescript-api
- react
- multiple camera
- Babel standalone
- code editor
- segment
- hls.js
- how to install cursor on ubuntu
- cursor-ubuntu-installer
- Game js
- three.js
- KakaoMap
- http live streaming
- Flutter
- html2canvas
- M3U8
- Excel
- typescript
- jszip
- append row
- Prism.js
- webrtc
- node
- Redux
Archives
- Today
- Total
목록Express (1)
Never give up
HLS - 2. converting and serving server
이번에는 일반 영상을 올릴 때, FFmpeg으로 변환하는 과정과 영상 데이터를 클라이언트에 전달하는 부분을 보도록 하겠습니다 index.tsconst app = express();const options = { origin: "http://localhost:3000", credentials: true, optionsSuccessStatus: 200,};app.use(cors(options));app.use(express.json());app.use(express.urlencoded({ extended: true }));app.use("/api/video", video);app.listen(8080, () => { console.log(`[server] running on localhost:${80..
HLS
2025. 3. 19. 17:08