memetao

Results 7 issues of memetao

代码如下: ![image](https://user-images.githubusercontent.com/26571525/74607688-a43f5b00-5115-11ea-9c51-a8cdae0013a3.png) 再解析时间戳的时候,正确的做法应该是: ptr += 10; // 1 + 1 + 4 + 4

bug

ubuntu 服务端代理(实体机),执行的命令是: --cipher-mode none --auth-mode none -a windows 客户端代理,执行的命令是: --cipher-mode none --auth-mode none 问题的起因是经常报 数据包长度大于 mtu,因为我确信我没有长度大于1460的报文,所以抓包看了看。(报文时rtp报文,每个包都有序号) 客户端抓包,并没有出现长度大于1500的报文,但是在服务端抓包发现,出现了长度大于1500的报文: 下图是这个包文在客户端发出去时的信息(长度1260) ![1580967358(1)](https://user-images.githubusercontent.com/26571525/74006498-cff46f80-49b6-11ea-9054-95f9e65b025f.png) 这个报文的负载部分: ![1580967421(1)](https://user-images.githubusercontent.com/26571525/74006555-fa462d00-49b6-11ea-84da-ab1cd3c080aa.png) 但是这个报文到了服务端,长度变成了1531: ![bug_p1](https://user-images.githubusercontent.com/26571525/74006568-016d3b00-49b7-11ea-9c08-0eda9577a7ee.png) 原因是报文内部被插入了部分字节: ![bug_p2](https://user-images.githubusercontent.com/26571525/74006592-18ac2880-49b7-11ea-8d1a-55fff5b79831.png) 我的udp包长度都是在1460以下的,经常报 >mtu的 warning,这个错误我在其它issue中看看能不能解决。

how to recurrent: 1. select monitor to share and cancel ”Border required“ 2. change desktop resolution

api-bug

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);...

question

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...