videojs / m3u8-parser

An m3u8 parser.
Other
473 stars 98 forks source link

chore: switch to rollup-plugin-data-files #130

Closed brandonocasey closed 3 years ago

brandonocasey commented 3 years ago

Switch to rollup-plugin-data-files This allows us to:

  1. Not have temporary files on disk
  2. Not have to worry about watching for changes on our own
  3. A standard plugin that we can use in mux.js, mpd-paser, @videojs/http-streaming, and anywhere else we need it.
  4. cuts down on custom code in the repo.