-
### Please check the issue list for the same bug
- [X] I have checked issue list and this bug is encountered for the first time.
### Environment
```markdown
- OB Version&commit_id or other m…
-
Fails only under `sanitize=address`
Test run https://storage.yandexcloud.net/ydb-gh-logs/ydb-platform/ydb/PR-check/11515160536/ya-x86-64-asan/try_1/ya-test.html#FAIL
Test `ydb/core/sys_view/ut_k…
-
A trailing slash in a pattern currently means that you want to match a slash followed by the empty string.
This is counterintuitive, and an easy place to make mistakes. However, it's also useful, for…
-
Has anyone debugged a connection to see how accurate the hopInterval calculation is? And looked at a connection with lost packets to see whether or not it stays in sync?
My concern is that if a few…
-
iDear developer, I want to use Exoplayer to play real-time video blocks received in the form of byte arrays. The format is described in the title. What should I do?
-
Depending on where a subtitle was sourced from (e.g. if a user provided one), could result in it having incorrect timings with the content. Applications generally workaround this by having subtitle co…
-
I often find subtitles which can contain more than one caption for the same time point (e.g., YouTube uses such captions very often)
Normally all players can display all those captions except ExoPl…
-
### ExoPlayer Version
2.18.3
### Devices that reproduce the issue
The problem doesn't seem to be device specific. Happens on devices and on emulator.
### Devices that do not reproduce the …
-
When using a conditional dimension that contains `Ge` / `Le` types of conditions and a saved buffer defined over that conditional dimension, there is a conflict in the calculation of `time_M` for diff…
-
有mpp使用纯外部分配内存的方式直接将解码后的数据送去显示的例程吗