hurricanehrndz

Community Developer
  • Posts

    451
  • Joined

  • Last visited

Everything posted by hurricanehrndz

  1. In terms of Intel quick sync, although supported by ffmpeg, to actually get quick sync working you need a specific kernel and specific distribution. It is so specific that most projects do not see it worth the effort investing in. Sent from my ONEPLUS A3000 using Tapatalk
  2. I'm pretty sure it is already enabled in the beta releases. Sent from my ONEPLUS A3000 using Tapatalk
  3. Yes the netcore will have support for hardware decoding. Due to time constraints I'm no longer the main developer of this container. So issues should be posted on emby's forums. I'm not sure the other developer monitors this thread. Sent from my ONEPLUS A3000 using Tapatalk
  4. Sorry, I haven't had much time to take a look at this. There are some forks our there. Sent from my ONEPLUS A3000 using Tapatalk
  5. Please post in the emby forums. This a spcific emby issue.
  6. We are currently working on this a lot. There is a lot of focus on this, thank you for your patience Sent from my ONEPLUS A3000 using Tapatalk
  7. Just glad it is all working for you. Always check the docker hub when in doubt. Builds and updates should be available within the hour, it is all automatic, so if you don't see it please post here.[emoji1] Sent from my ONEPLUS A3000 using Tapatalk
  8. It was updated 5 hrs ago: https://hub.docker.com/r/emby/embyserver/tags/ At the same time the update was published on github: https://github.com/MediaBrowser/Emby/releases I'm not sure how much faster you want it.
  9. We hope to have an update within the next 3 days. Sorry for the delay. Sent from my ONEPLUS A3000 using Tapatalk
  10. It's to be released some time in the summer Sent from my ONEPLUS A3000 using Tapatalk
  11. Plex has also had their own implementation of ffmpeg for a long time this is something new for us. For now you can probably do some manual workarounds, such as map the device, set the permissions and install ffmpeg from packman. Sent from my ONEPLUS A3000 using Tapatalk
  12. At this moment not, I'm currently working on it. I hope to have it done by this summer. Sent from my ONEPLUS A3000 using Tapatalk
  13. Usb3 works too Sent from my ONEPLUS A3000 using Tapatalk
  14. Use drive one for now if you have to, but please consider a cache Sent from my ONEPLUS A3000 using Tapatalk
  15. I would not use the flash drive. I would seriously consider using cache drive, that is pretty much where everyone put everything, even an old 80gb dirve will do. Sent from my ONEPLUS A3000 using Tapatalk
  16. Cache drive is the recommendation Sent from my ONEPLUS A3000 using Tapatalk
  17. There is only one database. I hope you made a backup of the original database from the phaze plugin. Anyhow the statement you need to execute would look something like this: sqlite3 /config/data/library.db "UPDATE TypedBaseItems SET data = CAST(REPLACE(CAST(data AS TEXT), '/mnt/cache/appdata/Embyserver', '/config') AS BLOB)"
  18. Emby theater supports madvr as far as I know. I'm not sure if emby itself does, please ask in the official forums. Sent from my ONEPLUS A3000 using Tapatalk
  19. The sqlite database needs the config location remapped. If you want I can try and provide the sql statement that will do that. Just be aware that it might not work and that you will need to do this on the command line. Sent from my ONEPLUS A3000 using Tapatalk
  20. Best to ask directly in the emby forums, luke should answer pretty quick Sent from my ONEPLUS A3000 using Tapatalk
  21. This has been fixed Sent from my ONEPLUS A3000 using Tapatalk
  22. This looks like an error with the actual application. Please open an thread on the emby forums within the Linux subthread. Sent from my ONEPLUS A3000 using Tapatalk
  23. Nope, you can try but it will not be official supported by us until we get our own ffmpeg version. The container is ready, it's ffmpeg that is not, the static version does not support hw decoding even though it says it does. Map the dev dri devices as hardware, and within the container add packman repo and then install ffmpeg. We will announce when we have va-api support. Sent from my ONEPLUS A3000 using Tapatalk
  24. We are still working on an ffmpeg version that works with va-api. The container itself should be ready, the hold back is ffmpeg. For unRAID it will be a lot more complicated, because as far as I know the unRAID kernel doesn't load the appropriate kernel module. Can you please post the output of lsmod and what your hardware is. Sent from my ONEPLUS A3000 using Tapatalk
  25. Not yet, sorry. Life keeps me busy Sent from my ONEPLUS A3000 using Tapatalk