• 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 remote playback

    Pages (3): 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    Problem with remote playback

    Remote Playback not possible with some devices.
    ice-p
    Offline

    Junior Member

    Posts: 14
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    #1
    2025-01-12, 07:59 PM
    Hey Team,

    I have some issues with remote playback from other networks and devices. In my wifi at home everything works fine but others users from remote have issues. It seems that Iphones for example seem to work fine, AndroidTV like FireTV Stick 4k seem to work from home wifi but not from other remote users. Playback starts and freezes or stopps.

    In the GUI i dont see any issues.

    Hardware is 12th Gen Intel® Core™ i5-12400 / 32GB memory

    Log is here:
    https://pastebin.com/VuQy4V6D

    If you need anything else, im glad to assist in fixing my issue Smiling-face

    thanks
    bitmap
    Offline

    Community Moderator

    Posts: 766
    Threads: 9
    Joined: 2023 Jul
    Reputation: 24
    #2
    2025-01-12, 08:17 PM (This post was last modified: 2025-01-12, 08:18 PM by bitmap.)
    Can you provide an ffmpeg log for the item transcoding? Looks like it's not using hardware acceleration (see lines 337+). Maybe a screenshot of your hardware acceleration options in Jellyfin web? Would be helpful to know how you're running Jellyfin (e.g., bare metal, OS, virtualization).

    Here's the line in question IMO:

    Code:
    [2025-01-12 19:55:11.652 +01:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -fflags +genpts -f matroska  -i file:\"/mnt/media/tvshows/Yellowstone/Season 05/yellowstone.s05e09.german.dl.1080p.web.h264.wvf.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 256000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type fmp4 -hls_fmp4_init_filename \"032d65adc58870b96dabf6f8611af39f-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/032d65adc58870b96dabf6f8611af39f%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/032d65adc58870b96dabf6f8611af39f.m3u8\""

    The ffmpeg command is not calling any hardware devices. Your iGPU on the i5-12400 should be set as the transcoding device to enable HWA.
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    ice-p
    Offline

    Junior Member

    Posts: 14
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    #3
    2025-01-12, 09:23 PM (This post was last modified: 2025-01-12, 09:38 PM by ice-p. Edited 1 time in total.)
    Hey bitmap,

    thanks for your quick reply.

    Here is the ffmpeg log
    https://pastebin.com/ZrUfaVsm

    Here is also a screenshot of HW Acceleration, its set to quicksync. I dont see any transcoding happening so far. When I am using my clients in my wifi everything seems fine.

    The server is running as a lxc container in proxmox. But it should be setup correct to use hw acceleration as far as i can see. I also did a test to force trancsoding which was using the igpu on the host then. Attached a screenshot of this also.


    Attached Files Thumbnail(s)
           
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-01-12, 09:53 PM
    (2025-01-12, 08:17 PM)bitmap Wrote: Can you provide an ffmpeg log for the item transcoding? Looks like it's not using hardware acceleration (see lines 337+). Maybe a screenshot of your hardware acceleration options in Jellyfin web? Would be helpful to know how you're running Jellyfin (e.g., bare metal, OS, virtualization).

    Here's the line in question IMO:

    Code:
    [2025-01-12 19:55:11.652 +01:00] [INF] "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -fflags +genpts -f matroska  -i file:\"/mnt/media/tvshows/Yellowstone/Season 05/yellowstone.s05e09.german.dl.1080p.web.h264.wvf.mkv\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 copy -bsf:v h264_mp4toannexb -start_at_zero -codec:a:0 libfdk_aac -ac 2 -ab 256000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 6 -hls_segment_type fmp4 -hls_fmp4_init_filename \"032d65adc58870b96dabf6f8611af39f-1.mp4\" -start_number 0 -hls_segment_filename \"/var/cache/jellyfin/transcodes/032d65adc58870b96dabf6f8611af39f%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/var/cache/jellyfin/transcodes/032d65adc58870b96dabf6f8611af39f.m3u8\""

    The ffmpeg command is not calling any hardware devices. Your iGPU on the i5-12400 should be set as the transcoding device to enable HWA.

    There isn't any HWA since it is only transcoding the audio.

    (2025-01-12, 09:23 PM)ice-p Wrote: Hey bitmap,

    thanks for your quick reply.

    Here is the ffmpeg log
    https://pastebin.com/ZrUfaVsm

    Here is also a screenshot of HW Acceleration, its set to quicksync. I dont see any transcoding happening so far. When I am using my clients in my wifi everything seems fine.

    The server is running as a lxc container in proxmox. But it should be setup correct to use hw acceleration as far as i can see. I also did a test to force trancsoding which was using the igpu on the host then. Attached a screenshot of this also.

    AFAICT, nothing is wrong on the server.  It is transcoding plenty fast.

    What is your home Internet upload speed?
    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]
    ice-p
    Offline

    Junior Member

    Posts: 14
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    #5
    2025-01-12, 10:02 PM
    Internetspeed is 250Mbit/s down and 50Mbit/s up. While my friend was testing I checked the internet connection, it was idling aroung 5Mbit/s. He has a 100Mbit/s download speed.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-01-12, 11:50 PM (This post was last modified: 2025-01-12, 11:50 PM by TheDreadPirate.)
    Are you using a reverse proxy? Do you use Cloudflare tunnels/proxys for remote access?
    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]
    ice-p
    Offline

    Junior Member

    Posts: 14
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    #7
    2025-01-13, 11:38 AM
    Yes i use nginx. Can that be related to that?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2025-01-13, 01:46 PM (This post was last modified: 2025-01-13, 09:25 PM by TheDreadPirate. Edited 1 time in total.)
    Using Nginx is fine (I use Nginx). But I'm curious what your Nginx config is. Can you share that via pastebin? Censor your domain name.

    And using cloudflare proxies can also be a factor. Are you using cloudflare as DNS only? Or proxied?
    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]
    ice-p
    Offline

    Junior Member

    Posts: 14
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    #9
    2025-01-13, 03:35 PM
    For cloudflare i use proxied. But i can test that without.

    for nginx i will send you the config later.

    thanks for your help.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2025-01-13, 03:41 PM (This post was last modified: 2025-01-13, 03:41 PM by TheDreadPirate.)
    You need to disable cloudflare proxies, regardless. It is against their TOS to serve video and audio through their free tier proxy service.

    And it can definitely cause problems like this.
    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]
    Pages (3): 1 2 3 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