• 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 SOLVED: Connexion Amazon Stick

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: Connexion Amazon Stick

    Probleme Connexion
    Franckguib
    Offline

    Junior Member

    Posts: 20
    Threads: 5
    Joined: 2024 Dec
    Reputation: 0
    Country:France
    #1
    2024-12-20, 09:12 AM (This post was last modified: 2024-12-20, 02:45 PM by TheDreadPirate. Edited 1 time in total.)
    Bonjour à tous,
    Je suis novice sur le forum, je suis aussi novice en réseau.
    J'ai un serveur Nextcloud et Jellyfin, j'ai voulu me connecter sur l'application Jellyfin sur l'Amazon Stick mais cela ne marche pas.
    J'aimerais avoir des explications sur la connexion.
    Que dois-je mettre sout l'adresse IP ou l'adresse de mon serveur
    Merci pour vos réponses.
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-12-20, 03:03 PM
    Does it work when you try to access Jellyfin from a browser? Are you using legit certificates or self-signed certs?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Franckguib
    Offline

    Junior Member

    Posts: 20
    Threads: 5
    Joined: 2024 Dec
    Reputation: 0
    Country:France
    #3
    2024-12-20, 05:39 PM (This post was last modified: 2024-12-20, 05:41 PM by Franckguib. Edited 1 time in total.)
    Oui j'arrive a me connecter sur le navigateur Web, j'utilise des certificats légitimes.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-12-20, 05:42 PM
    And what about your certificates? How did you acquire them? Are they legit certificates from Let's Encrypt? Or are they self-signed certs?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Franckguib
    Offline

    Junior Member

    Posts: 20
    Threads: 5
    Joined: 2024 Dec
    Reputation: 0
    Country:France
    #5
    2024-12-20, 05:43 PM
    C'est des certificats Let's Encrypt
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-12-20, 05:58 PM (This post was last modified: 2024-12-20, 05:58 PM by TheDreadPirate.)
    Can you share your Nginx config for Jellyfin? Censor the domain.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Franckguib
    Offline

    Junior Member

    Posts: 20
    Threads: 5
    Joined: 2024 Dec
    Reputation: 0
    Country:France
    #7
    2024-12-20, 08:20 PM (This post was last modified: 2024-12-20, 08:27 PM by Franckguib. Edited 2 times in total.)
    rewrite ^/jellyfin$ /jellyfin/ permanent;
    location /jellyfin/ {

    proxy_pass http://127.0.0.1:8095/jellyfin/;
    proxy_pass_request_headers on;
    proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Forwarded-Proto $scheme;
    proxy_set_header X-Forwarded-Host $host;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection $http_connection;

    # Disable a specific header for compatability with LG TV app
    # Fixes https://github.com/YunoHost-Apps/jellyfi...issues/125
    if ($http_user_agent ~ Web0S) {
    more_set_headers "X-Frame-Options : ";
    }

    # Disable buffering when the nginx proxy gets very resource heavy upon streaming
    proxy_buffering off;

    # Include SSOWAT user panel.
    include conf.d/yunohost_panel.conf.inc;
    }



    Petite précision :
    Mon serveur est un serveur YunoHost avec Jellyfin installé dessus.
    Jellyfin fonctionnel depuis un accès web en interne et en externe.
    Jellyfin fonctionnel depuis appli sur Androïd
    Jellyfin fonctionnel depuis appli sur iPhone
    (de chez toi et de chez d'autres personnes)

    C'est vraiment l'Amazon Fire Stick le souci
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-12-20, 08:56 PM
    What server version are you running and what version of the Android TV app?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Franckguib
    Offline

    Junior Member

    Posts: 20
    Threads: 5
    Joined: 2024 Dec
    Reputation: 0
    Country:France
    #9
    2024-12-20, 09:27 PM (This post was last modified: 2024-12-20, 09:40 PM by Franckguib. Edited 1 time in total.)
    Version 10.10.1
    C'est la dernière version car cela fait peu de temps que j'ai installé.
    Franckguib
    Offline

    Junior Member

    Posts: 20
    Threads: 5
    Joined: 2024 Dec
    Reputation: 0
    Country:France
    #10
    2024-12-22, 10:41 AM
    Je me suis trompé de touche, le probleme n'est pas résolu ! Comment je fais pour annuler ?
    Pages (2): 1 2 Next »

    « 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