loveyacper
loveyacper
use libsdptransform with cmake FetchContent as below: ```cmake FetchContent_Declare( sdptransform GIT_REPOSITORY https://github.com/loveyacper/libsdptransform.git GIT_TAG master ) FetchContent_MakeAvailable(sdptransform) ``` cmake version is 3.18.2, gcc version is 8.4.1. Compiler generates errors like this:...
Work with cmake FetchContent. Fix for #23
I need some function like this command: `ip link set dev eth0 xdp off`. Appreciate for your help.
### Your environment. github.com/pion/rtp v1.8.15 github.com/pion/webrtc/v4 v4.1.0 ### What did you do? code snippet ```golang videoSampleBuilder := samplebuilder.New(128, &H265Packet{}, 90*1000) videoSampleBuilder.Push(rtpPacket) for sample := pc.videoSampleBuilder.Pop(); sample != nil; sample =...