Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 670 Bytes

TODO-IDEAS.md

File metadata and controls

30 lines (15 loc) · 670 Bytes

(cosmetic)

  • Rename all proc impls to be nice CamelCase
  • in filenames: Rename all "processor" occurence to "proc"

Testing

  • Automate running web test-cases

Use-Cases

  • Fix MP3 ES -> fMP4 case

Use-case: MP4 Concatenation

  • Enable AAC codec data embedding / sample-description-indexing

  • Insert silent AAC soundtrack to movie file (special case of "remix")

Architecture

  • Handle async proc initialization -> Handle case like: where MP4-muxer releases codec-info after parsing first bits and MediaSource can only be initialized async -> Socket has now whenReady promise to handle the async-io-socket case in a non-blocking-RAII-like way