| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| assets | ||
| src/main | ||
| README.md | ||
| build.gradle |
This also fixes a technical mistake where HlsChunkSource is fed seekPositionUs=-1 when obtaining the first chunk. This is wrong, but the usage of this variable within HlsChunkSource enforces that the seek must stay within bounds, so we get away with it. Issue: #385