chatop2020
chatop2020
这块我这边也发现了,海康摄像头nvr貌似用tcp时有协议兼容问题,udp下正常,先使用udp吧,我这边还不知道怎么处理这事,issue先开着,以后有机会看看。
另外MsgProtocol和StreamProtocol不是一回事,MsgProtocol是udp时,StreamProtocol也可以是tcp
这块,暂时没时间做,呼吁一下大家一起动手做一下docker容器。
这块各厂家的做法不一样,需要慢慢找方法,暂时先留着吧
ncnn的c++ demo上,我感觉有些问题,我用.net 重写一下,效果还行,你也可以自己改改,主要代码如下: ``` outImg = extractor.Extract("758"); if (outImg != null) { for (int h = 0; h < outImg.H; h++) { for (int w = 0; w < outImg.H;...
可以看看akstream的wiki中的相关说明
我还没有碰到这个问题。
> What steps did you follow? > > I only followed these: https://github.com/sepfy/libpeer/tree/whip/examples/esp32#instructions but applied to the esp32s3's example folder (https://github.com/sepfy/libpeer/tree/whip/examples/esp32s3) and it worked i'll try it ,thanks alot
I arranged the document method to try, the error is still the same, I mainly want to test the whip function of esp32s3, but the compilation error, can not continue...
ok,i will try it