반응형
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
- M3U8
- Babel standalone
- babel
- uint8array
- typescript
- node
- jszip
- http live streaming
- swagger-typescript-api
- html2canvas
- KakaoMap
- Flutter
- Image Resize typescript
- userevent_tracker
- Redux
- uint16array
- code editor
- Excel
- react
- web track
- hls.js
- webrtc
- segment
- Raycasting
- HLS
- Three-fiber
- three.js
- REST API
- Game js
- Prism.js
Archives
- Today
- Total
목록hls.js (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