xiangxudong
xiangxudong
add audio aac convert to opus,just for 4800 ,2 channels
hi: I added audio support to convert AAC to opus. Welcome to test add import package "github.com/Glimesh/go-fdkaac/fdkaac" opus "gopkg.in/hraban/opus.v2" please run in bash: apt install -y pkg-config build-essential libopusfile-dev libfdk-aac-dev...
自绘图层模式
膜拜这个项目,这个是我多年前的梦想,后来总总原因放弃了,我当时特地做了一个基于gis图层自绘的项目,https://github.com/xiangxud/ucGIS,群主可以考虑兼容两个模式,最开始在44b0上跑,加载是一个大问题,不像瓦片模式这么效率高,但可以做无极缩放这个,实现高级功能
my video is V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,but the driver not support,do you plan to add this function?
I use the client-improbable and server programs to test, but when I use webrtc connect, the Web UI message does not echo, and the webrtc peer has been created and...
``` cmake_minimum_required(VERSION 2.8) project("webrtc-audio-processing" C CXX) add_definitions(-D__STDC_FORMAT_MACROS) set(CMAKE_BUILD_TYPE "DEBUG")#"RELEASE") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g")#-O2") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g")#-O2") set(HOME_BASE "./") add_definitions(-DWEBRTC_LINUX -DWEBRTC_POSIX -DWEBRTC_AUDIO_PROCESSING_ONLY_BUILD) set(HAVE_NEON True) set(HAVE_MIPS True) # set(HAVE_X86 True) set(NS_FIXED True) set(WIN...
增加一个非阻塞模式的ioctl static RK_S32 camera_source_ioctl_timeout(RK_S32 fd, RK_S32 req, void* arg, int timeout_sec) { struct timespec poll_time; RK_S32 ret; // 将文件描述符设置为非阻塞模式 int flags = fcntl(fd, F_GETFL, 0); fcntl(fd, F_SETFL, flags | O_NONBLOCK);...
:rknn_yolov3 Bind NPU process(0) to CPU 4 [ 1] HAL user version 6.4.3.5.293908 [ 2] HAL kernel version 6.4.3.5.293908 Segmentation fault
I use server-sdk-go create room and publish rtp track ,some h264 video can display ,but some h264 rtp packets not display on flutter sdk, use my js code run on...