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

MPD Live Stream: Subtitles Skipped When Intervals Are Short #38

Open
microka opened this issue Mar 26, 2025 · 0 comments
Open

MPD Live Stream: Subtitles Skipped When Intervals Are Short #38

microka opened this issue Mar 26, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@microka
Copy link

microka commented Mar 26, 2025

Describe the bug
When playing an MPD live stream using the "VideoPlayer MPD/M3U8/M3U/EPG" extension, subtitles are intermittently skipped. Specifically, if the time interval between the end of one subtitle cue and the beginning of the next is very short, the second subtitle cue often fails to display. The subtitle cue after the skipped one will then appear correctly later. This results in missing dialogue or information conveyed through subtitles. This issue does not occur when playing the identical stream URL with other media players; they display all subtitles sequentially as expected.

To Reproduce
Steps to reproduce the behavior:

  1. Open the following M3U playlist URL using the extension.
#EXTM3U

#EXTINF:-1 tvg-id="jade" tvg-name="jade", jade
#KODIPROP:inputstream.adaptive.manifest_type=mpd
#KODIPROP:inputstream.adaptive.license_type=clearkey
#KODIPROP:inputstream.adaptive.license_key={"keys": [{"kty": "oct", "k": "LS/XsWYbHijeOCaIcrSEgA", "kid": "CVi5xldiLEZaYgXrIlK47Q"}], "type": "temporary"}
http://edgeware-live.edgeware.tvb.com/__cl/slocalr43/__c/ott_J_hevc/__op/cenc_m/__f/index.mpd?sig=f23e45b805d3c4103619adb5871b65e2&ext_start_limit=1743627610&int_start_limit=1743627610&ts=1743627610&c=339313918
  1. Ensure playback starts and select the subtitle track.
  2. Wait for or seek (using time-shifting) to a program segment that contains subtitles. Note: Subtitles are optional and only present during certain programs on this channel.
  3. Observe the subtitle display carefully, paying attention to moments with rapid dialogue or quick transitions between subtitle cues.
  4. Notice instances where a subtitle line disappears, and the immediately following line (which should appear very quickly) is skipped, with the next line appearing later.

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: Google Chrome (Version 134.0.6998.166, Stable, 64-bit)
  • Version: 8.27.1.40205

Additional context

  • The provided stream URL is time-sensitive and will expire. I will update the issue with a new URL if it becomes invalid.

  • Reproducing the issue requires finding a program segment on the live stream that actively uses subtitles.

@microka microka added the bug Something isn't working label Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant