• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Problem with External Subtitles Returning 404 Error from Jellyfin API

     
    • 0 Vote(s) - 0 Average

    Problem with External Subtitles Returning 404 Error from Jellyfin API

    Masch571
    Offline

    Junior Member

    Posts: 3
    Threads: 2
    Joined: 2025 Mar
    Reputation: 0
    #1
    2025-04-25, 04:04 PM
    I'm currently working on a video player that fetches and displays subtitles from a Jellyfin server using its API.
    Fetching item details and detecting available subtitles works correctly. I can see the subtitles listed (both internal and external).
    However, when I try to load external subtitles (for example .srt files), my player tries to access the following URL: /Videos/{ItemId}/Subtitles/{SubtitleIndex}/Stream?api_key=...&format=vtt
    and I immediately get a 404 Not Found error.
    Even when I retry with format=srt, the 404 persists.
    Important details:
    • Internal (embedded) subtitles work fine using the /Stream.vtt URL.
    • External subtitles cause the 404.
    I suspect the problem might be that I'm using the wrong API endpoint for external subtitles.
    Maybe I need to use /Items/{ItemId}/Subtitles/{SubtitleIndex}/Download instead of /Videos/{ItemId}/Subtitles/{SubtitleIndex}/Stream?
    Questions:
    • Is there a different correct endpoint I should use for external subtitles?
    • How does Jellyfin differentiate between "Stream" vs "Download" for subtitles?
    • What's the proper way to fetch external subtitle files?
    Any help would be really appreciated!


    Attached Files Thumbnail(s)
       
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode