반응형
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 |
Tags
- react
- append row
- html2canvas
- REST API
- Redux
- HLS
- three.js
- http live streaming
- Flutter
- Babel standalone
- multiple camera
- swagger-typescript-api
- Prism.js
- jszip
- Game js
- KakaoMap
- localization
- hls.js
- M3U8
- how to install cursor on ubuntu
- babel
- uint8array
- Excel
- webrtc
- uint16array
- cursor-ubuntu-installer
- typescript
- node
- segment
- code editor
Archives
- Today
- Total
목록thumbnail (1)
Never give up
HLS - 3. HLS player client
클라이언트쪽은 코드가 상대적으로 많을예정인데 일단 영상 플레이어 자체가 이런저런 기능이 들어가다보니 상대적으로 많아진것도 있습니다 먼저 api 구현부분부터 보면 services/api.tsexport default class Api { private instance: AxiosInstance; constructor( baseURL = "/", timeout = 60000 ) { this.instance = axios.create({ baseURL, timeout, }); this.instance.interceptors.request.use( (config) => { return config; }, (error: Ax..
HLS
2025. 3. 19. 17:58