• 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 Search Results

    Pages (2): 1 2 Next »

    Search Results
    Post Author Forum Replies Views Posted [asc]
      Thread: Jellyfin crashing on Fire Stick app
    Post: RE: Jellyfin crashing on Fire Stick app

    Yes, when I try libVLC it stutters badly, like every 2-3 secs. I did set it to auto as well but I get the same stuttering issues. Even if I change the audio from DTS Master Audio to just DTS. If I ...
    notepro General Questions 15 2,821 2024-03-18, 10:46 PM
      Thread: Jellyfin crashing on Fire Stick app
    Post: RE: Jellyfin crashing on Fire Stick app

    I am totally stumped. I cleared cache/data and then uninstalled the app. Restarted the 4k max. Reinstalled the app and it still won't play. Its connected to the 5g band on my wifi network so the s...
    notepro General Questions 15 2,821 2024-03-18, 10:06 PM
      Thread: Jellyfin crashing on Fire Stick app
    Post: RE: Jellyfin crashing on Fire Stick app

    1) Fire Stick is up to date. 2) Under Settings --> Playback --> Audio, its set to: Audio output - Direct Audio nightmode - Not checked Bitsream Dolby Digital Audio - Checked Bitstream DTS audio - Che...
    notepro General Questions 15 2,821 2024-03-18, 09:39 PM
      Thread: Jellyfin crashing on Fire Stick app
    Post: RE: Jellyfin crashing on Fire Stick app

    Looks like 2 different audio tracks: Video Video Title: 1080p H264 SDR Codec: H264 AVC: Yes Profile: High Level: 41 Resolution: 1920x1080 Aspect ratio: 16:9 Interlaced: No Framerate: 23.976025 Bitra...
    notepro General Questions 15 2,821 2024-03-18, 09:07 PM
      Thread: Jellyfin crashing on Fire Stick app
    Post: RE: Jellyfin crashing on Fire Stick app

    Not sure what you mean by "the media info from the Jellyfin web UI". How would I find that info out? The movie is a Bluray rip in mkv format. The fire stick is Fire TV Stick 4K Max.
    notepro General Questions 15 2,821 2024-03-18, 08:54 PM
      Thread: Jellyfin crashing on Fire Stick app
    Post: RE: Jellyfin crashing on Fire Stick app

    https://srcb.in/zEfIIcKEKn This is the part of the log where it was throwing up the errors. I scanned through the ffmpeg log but saw nothing mentioned of where the Hobbit movies played.
    notepro General Questions 15 2,821 2024-03-18, 08:38 PM
      Thread: Jellyfin crashing on Fire Stick app
    Post: RE: Jellyfin crashing on Fire Stick app

    Server is an old Phenom II cpu so its dated. I only intend to Direct Play and not to transcode. I know on Plex it Direct Played all the movies no problem. The best way to describe the hitching is l...
    notepro General Questions 15 2,821 2024-03-18, 08:18 PM
      Thread: Jellyfin crashing on Fire Stick app
    Post: Jellyfin crashing on Fire Stick app

    I am running Jellyfin server on Ubuntu.  I have a Fire Stick on my main tv where I have downloaded the Jellyfin app (0.16.6 version).  I have tried a few movies and they run fine.  I am using Exoplaye...
    notepro General Questions 15 2,821 2024-03-18, 07:54 PM
      Thread: Can't ge to Movies on second drive
    Post: RE: Can't ge to Movies on second drive

    Finally got it! So apparently with a ntfs drive mounted in fstab, the chmod command doesn't work. So I changed the fstab to just this: UUID=DEA2B568A2B54635 /media/library ntfs-3g umask=000,u...
    notepro General Questions 21 2,684 2024-03-17, 10:59 PM
      Thread: Can't ge to Movies on second drive
    Post: RE: Can't ge to Movies on second drive

    Apologies for the above mistake, my mount is /media/library. I corrected it and left a note. I tried the chmod 755 /media/library and it still didn't work. Still can't get to movies folder on Media...
    notepro General Questions 21 2,684 2024-03-17, 07:23 PM
      Thread: Can't ge to Movies on second drive
    Post: RE: Can't ge to Movies on second drive

    My fault on that one. This is the result of: ls -l /media/library: drwxr-x--- 1 john john 4096 Dec 24 2016 Media Media is the name of the drive that contains the movie files. EDIT: Changed ls ...
    notepro General Questions 21 2,684 2024-03-17, 06:38 PM
      Thread: Can't ge to Movies on second drive
    Post: RE: Can't ge to Movies on second drive

    Can you explain how to check it and see if jellyfin has access to it? And how to fix it if so?
    notepro General Questions 21 2,684 2024-03-17, 06:31 PM
      Thread: Can't ge to Movies on second drive
    Post: RE: Can't ge to Movies on second drive

    Could it be a permissions issue? When I do this: ls -l /media/library drwxr-x--- This is what the persmissions say for that mount. Is this right? Also when I do this: groups jellyfin je...
    notepro General Questions 21 2,684 2024-03-17, 04:18 PM
      Thread: Can't ge to Movies on second drive
    Post: RE: Can't ge to Movies on second drive

    Not sure how to put this in Code: like you do but this is copied and pasted from my /etc/fstab: UUID=DEA2B568A2B54635  /media/library    ntfs-3g  defaults,nls=utf8,umask=000,dmask=027,fmask=137,uid...
    notepro General Questions 21 2,684 2024-03-17, 11:53 AM
      Thread: Can't ge to Movies on second drive
    Post: RE: Can't ge to Movies on second drive

    Ok, I used that line with my UUID in /etc/fstab and rebooted. When I lised my mounts in terminal, this showed up: /media/library /dev/sdc1 fuseblk rw,relatime,us ...
    notepro General Questions 21 2,684 2024-03-17, 01:05 AM
      Thread: Can't ge to Movies on second drive
    Post: RE: Can't ge to Movies on second drive

    Thank you so much, I will try this.
    notepro General Questions 21 2,684 2024-03-16, 08:43 PM
      Thread: Can't ge to Movies on second drive
    Post: RE: Can't ge to Movies on second drive

    If I use the mount as /media/library, because my drive is ntfs, what would my fstab look like? Thanks
    notepro General Questions 21 2,684 2024-03-16, 12:59 PM
      Thread: Can't ge to Movies on second drive
    Post: RE: Can't ge to Movies on second drive

    I am fine with that. I thought it needed to follow the route on the actual drive.
    notepro General Questions 21 2,684 2024-03-16, 02:47 AM
      Thread: Can't ge to Movies on second drive
    Post: RE: Can't ge to Movies on second drive

    So because its NTFS, you are thinking I need this: /media/nas cifs credentials=/home/jocke/.smbcredentials,noperm,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0 With my mount being at /media//M...
    notepro General Questions 21 2,684 2024-03-16, 02:39 AM
      Thread: Can't ge to Movies on second drive
    Post: RE: Can't ge to Movies on second drive

    I know that Ubuntu doesn't auto mount it, I right click on the drive and choose Mount. Is that what you mean? I read one of your old posts about using UUID in /etc/fstab to mount the drive. My drive ...
    notepro General Questions 21 2,684 2024-03-16, 02:02 AM
    Pages (2): 1 2 Next »

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


    Jellyfin

    The Free Software Media System