• 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 General Questions How does Jellyfin-web determine what content a client is capable of playing?

     
    • 0 Vote(s) - 0 Average

    How does Jellyfin-web determine what content a client is capable of playing?

    kimbo
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2023 Dec
    Reputation: 0
    #7
    2024-01-19, 05:43 PM
    Yes, I did, read the OP please.

    A quick test shows probably for both 1.1.0 versions

    Code:
    var video = document.createElement('video');

    types = [
        'video/mp4; codecs="hvc1.1.L120"',
        'video/mp4; codecs="hev1.1.L120"',
        'video/mp4; codecs="hvc1.1.0.L120"',
        'video/mp4; codecs="hev1.1.0.L120"'
        ];

    types.forEach((t) => console.log('testing ' + t + ' ' + video.canPlayType(t)));
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    How does Jellyfin-web determine what content a client is capable of playing? - by kimbo - 2024-01-19, 03:52 PM
    RE: How does Jellyfin-web determine what content a client is capable of playing? - by tmsrxzar - 2024-01-19, 04:09 PM
    RE: How does Jellyfin-web determine what content a client is capable of playing? - by kimbo - 2024-01-19, 04:24 PM
    RE: How does Jellyfin-web determine what content a client is capable of playing? - by tmsrxzar - 2024-01-19, 04:30 PM
    RE: How does Jellyfin-web determine what content a client is capable of playing? - by kimbo - 2024-01-19, 05:18 PM
    RE: How does Jellyfin-web determine what content a client is capable of playing? - by tmsrxzar - 2024-01-19, 05:30 PM
    RE: How does Jellyfin-web determine what content a client is capable of playing? - by kimbo - 2024-01-19, 05:43 PM
    RE: How does Jellyfin-web determine what content a client is capable of playing? - by tmsrxzar - 2024-01-19, 05:48 PM
    RE: How does Jellyfin-web determine what content a client is capable of playing? - by kimbo - 2024-01-19, 06:40 PM
    RE: How does Jellyfin-web determine what content a client is capable of playing? - by kimbo - 2024-01-19, 09:44 PM
    RE: How does Jellyfin-web determine what content a client is capable of playing? - by kimbo - 2024-01-19, 10:58 PM
    RE: How does Jellyfin-web determine what content a client is capable of playing? - by TheDreadPirate - 2024-01-19, 11:24 PM
    RE: How does Jellyfin-web determine what content a client is capable of playing? - by kimbo - 2024-01-20, 12:02 AM

    • 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