A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.
I took a pass at updating the build docs for Linux and Mac and Windows.
I also started updating the Linux profiling docs to remove references to things that don't work anymore. We can take another pass at that after actually integrating gperftools into CMake. Likewise for adding easy to use build modes for various sanitizers.
I propose we leave the gperftools and sanitizers enhancements to the build for after the merge of cmake into main since it's holding up feature and bug fixes. And we can continue to iterate on the build system.
I took a pass at updating the build docs for Linux and Mac and Windows.
I also started updating the Linux profiling docs to remove references to things that don't work anymore. We can take another pass at that after actually integrating
gperftools
into CMake. Likewise for adding easy to use build modes for various sanitizers.I propose we leave the
gperftools
and sanitizers enhancements to the build for after the merge ofcmake
intomain
since it's holding up feature and bug fixes. And we can continue to iterate on the build system.