Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HLS Manifest Parsing Issues #7780

Open
rymusg opened this issue Dec 19, 2024 · 0 comments
Open

HLS Manifest Parsing Issues #7780

rymusg opened this issue Dec 19, 2024 · 0 comments
Labels
component: HLS The issue involves Apple's HLS manifest format component: transmuxer The issue involves our built-in transmuxer priority: P1 Big impact or workaround impractical; resolve before feature release type: bug Something isn't working correctly
Milestone

Comments

@rymusg
Copy link

rymusg commented Dec 19, 2024

Have you read the FAQ and checked for duplicate open issues?
Yes

If the problem is related to FairPlay, have you read the tutorial?

N/A

What version of Shaka Player are you using?

4.12.5

Can you reproduce the issue with our latest release version?
Tested using 4.12.5

Can you reproduce the issue with the latest code from main?
Tested using 4.12.5

Are you using the demo app or your own custom app?
Demo app and my own app

If custom app, can you reproduce the issue using our demo app?
Yes

What browser and OS are you using?
Windows 11, Edge, Firefox, Chrome

For embedded devices (smart TVs, etc.), what model and firmware version are you using?
N/A

What are the manifest and license server URIs?

Manifest URI: https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/RF-Microsoft-M365-Sizzle_video_en-us-AVS.m3u8
License Server: N/A

What configuration are you using? What is the output of player.getNonDefaultConfiguration()?

{\n "streaming": {\n "ignoreTextStreamFailures": true\n }\n}'

What did you do?

In Shaka Demo App, use this manifest: https://cdn-dynmedia-1.microsoft.com/is/content/microsoftcorp/RF-Microsoft-M365-Sizzle_video_en-us-AVS.m3u8

Play the video
Observe between 20 and 25 seconds, the video will skip. In firefox, the duration of the video in the UI will change from 38 to 37 seconds.

Note that this same manifest does not have the issue in other players (e.g. here: https://hlsjs.video-dev.org/demo/ or in windows media player).

What did you expect to happen?
Video should not skip.

What actually happened?

Video skips, and in some cases the duration updates.

Are you planning to send a PR to fix it?
No

@rymusg rymusg added the type: bug Something isn't working correctly label Dec 19, 2024
@shaka-bot shaka-bot added this to the v4.13 milestone Dec 19, 2024
@tykus160 tykus160 added component: HLS The issue involves Apple's HLS manifest format priority: P1 Big impact or workaround impractical; resolve before feature release labels Dec 19, 2024
@avelad avelad added the component: transmuxer The issue involves our built-in transmuxer label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: HLS The issue involves Apple's HLS manifest format component: transmuxer The issue involves our built-in transmuxer priority: P1 Big impact or workaround impractical; resolve before feature release type: bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

4 participants