Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 375 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 375 Bytes

libwave

C++ library for fast prototyping video streaming applications.

Build Instructions

  • Build FFmpeg from source based on this doc (Don't forget to run sudo make install after make) (Make sure you are using the version of ffmpeg you just build) (recompile with add --enable-shared in ./configure)
  • Do normal cmake build