Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. It’s actually intended to wait for the first one to close before attempting to open the second.
  3. Luke

    Live TV Recordings Now Working

    That’s afterwards though right. The activity log would say if a plugin was updated.
  4. FourCorners

    Live TV Recordings Now Working

    That's why I was asking it always shows before restarting what it's updating and after reboot it even shows but this time it never showed a thing lol.
  5. Yeah, that indicates that Emby is not closing the stream fast enough for some reason.
  6. softworkz

    Windows 11 App Refusing to Load

    @Natelanxon Thanks for the details - so what you are trying to do is Run an x64 application with heavy use of GPU features (by both, WebView2 and MPV player) - on Windows ARM64 OS With the Windows ARM64 OS running in a virtual VM on Apple Silicon hardware Even though translation layers exist for running x64 code on ARM64 (Windows Prism) and Windows GPU drivers for the virtual GPU provided by Parallels which translates to Apple GPU - this is not a path which makes much sense. To be honest, I'm surprised that our x64 app package is even offered to ARM64 systems, but they appear to be somewhat over-confident about the x64 emulation layer. The fact that you don't ´see any log at all, means that it drops out very early during load, but it still can be due to both, WebView2 or MPV player. We'll probably need to publish an ARM64 package with an ARM64 web view and without MPV player, to have a working version at least. Thanks
  7. As I could see, if I set the limit to 2, the problem dissapears and sometimes, shortly, there are two streams, but suddendly one dissapears.
  8. What i meant was, if you remove the limit does the server dashboard show the same account have multiple streams running. While chances are low that it shows anything it is still an easy little troubleshooting step.
  9. Yesterday
  10. bobbee001

    All library flles not displayed

    Have video media in folders like tv, movies, .... When I select the movie library I want o see all the movies. It seems like thats how it was before, but now it appears that I might just be seeing a specific genre.
  11. Powered up monitor Select Emby Android TV app User 'TestAdmin' 'Dark Matter' S2E13 is the first icon in 'Continue Watching' Get MediaInfo report on file: Dark Matter - S01E13 - Episode Thirteen.mkv Matroska: 4.05 GiB, 43 min 6 s Title: Dark Matter S01E13 Episode Thirteen 1080p Blu-ray 10Bit TrueHD5.1 HEVC-d3g 1 video stream: HEVC Encoded date: 2022-11-09 09:36:45 UTC 1 audio stream: MLP FBA Writing application: DVDFab 12.0.9.1 1 text stream: PGS Writing library: libebml v1.4.2 + libmatroska v1.6.3 First video stream 11.4 Mb/s, 1920*1080 (16:9), at 23.976 (24000/1001_FPS, HEVC (Main 10@L4@High) First audio stream English, 1 969 kb/s, 48.0 kHz, 6 channels, MLP FBA (Dolby TrueHD) Select episode Hit 'Play' Episode begins, video is perfect, no audio Hit Pause Select disc Down, note 'CC (off)' and 'Direct' are showing Back out of episode twice Sent logs at 4:47PM Pacific time.
  12. Can we have some urgency in fixing this absolutely rubbish view never been more frustrated that we are now using recorded tv. Can we get the old version of the app while this is improved please
  13. howllor

    Plugin: Emby Expiry Manager

    Works perfectly, thank you!
  14. Hello. I can't download a stable version of Emby for the qnap. I always get a 404 page not found error. As far as I can see there's a link that is missing the version number and that may be the reason. Kind regards. Will
  15. justinrh

    song meta data presentation inconsistency

    @ebr@Luke@sa2000
  16. LastKomodo

    Plugin: Fast IPTV M3U

    Hi. I have a problem with the plugin. It's imposibleto me, compile the plugin. I need help.. Thanks.
  17. Yep, if I remove the limit or I raise it to two, the problem disaapears... But it has no sense. I mean, the limit is not working. I appreciate your help! Hi Luke, I was wondering about starting this thread a time ago, I tought it was my fault... but I use another server, and now I have the same problem with "1 stream limit" users. I found other threads with same problem, but those thread are dead or fixed with an update... strange. I found that this happens a lot with google chrome, and when changing episodes. Is there a way to raise the limit the server "detects" a stream"? I mean, if the user is limited to 1 stream; the server wait 60 (or less or more) seconds to kill the streams, so the user client has enough time to stop the previous session. Please ask anything you need; thanks,
  18. Hello kadargof, ** This is an auto reply ** Please wait for someone from staff support or our members to reply to you. It's recommended to provide more info, as it explain in this thread: Thank you. Emby Team
  19. My apologies if this topic is in wrong section. I just wanted to share my experience with A310 an WinServer 2025 (Proxmox VM), legacy host. ### [SUCCESS STORY] Full Intel Arc A310 Hardware Encoding & Decoding inside Proxmox VM (Windows Server 2025 Guest) on Legacy non-UEFI Lenovo ThinkStation D20 I wanted to share a major troubleshooting victory for anyone trying to use an Intel Arc A310 GPU for media transcoding in an enterprise server environment. Many guides claim that Intel Arc GPUs absolutely require modern UEFI and Resizable BAR (ReBAR) support to avoid crashing or hitting Code 43 errors. My setup proves that for specialized Emby video transcoding workloads, you can run an Arc A310 flawlessly on a legacy PCIe 2.0 system without UEFI or ReBAR options. Furthermore, I hit the infamous Windows Server trap where the GPU would successfully handle **Decoding**, but **Preferred Hardware Encoders** would stubbornly revert to "Software Encoders." This was compounded by the fact that simply logging in via Microsoft Remote Desktop (RDP) would secretly hijack the driver and kill the encoders. Here is the exact step-by-step blueprint to fix the missing frameworks, bypass the OS driver locks, and sandbox RDP so everything stays running perfectly in hardware 24/7. --- ### Phase 1: Motherboard & Hypervisor Base Setup 1. **Physical Loop:** Ensure a physical HDMI dummy plug dongle is firmly connected to the back of the Intel Arc A310 card. Headless server operating systems will refuse to initialize the encoding engine without an active display loop. 2. **Proxmox Passthrough:** Standard GPU passthrough rules apply. Ensure `iommu=pt` is enabled in your host boot options. Pass the card through to your Windows Server 2025 VM (Q35 machine type recommended). --- ### Phase 2: Forcing the Consumer Multimedia Frameworks Windows Server 2025 strips out all consumer multimedia engines by default. This isolates background applications from the Direct3D11 runtime pipelines, causing Emby’s QuickSync initialization module to fail and return a `Result: null` error in your `hardware_detection.txt` logs. 1. **Install Media Foundation & .NET:** Open PowerShell as an Administrator inside the VM and execute: ```powershell Install-WindowsFeature Server-Media-Foundation ``` Ensure you also navigate to Server Manager and install the required **.NET Framework features**. Restart the VM immediately. 2. **Install Legacy DirectX Runtimes:** Download the official offline *Microsoft DirectX End-User Runtimes (June 2010)* package. Extract it to a folder, right-click **`DXSETUP.exe`**, run it as Administrator, and complete the installation wizard. 3. **The Driver Bypass:** Do not run the standard Intel `.exe` installer wizard, as it actively blocks consumer encoding features upon detecting a Server OS. Instead, use 7-Zip to extract the Intel driver installer file into a normal folder on your desktop. * Open **Device Manager**, right-click your Intel Arc display card, and choose **Update Driver**. * Select **Browse my computer for drivers**, point it to your uncompressed folder, ensure **Include subfolders** is checked, and force-inject the raw driver files. 4. **The MediaSDK Registry Hack:** Create a file named `intel_fix.reg` on your desktop using Notepad, paste the following text, save it, and double-click to merge it: ```reg Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Intel\MediaSDK] "DispatchLevel"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Intel\MediaSDK] "DispatchLevel"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\OpenCL\Vendors] "intelocl64.dll"=dword:00000000 ``` --- ### Phase 3: Trapping RDP in a Software Sandbox When you use native Microsoft Remote Desktop (RDP) to manage Windows Server, the OS stealthily detaches your Intel Arc driver and hooks up the *Microsoft Remote Display Adapter*. This instantly breaks Emby's access to the A310 hardware encoders. To prevent RDP from stealing your GPU, force RDP to run strictly in a software-only rendering sandbox: 1. Press `Win + R`, type **`gpedit.msc`**, and enter the Local Group Policy Editor. 2. Navigate to: **Computer Configuration** ➔ **Administrative Templates** ➔ **Windows Components** ➔ **Remote Desktop Services** ➔ **Remote Desktop Session Host** ➔ **Remote Session Environment**. 3. Apply these exact policy configurations: * **"Use the hardware default graphics adapter for all Remote Desktop Services sessions"** ➔ Set to **Disabled** *(Explicitly stops RDP from touching the Arc A310).* * **"Prioritize H.264/AVC graphics mode for Remote Desktop Connections"** ➔ Set to **Disabled** *(Prevents RDP from spinning up the hardware encoding chips).* * **"Use WDDM graphics display driver for Remote Desktop Connections"** ➔ Set to **Enabled** *(Forces RDP to act as a virtual shield using standard software rendering).* 4. Open Command Prompt as Administrator and run `gpupdate /force`, then restart your Windows Server 2025 VM. --- ### Phase 4: Finalizing Emby Configuration 1. Open Windows **Settings** ➔ **System** ➔ **Display** ➔ **Graphics**. 2. Click **Browse** under custom options and add both **`EmbyServer.exe`** (located under `%appdata%\Emby-Server\system`) and its encoder bin **`ffmpeg.exe`** (located under `%appdata%\Emby-Server\system\ffmpeg`). Set both executables to **High Performance (Intel Arc A310)**. 3. Open Windows Control Panel ➔ **Power Options** and switch your profile profile to **High Performance** to stop the server from aggressively parking the PCIe slots. 4. Exit the Emby desktop tray app entirely, clear the old hardware performance cache by deleting the `%appdata%\Emby-Server\programdata\cache\ffmpeg` folder, and restart Emby Server. ### The Verdict Once Emby finishes compiling its new runtime shaders (you will see tiny Compute spikes on your GPU Task Manager graph), head to your Emby dashboard ➔ **Transcoding** ➔ **Advanced**. Your **Preferred Hardware Encoders** will successfully list: * `QuickSync Intel Arc A310 LP Graphics - H.264 (AVC)` * `QuickSync Intel Arc A310 LP Graphics - H.265 (HEVC)` You can now use your standard RDP windows to manage your server freely without losing hardware transcoding capabilities, achieving zero-buffer instant movie scrubbing on smart TVs paired with steady enterprise-class network file transfer speeds!
  20. Luke

    Sudden Broken Images on Mobile Browser and Mobile App

    @hukt_own_fonikzare you still having an issue with this?
  21. Luke

    Up next/continue watching poster view...

    Hi there, please attach the Emby server log from when the problem occurred: How to Report a Problem Thanks!
  22. I just sent 3 different logs from Emby for Android TV on my Shield TV: one for a Seinfeld episode with DD2.0 sound, one for the Descendants movie with DD5.1 sound, and one for The Avengers Age of Ultron with DTS sound. None of these have sound playing anymore. I sent these around 5:25-5:30 PM Eastern time 7-14-2026 using the account, MediaServer.
  23. roymi6

    Up next/continue watching poster view...

    Oh nice, perfect, thanks for the quick response. While I wait on that, do you have any recommendations how I can best resolve my metadata problem? Even a restart of Emby server doesn't seem to resolve the "cancelling connection" issue...
  24. Luke

    Up next/continue watching poster view...

    The upcoming 4.10 release has added the ability to design your own home screen sections, so you can control this.
  25. roymi6

    Up next/continue watching poster view...

    I'm also keen to simply have the posters displayed under the Continue Watching list... even IF I fix my current problem... My underlying reason I was looking for a solution to this is that fanart.tv appears to have some rate limiting that means half way through my metadata scan for all my media it started importing broken links and I'm getting the error: "Cancelling connection to https://assets.fanart.tv/fanart/#WHATEVER#.jpg due to a previous timeout." whenever I try to access one of their images. The problem is now half my content has broken thumbnails links, and I don't seem to be able to resolve it. Emby appears to have cached the fact the link has timed out and doesn't ever try to access the file again, despite the fact I'm able to visit the link directly from the same computer and download it. So basically, everything that now goes into my Continue Watching list ends up with a broken image placeholder. I'm not sure about the best way to go about fixing this... even the metadata manager doesn't really expose the mass editing capability I need to make this a pain free exercise.
  26. Natelanxon

    Windows 11 App Refusing to Load

    Always the early adopter! I didn’t think it would be an issue since the previous version worked fine and other apps also seem stable. If it is an ARM issue then I guess there’s nothing I can do about that.
  27. Natelanxon

    Windows 11 App Refusing to Load

    Yes it’s the ARM64 version of Windows 11
  1. Load more activity
×
×
  • Create New...