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

Subtitle appearing twice #7293

Closed
davidmagine opened this issue Sep 12, 2024 · 3 comments
Closed

Subtitle appearing twice #7293

davidmagine opened this issue Sep 12, 2024 · 3 comments
Labels
status: archived Archived and locked; will not be updated status: duplicate A duplicate of another issue; should be closed after linking to the original issue

Comments

@davidmagine
Copy link

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

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

not related

What version of Shaka Player are you using?

4.7.11

Can you reproduce the issue with our latest release version?
yes

Can you reproduce the issue with the latest code from main?
not applicable

Are you using the demo app or your own custom app?
custom

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

What browser and OS are you using?
LG WebOS

For embedded devices (smart TVs, etc.), what model and firmware version are you using?
LG model 55UK6400PLF, webOS 4.4.2-11 and a few other LG model tv and webOS versions

What are the manifest and license server URIs?

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

{
  "drm": {
    "retryParameters": {
      "maxAttempts": 5
    },
    "servers": {
      "com.widevine.alpha": "****"
    },
    "advanced": {
      "com.widevine.alpha": {
        "distinctiveIdentifierRequired": false,
        "persistentStateRequired": false,
        "videoRobustness": "SW_SECURE_DECODE",
        "audioRobustness": "SW_SECURE_CRYPTO",
        "sessionType": "",
        "serverCertificateUri": "",
        "individualizationServer": ""
      }
    }
  },
  "manifest": {
    "retryParameters": {
      "maxAttempts": 5
    },
    "availabilityWindowOverride": null
  },
  "streaming": {
    "retryParameters": {
      "maxAttempts": 5
    },
    "rebufferingGoal": 8,
    "bufferingGoal": 32,
    "stallThreshold": 2,
    "stallSkip": 0.05
  },
  "mediaSource": {},
  "offline": {},
  "abr": {
    "defaultBandwidthEstimate": 10000000,
    "restrictions": {
      "minWidth": 1
    }
  },
  "preferredAudioLanguage": "no"
}

What did you do?

Play a video with subtitle

What did you expect to happen?
Only one line of subtitle to appear

What actually happened?

Occasionally the subtitle will appear twice at different position
Video
https://github.com/shaka-project/shaka-player/assets/119855296/b8038fcb-dacb-45ea-a6c3-333fe59537f1
Image
image
VTT subtitle files (segments 37 and 38)
vtt.zip

Are you planning send a PR to fix it?

Additional notes:
There is no textDisplayFactory set in our configuration and we are using the default. We are also not calling setVideoContainer

@davidmagine davidmagine added the type: bug Something isn't working correctly label Sep 12, 2024
@avelad
Copy link
Member

avelad commented Sep 12, 2024

Duplicate of #6773

@avelad avelad marked this as a duplicate of #7293 Sep 12, 2024
@avelad avelad closed this as completed Sep 12, 2024
@avelad avelad added status: duplicate A duplicate of another issue; should be closed after linking to the original issue and removed type: bug Something isn't working correctly labels Sep 12, 2024
@davidmagine
Copy link
Author

davidmagine commented Sep 12, 2024

@avelad, think you tag the wrong ticket. I was unable to reopen #6007 that's why i created a new ticket with more information

@avelad avelad marked this as a duplicate of #6773 Sep 12, 2024
@avelad
Copy link
Member

avelad commented Sep 12, 2024

This is duplicate of #6773 It's a problem in the platform itself that we need to fix somehow :/

@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Nov 11, 2024
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Nov 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated status: duplicate A duplicate of another issue; should be closed after linking to the original issue
Projects
None yet
Development

No branches or pull requests

3 participants