Skip to content

Commit

Permalink
chore: Updated bugs list
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Sep 5, 2024
1 parent f3444ae commit f31d181
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/hlsjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ Using https://www.svgrepo.com/collection/solar-broken-line-icons for icons.
- When we have a preroll interstitial and we select the subtitle, it will only respect the first selected subtitle. Changing subtitle afterwards has no effect.

- When interstitials startTime is beyond the end of the content duration, there are stalls sometimes and content stops buffering. This can be replicated manually when setting interstitials further away.

- Selecting audio and quality during interstitials works for the main asset, but subtitles not.
2 changes: 1 addition & 1 deletion packages/hlsjs/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Object.assign(window, { facade });
// hls.config.startPosition = 10;

hls.loadSource(
"http://127.0.0.1:52002/session/e158bbf7-6a25-4ab5-b5a0-806fe85f862f/master.m3u8",
"http://127.0.0.1:52002/session/6371e172-bf65-4e7c-a0bd-b167c1256ba0/master.m3u8",
);

const root = ReactDOM.createRoot(document.getElementById("root")!);
Expand Down

0 comments on commit f31d181

Please sign in to comment.