OWAIS SHAIKH
OWAIS SHAIKH
### Package version 2.4.0-exp.6 ### Environment ```markdown * OS:Ubuntu 20.04 * Unity version:2020.3.18f1 * Renderstreaming package v3.1.0-exp.3 * WebRTC package v2.4.0-exp.6 ``` ### Steps To Reproduce 1. Comment out line...
Title: Added CMake Build System for Liquibook Project Description: This pull request introduces a CMake build system for the Liquibook project, providing an alternative to the existing MPC build system....
Add CMakeLists.txt Build Quickfast Static Library Build Examples: TutorialApplication and PerformanceTest
Hi, I have compiled openh264 to web-assembly using emscripten but the decoder is very slow with single thread. So I increased thread count using ` pDecoder->SetOption(DECODER_OPTION_NUM_OF_THREADS, &iThreadCount); `. But it...