whSwitching

Results 9 comments of whSwitching

is there a repository or script like libyuv-iOS in your github ? :smiley:

tried to change ipcam settings video source to 720p, now the video shows fine because sps/pps DOES NOT CHANGE anymore so I'm pretty sure it doesn't handle/update SPS/PPS

#149 take me here, any progress on this?

@jacksonsavitraz I'm pretty sure HttpClient will take over handshake message, so you should try something lower level, like TcpClient

same problem when `connection.Table().Where(a => !a.Property.HasValue || ids.Contains(a.Property.Value)).ToArray()` MyTable.Property is Nullable int

@arsium TCP client, sure. recordHeader = read first 5 bytes recordBodyLength = ((recordHeader[3]

> 3/16更新 感谢, 自己去建个库就放这个我肯定start你

yes I want RedirectToLogin on View Controller and 401 on Api Controller

allright, I just did it by myself, I just want a simple different authorize on webapi ``` [AllowAnonymous] [Route("connect/token")] [ApiController] public class TokenController: ControllerBase { // issue access_token, asymmetric encryption,...