### Running flv.js in development mode Source: https://github.com/bilibili/flv.js/blob/master/README.md Installs development dependencies (npm ci) and starts a development server or watcher (npm run dev) for debugging flv.js, automatically rebuilding on file changes. ```bash npm ci npm run dev ``` -------------------------------- ### Basic FLV Playback with flv.js Source: https://github.com/bilibili/flv.js/blob/master/README.md Demonstrates how to initialize flv.js, check for browser support, create a player instance for an FLV URL, attach it to an HTML