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

Handle embedded subtitle streams on WebOS #6363

Open
ccar30 opened this issue Dec 4, 2024 · 1 comment
Open

Handle embedded subtitle streams on WebOS #6363

ccar30 opened this issue Dec 4, 2024 · 1 comment
Labels
p: webos This PR or issue mainly concerns WebOS clients playback This PR or issue mainly concerns playback

Comments

@ccar30
Copy link

ccar30 commented Dec 4, 2024

Describe The Bug
Just trying to understand the "Fetching addional metadata" for subrip subtitles... When I try to play an mkv file with embedded subrip subtitles the server has to extract the subtitle track first so the player can display the extracted subtitles file. My question is: Is there anything that can be done for the jellyfin-web player to be able to handle the embedded subtitles stream? Or is it a problem with the platform the client is running on?

I'm running Jellyfin server 10.10.3, the client is a wrapper on the web client running on an LG OLED with WebOS (LG firmware 0.3.41)

As seen below, the file contains a subrip stream

Media Information

Input #0, matroska,webm, from 'file.mkv':
  Metadata:
    encoder         : libebml v1.4.5 + libmatroska v1.7.1
  Duration: 02:00:26.72, start: 0.000000, bitrate: 24753 kb/s
  Chapters:
    Chapter #0:0: start 0.000000, end 8.843000
      Metadata:
        title           : Studio Logo
    Chapter #0:1: start 8.843000, end 6744.708000
      Metadata:
        title           : Main
    Chapter #0:2: start 6744.708000, end 7226.720000
      Metadata:
        title           : Credits
  Stream #0:0(eng): Video: hevc (Main 10), yuv420p10le(tv, bt2020nc/bt2020/smpte2084), 3840x1606 [SAR 1:1 DAR 1920:803], 23.98 fps, 23.98 tbr, 1k tbn (default) (original)
    Metadata:
      BPS             : 23979398
      DURATION        : 02:00:26.720000000
      NUMBER_OF_FRAMES: 173268
      NUMBER_OF_BYTES : 21661550001
      _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit
      _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
    Side data:
      DOVI configuration record: version: 1.0, profile: 8, level: 6, rpu flag: 1, el flag: 0, bl flag: 1, compatibility id: 1
  Stream #0:1(eng): Audio: eac3, 48000 Hz, 5.1(side), fltp, 768 kb/s (default) (original)
    Metadata:
      BPS             : 768000
      DURATION        : 02:00:26.688000000
      NUMBER_OF_FRAMES: 225834
      NUMBER_OF_BYTES : 693762048
      _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit
      _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
  Stream #0:2(eng): Subtitle: subrip (original)
    Metadata:
      BPS             : 38
      DURATION        : 01:50:48.106000000
      NUMBER_OF_FRAMES: 1026
      NUMBER_OF_BYTES : 32202
      _STATISTICS_WRITING_APP: mkvmerge v88.0 ('All I Know') 64-bit
      _STATISTICS_TAGS: BPS DURATION NUMBER_OF_FRAMES NUMBER_OF_BYTES
[...]

System (please complete the following information):

  • Platform: WebOS
  • Browser:
  • Jellyfin Version: 10.10.3

Thank you

@ccar30 ccar30 added the playback This PR or issue mainly concerns playback label Dec 4, 2024
@viown
Copy link
Member

viown commented Dec 4, 2024

Is there anything that can be done for the jellyfin-web player to be able to handle the embedded subtitles stream? Or is it a problem with the platform the client is running on?

I believe this may not be possible on the HTML video player, but you may want to take a look at https://github.com/jellyfin/jellyfin-plugin-subtitleextract to extract subtitles as a task or when new library content is added.

@thornbill thornbill added the p: webos This PR or issue mainly concerns WebOS clients label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p: webos This PR or issue mainly concerns WebOS clients playback This PR or issue mainly concerns playback
Projects
None yet
Development

No branches or pull requests

3 participants