兔骑
兔骑
1. 源码中,Base64加密使用Default模式,这导致编码后会出现“+”、“\r\n”等字符。 2. 在HTTP传输的过程中,“+”等,可能会被忽略,这导致源签名/加密数据 和服务器实际收到的不一致,最终导致解密不出来。 3. 建议使用Base64.URL_SAFE模式,将“+”等字符替换为"_-"。或者使用jutil包下java.util.Base64.getUrlEncoder()、getUrlDecoder替换源码中的Base64编码方案。 --- end ---
README.markdown 无法跳转。 > android平台下OpenGLES3.0实例详解顶点缓冲区对象(VBO)和顶点数组对象(VAO)
Is there any progress? @microkatz
> @rabbitknight Could you provide me with aar for testing? I don’t have a compilation environment. Use the provided link. https://drive.google.com/file/d/1gIZYH6dR780BfPqll1w1VAMaaSkcLqRM/view?usp=drive_link
> There is no problem in my test, unlike [nextlib](https://github.com/anilbeesetti/nextlib) which needs to reset the surface. Thanks for your feedback. There may be slight differences, but overall the code is...
> I finally found the bug > > When I randomly seek 3~5 times > > The screen is freezes > > Use EXTENSION_RENDERER_MODE_PREFER for force ffmpeg decode > >...
> I finally found the bug When I randomly seek 3~5 times The screen is freezes Use EXTENSION_RENDERER_MODE_PREFER for force ffmpeg decode > > video_2024-08-17_00-07-21.mp4 @FongMi I reproduced the issue....
> @rabbitknight Can you support mepg and mpeg2 like [nextlib](https://github.com/anilbeesetti/nextlib/blob/main/ffmpeg%2Fsetup.sh#L20-L20) > > Here is test url http://222.223.250.251:9242/stream/channelid/1587704203?ticket=850d4cf1effb29480cffc7d3022f6a9f7ae59641&profile=pass > >  @FongMi you can get the latest aar from: https://drive.google.com/drive/folders/1pwOkFUzMwpfm492IFrUebkn7MUGBA2My?usp=drive_link the...
> Is your audio codecs as good as nextlib? @FongMi I will compare the difference between nexlib tomorrow. Reduce the gap.
> > Is your audio codecs as good as nextlib? > > @FongMi I will compare the difference between nexlib tomorrow. Reduce the gap. @FongMi, I conducted a comparison: 1....