memetao
memetao
代码如下:  再解析时间戳的时候,正确的做法应该是: ptr += 10; // 1 + 1 + 4 + 4
数据传输出现错误
ubuntu 服务端代理(实体机),执行的命令是: --cipher-mode none --auth-mode none -a windows 客户端代理,执行的命令是: --cipher-mode none --auth-mode none 问题的起因是经常报 数据包长度大于 mtu,因为我确信我没有长度大于1460的报文,所以抓包看了看。(报文时rtp报文,每个包都有序号) 客户端抓包,并没有出现长度大于1500的报文,但是在服务端抓包发现,出现了长度大于1500的报文: 下图是这个包文在客户端发出去时的信息(长度1260)  这个报文的负载部分:  但是这个报文到了服务端,长度变成了1531:  原因是报文内部被插入了部分字节:  我的udp包长度都是在1460以下的,经常报 >mtu的 warning,这个错误我在其它issue中看看能不能解决。
how to recurrent: 1. select monitor to share and cancel ”Border required“ 2. change desktop resolution
I call 'Reinit' when frame width|height changed, but the output texture still keep the old dimension: ```c++ // when changed amf_decoder_->ReInit(new_width, new_height); ``` ```c++ amf_decoder_->SubmitInput(image); amf::AMFDataPtr new_packet; amf_decoder_->QueryOutput(&new_packet); amf::AMFSurfacePtr input(new_packet);...
Hey, we have been frequently encountering error code 80070424 recently, but we have not updated the source code. This seems to be caused by the Windows 11 update. I want...
BUG: Both WGC window capture and screen capture will make system crash(Display to go black) if window enter "topmost”. Game that can reproduce the problem: * Oxide Room 104 [window...