Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Luke

    4.9.3.0, weird sorting for playing music

    OK we'll take a look at it. Thanks for reporting.
  3. i’m using docker. tried both the linuxserver and emby official images — same behaviour either way, which is partly why I moved to the official one, to rule out linuxserver-specific variables. I did try the suggested options; that’s where I started, and the device/permission side is all correct: /dev/dri/renderD128 is mounted, GIDLIST includes the render group, and the container reports libva 1.22.0 + iHD 25.2.4. The proof it isn’t a setup/permissions problem is that running the bundled ffdetect by hand inside the exact same container and image returns the full codec list (vaencdec/qsvencdec both fine). So everything on the suggested-options page is already satisfied — manual detection succeeds, only Emby-spawned detection fails. the difference between the two is a leaked file descriptor. when EmbyServer spawns ffdetect/ffmpeg/ffprobe, the child inherits an unrelated high-numbered fd from the parent — in my repro fd 117, pointing at an EmbyServer socket. a manual docker exec launch doesn’t carry that fd, which is why the same binary detects hardware fine by hand but reports zero codecs when Emby launches it. closing all fds ≥3 before exec is the only thing that fixes it: detection went straight from 0 → 17 hardware codecs (QSV H.264/H.265 decode+encode + VAAPI), and a real 4K HEVC playback then used hevc_qsv/vpp_qsv/h264_qsv with intel_gpu_top showing video-engine activity. so the question is really about the launcher, not the docker options: is EmbyServer expected to spawn the ffmpeg-family tools with arbitrary non-stdio fds inherited? if not, the fix would be setting CLOEXEC on EmbyServer’s own sockets (or only passing stdin/stdout/stderr when forking the detector), which would let me ditch the wrapper. or, perhaps even better, for someone to tell me why i chased these geese so far when the answer was right in front of me.
  4. Also the automatic recovery is not yet supported during playback. Only when browsing the user interface.
  5. @Grimx00perhaps you're just not waiting long enough? When requests start timing out and failing, that's when the automatic recovery happens. It may take time for that to happen.
  6. Luke

    Forcing HTTPS for HTTP users

    @eliduvidhas this helped?
  7. The horizontal home screen has never used these options.
  8. yocker

    Performance issues after update to 4.9.5.0

    I doubt it will help but i see some errors that has to do with UPnP. I suggest try and disable automatic port mapping if possible.
  9. LiaraAlis

    Performance issues after update to 4.9.5.0

    Here is the log file. The problem occurs across all clients (Windows, Browser, Android, …). embyserver.txt
  10. Luke

    Custom Label of Grouped Channels

    Hi, they are already there, right above the guide, when you have them.
  11. Luke

    Emby app crashes when using “Next Episode” prompt

    HI, to answer your question, giving us as much detail as possible is most ideal for us. In other words just letting us know what you did at what times. Thanks.
  12. thunderclap

    Custom Label of Grouped Channels

    I'm old school and like to scroll through a guide, not look at thumbnails. Maybe you could add the tags to the guide somehow?
  13. Luke

    strm files - mp3

    Can you please post a screenshot that shows that? Thanks.
  14. Luke

    strm files - mp3

    How does this screenshot show or demonstrate that it switched to 8096?
  15. Today
  16. Hi, you could add two folders to one library, one for recordings, one for other content. Then configure live tv recording settings after that.
  17. So, what you really want is a tool to convert your folders into collections or playlists?
  18. Currently when you are browsing the user interface, apps can recover from network changes without having to restart. It's only when playing that we don't have this yet, but we do plan to improve it.
  19. No. Users on the LAN would prefer the LAN address be used when possible.
  20. Hi. Can you try searching for our standard android app (Just "Emby" on Amazon and "Emby for Android on Google) on the same device's app store and see how that compares? Thanks.
  21. Luke

    NVidia Shield playback spinning/fails to start

    HI, we are looking into it. Thanks.
  22. I've sent a PM to the Emby devs as well, but, whilst it's been read by one of them, no reply as of yet.
  23. Came here straight after seeing the jellyfin post on reddit expecting to see an update.
  24. Luke

    No "Playlist" Tab For Television Shows

    what is proper is subjective. The server supports lots of different methods of naming and organization, and sometimes folder view is useful.
  25. Luke

    Custom Label of Grouped Channels

    hi, can't you do this with channel tags?
  26. sward

    Same recording keeps popping up

    Totally agree, and that’s exactly what’s needed!
  27. You've already got that in emby server network settings. you can customize both the local lan address and wan address if needed. It's just not recommended because you will have to remember to keep it up to date, and if you forget, you will have problems.
  1. Load more activity
×
×
  • Create New...