Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Which browser supports flac https://caniuse.com/flac
  3. Natelanxon

    Windows 11 App Refusing to Load

    Great - will do. Thanks!
  4. softworkz

    Windows 11 App Refusing to Load

    The new beta has been published and it has an ARM64 package now. Please follow the instructions on the beta portal to get it installed.
  5. Mibok

    gestion numero licencias y usuarios

    I have a related question. If the same device connects to two different Emby servers, is it counted as one device or two? For example, if I have one server running the stable version and another running the beta version, and I connect to both from the same smartphone, how many device slots does that use?
  6. That's more or less when I noticed it was happening to me too. I got to Kodi to watch something and it said the Emby server was offline... I checked Synology and it was. Had to start it manually a few times. Now I have to start it manually at least once a day, as sometimes when this crash happens Synology package manager doesn't bring Emby back up automatically. Sometimes it does. But i take this is a Synology thing and not an Emby thing. I thought about setting a job to restart emby once a day, but that's pointless. I rather work towards a real solution, that's when I started collecting logs. Now sa2000 has all my logs. Hopefully he (she?) can see something I'm not seeing and find out what's causing this.
  7. @sa2000I have sent you my logs via DM, and I also sent you my script that's collecting the statistics. I have been scanning every 30 minutes since I installed emby years ago and never had any issues. That's mostly because the hardware is powerful and largely underutilized. I have 32G of ram and until this problem started emby had never used more than 1GB RAM even under heavy stress (serving simultaneous 4K videos to all four KODIs in the house while scanning at the same time). This points to something new, introduced by a plugin or one of the latest updates, as I keep my emby version up to date as much as I can. Thanks for looking at my logs! I hope they're useful and lead to a solution of this issue to us all!
  8. But I want FLAC to be played by default. I don't want to have to convert the format every time just because of a browser.
  9. TJBTOPJOCK

    How to edit the EMBY Home Screen on my TV?

    See attachment, one folder automatically plugged in an image while the other did not.
  10. Luke

    All library flles not displayed

    What was the solution?
  11. Hi that’s odd. The browser must be reporting that it supports it. The next release will have a section in settings to force transcoding of certain formats so you can use that.
  12. The date issues for non-US users also bothered me. Air Date Fixer is created from the ground up. The Alpha plugin is about 97% done, just a few more tweaks.
  13. Description: I found what appears to be an issue with codec detection or playback profile matching in Emby Server 4.9.5.0. Environment: Emby Server: 4.9.5.0 Platform: ReadyNAS (Linux) Client: Emby Web Browser: Sony Vewd Browser (OMI) User-Agent: Mozilla/5.0 (Linux; Android 12; BRAVIA 4K VH22) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.120 Safari/537.36 OMI/4.25.1.92.StableAVB_Sony.1 Problem: The Sony Vewd browser is unable to play FLAC audio. However, Emby does not transcode FLAC to AAC (or another supported codec). Instead, it serves the original FLAC file directly, causing playback to fail. Audio transcoding is enabled for the user. Expected behavior: Since the browser does not support FLAC playback, Emby should automatically transcode the audio to AAC (or another supported format). Actual behavior: The playback request is made through the UniversalAudioService with: AudioCodec=aac but the server responds with: Content-Type: audio/flac The original FLAC stream is sent instead of a transcoded AAC stream. Relevant log excerpts: User policy: EnableAudioPlaybackTranscoding: True GET /emby/Audio/.../universal ... AudioCodec=aac Response: Content-Type: audio/flac Additional information: The issue only occurs with the Sony Vewd browser. Other clients (Android TV app, desktop browsers, etc.) work as expected. It appears that Emby incorrectly assumes that the Vewd browser supports FLAC playback, or the browser's playback profile incorrectly advertises FLAC support. Could this be a bug in the Vewd browser device profile or codec detection logic? embyserver_sanitized.txt
  14. Today
  15. Sarakha63

    Include playlists and collections in "Next Up"

    the order you use to display them inside a collection..... and even if let's say you dont want to bother with the order just something like A collection you started has Unwatched elements and so you just display directly the collection and up to the user when he sees that to say "oh 'im missing a "Scream movie" i havent seen then click and he will see the elements within that collection and launch the one he wants if he misses more than one but its actually sad to have a media center and forgetting about some Collections that have a new movie released in it or that we havent finished..... and as the actual home screen continue watching we can hide an occurence if we want
  16. And delete the server data folder: Emby Server Data Folder if you have an issue on the beta channel make sure to report it in the testing area. thanks.
  17. Right that’s why I asked this. What did it show before?
  18. Luke

    error on the "home" screen

    Hi there, please attach the Emby server log from when the problem occurred: How to Report a Problem Thanks!
  19. Luke

    Episoden Thumbnail/Bildchen funzt nicht

    What does the description tell you?
  20. FourCorners

    What have you been watching ?

    Swamp people
  21. @sa2000FYI, the memory spike occurred this morning again on the first scan of the morning. The previous scan had occurred six hours prior. What was different this time is it occurred while I was running scans of specific libraries instead of doing a manual scan using the scheduled task. And it was during scans of the movie/collections/playlists libraries. I didn't have debug logging turned on in Emby, and I wasn't running the memory usage script at the time. So unfortunately I don't have any detailed logs or a csv of the memory usage to provide. Anyway, I suspect you will get much better input from @DiabboVerddegiven the thoroughness of their past posts. But let me know if there is anything I else I can do to help troubleshoot this.
  22. Great question @flashls82I actually see this fitting in as both a perfect companion to Dispatcharr and a lightweight alternative to it. Dispatcharr is great at the big-picture stuff, like managing multiple providers and failover routing. The problem is that Emby, Channels DVR, and Jellyfin (this isn't isolated to just Emby) still kill streams and ruin recordings during those tiny gaps when Dispatcharr is swapping sources. If you feed Dispatcharr’s output through my solution, it acts as a shock absorber. During a stream stall or source swap, it holds the pipe open and feeds the DVR an outage slate. Dispatcharr gets all the time it needs to switch, the client never detects a dead socket, and your recordings stay completely safe. (And if you don't need multi-provider routing at all, it works perfectly as a standalone, lightweight watchdog proxy). On the technical side, the engine is built on a custom, hardware-accelerated stream orchestration layer. Processing feeds, generating slates, and managing the ring buffers for each virtual tuner—which run directly in RAM for maximum performance (highly preferred)—are all offloaded to the GPU (AMD AMF, Intel QuickSync, NVIDIA NVENC, and Apple VideoToolbox). There is a software libx264 fallback and a direct -copy option for raw MPEG-TS passthrough for setups without hardware, but they run in a more limited capacity just to stitch the stream and the slate. GPU is the gold standard here. It stops your CPU from choking when running multiple recording sessions, and it transcodes everything into a standardized, highly compatible stream. Because of that, timeline seeking and scrubbing on your clients becomes smooth as butter.
  23. Well, that part is is discouraging. I just rolled back to Beta 4.10.0.11 to see if the issue occurs as frequently as does it after updating to 4.10.0.15 and beyond. If you're seeing the issue on the Stable release, I suspect I'm not likely to see anything different. It is very strange that this only started occurring for me mid-June. I don't recall this occurring prior to that. Or at least if it occurred I wasn't aware of it as Emby didn't crash. I checked Resource Monitor memory usage over the past six months. And although I can't see specifically what Emby's memory usage is, I can see that there aren't any sudden spikes in memory prior to mid-June. Having said that, if the spike occurred and memory was returned shortly afterwards it probably wouldn't show up.
  24. A complicating factor now is the fact that neither collections nor playlists have a strict, defined order. So, what is "next"...?
  25. You can send me logs and memory usage logging and I will have a look and see if there are clues as to why sometimes the scans lead to this
  26. I know there is a problem with frequent scheduled scans and that is why, whilst this issue remains, the advice I have been given is to have very infrequent periodic scans. Normally a number of hours would be needed of not doing any scans before any memory gets purged So suggestion is to set the frequency as once daily or not have it automatic and manually scan specific libraries The first scan after the launch of emby server always uses up more memory than subsequent scans. The gap between scans needs to be high to allow memory to get released It has been seen that sometimes memory does start climbing and climbing - but a period of no activity should result in memory being released - that may vary from one OS to another and the releasing of memory may only happen on some when there is need for it
  27. Sarakha63

    Include playlists and collections in "Next Up"

    I have a simple feature request. Currently, the "Continue Watching" section on the home screen displays series that have unwatched episodes remaining and movies that have been started but not finished. It would be great to have a "Sagas to continue" section (or to include this logic within the existing "Continue Watching" section). Essentially, if a movie within a collection has been watched, but there are still unwatched movies in that same collection, the system should display the first unwatched movie from that saga in the "Continue Watching" list. I think another section that one could hide or show is the best option, but at least in theexisting section. Thank you!
  1. Load more activity
×
×
  • Create New...