inc
inc
@disa6302 Hi, I have not modify the code in sample and just run kvsWebRTCClientViewer.exe, and it occur STATUS_BUFFER_TOO_SMALL and go to CleanUp. The point of the question is : “...
 Different time interval for audio Frame received. Frame presentationTs has 10ms. But Log print Time has 20ms.
i found that there has packet loss, the audio delay will increase, but can not recover after the packet loss decrease. and i modify the DEFAULT_ROLLING_BUFFER_DURATION_IN_SECONDS and JITTER_BUFFER_HASH_TABLE_BUCKET_COUNT to less...
all api in thorvg are show error as follow : lvgl-9.1.0\src\libs\thorvg\tvgCapi.cpp:63:20: error: function 'Tvg_Result tvg_canvas_destroy(Tvg_Canvas*)' definition is marked dllimport [build] TVG_API Tvg_Result tvg_canvas_destroy(Tvg_Canvas* canvas) lvgl-9.1.0\src\libs\thorvg\tvgCapi.cpp:498:20: error: function 'Tvg_Result tvg_shape_get_gradient(const Tvg_Paint*,...
and this is my cmake file written : set(SDL2_RELEASE_DIR source/thirdparty/SDL2-devel-2.30.4-mingw) find_package(SDL2 2.30.4 PATHS ${SDL2_RELEASE_DIR}) message(STATUS "SDL2_DIR = ${SDL2_DIR}") message(STATUS "SDL2_INCLUDE_DIRS = ${SDL2_INCLUDE_DIRS}") message(STATUS "SDL2_LIBDIR = ${SDL2_LIBDIR}") message(STATUS "SDL2_BINDIR = ${SDL2_BINDIR}")...
i had add **-DTVG_BUILD=1** and the error still happened, here is my modified : ``` message(STATUS "get ROOT_PATH" ${ROOT_PATH}) message(STATUS "cur path " ${CMAKE_CURRENT_SOURCE_DIR}) set(CMAKE_C_FLAGS "-DTVG_BUILD=1 ${CMAKE_C_FLAGS}") set(CMAKE_CXX_FLAGS "-DTVG_BUILD=1 ${CMAKE_CXX_FLAGS}")...
@kdschlosser i do a little change, and it worked. `target_compile_options(lvgl PUBLIC -DLV_CONF_PATH=lv_conf.h -DTVG_BUILD=1)` Thanks.
compiler is successful. and i run `lvgl_main.exe vector_graphic` and it maybe call some wrong. 