Swimmer
Swimmer
怎么输入认证信息
如果zk的某个目录需要ACL认证,怎么设置?
I'm trying to work with the aff3ct Reed-Solomon codec, and here's the code I modified: ``` c++ #include #include #include #include #include #include "cxxopts.hpp" using namespace aff3ct; struct params {...
在Windows下使用改写的命令编译src\data-channel: `clang++ main.cpp libwebrtc.a -I ../../third_party/webrtc/ -I ../../third_party/webrtc/third_party/abseil-cpp/ -DWEBRTC_POSIX -lpthread -ldl` 报错: ``` In file included from main.cpp:8: In file included from ../../third_party/webrtc\api/create_peerconnection_factory.h:19: In file included from ../../third_party/webrtc\api/peer_connection_interface.h:82: In file...
基于您的src/data-channel/main.cpp,修改过时接口调用并增加输出后运行结果如下: ``` PS E:\projects\WebRTC\src> .\out\Debug\Windows-x64\data_channel_demo.exe A creating offer... A created SDP A set local description and send to peer B received peer SDP B create answer B created SDP B...