All Activity
- Past hour
-
manonpelletier69@hotmail.com joined the community
-
晓灬新 joined the community
-
Jean73 joined the community
-
👛biggiecheese joined the community
-
Emby Beta 4.10.0.15+: Crashing due to Out of Memory on DS918+ Package Center Install
DarWun replied to DarWun's topic in Synology
@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. -
吴先生您好 joined the community
-
A new approach to making IPTV behave more like traditional tuners
PowerCC replied to PowerCC's topic in Third Party Apps
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. -
Littlered joined the community
-
alexbalbino joined the community
-
rubelchy joined the community
-
Emby Beta 4.10.0.15+: Crashing due to Out of Memory on DS918+ Package Center Install
DarWun replied to DarWun's topic in Synology
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. -
A complicating factor now is the fact that neither collections nor playlists have a strict, defined order. So, what is "next"...?
-
a9eel-- joined the community
-
Emby Beta 4.10.0.15+: Crashing due to Out of Memory on DS918+ Package Center Install
sa2000 replied to DarWun's topic in Synology
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 -
Emby Beta 4.10.0.15+: Crashing due to Out of Memory on DS918+ Package Center Install
sa2000 replied to DarWun's topic in Synology
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 -
Include playlists and collections in "Next Up"
Sarakha63 replied to crusher11's topic in Feature Requests
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! - Today
-
Emby Beta 4.10.0.15+: Crashing due to Out of Memory on DS918+ Package Center Install
DiabboVerdde replied to DarWun's topic in Synology
You're right @DarWun, there are many similiarities. It's not something of DSM or even Emby version, because I'm using the latest "production" version of Emby while you are using the beta. I thought about installing an older version of Emby but I'm unsure this will solve the problem. It is definitely linked to the periodoc library scans/validation/refresh, which I have set for every 30 minutes on my server. Something related to this process is allocating a lot of memory and not giving it back. The scan of all my library takes about 2 minutes and then the process returns to "sleeping" state. When the problem is happening, during the scan the memory is allocated and never de-allocated so it will stay at that same level until the next execution and so on... until a few hours later it eats up all the memory in the box and the kernel kills emby. it is happening again here as we speak. I am collecting as much data as I can but I don't think we mere mortals have access to what this library scan process does under the hood so we probably need someone from Emby to take a look. I have all logs created by Emby plus the full history of memory usage and allocation... everything. Here's how it's looking right now: "Emby" is how much memory the process is using right now, "Emby HighWaterMark" is the maximum amount of memory ever used by the process. I use it as a kill/restart detector. It only goes down if the process dies and a new process is opened for Emby. And "Total Used" is the total memory usage for the Synology box. The library scans happen with no issue, allocating and de-allocating memory just fine for some time, then the mysterious thing happen and from that moment on it can't deallocate memory anymore. And it will keep eating up more and more memory until the OS kills it. This is a challenging debug. But I feel the Emby logs alone don't have all the information to help me isolate what is the exact thing that's screwing the library scans. Anyway I have plenty of debug logs if anyone wants to take a crack at it. -
Emby for Android on Shield TV no longer passing through dolby digital 5.1 or DTS
ebr replied to Kramerika's topic in Android TV / Fire TV
Thanks very much for those logs. I think I can get the app producing audio again but you guys with very limited audio support setups (like using an optical connection) will probably be better off using the standard app. Thanks. -
Hi, there's already an open request for this or something functionally equivalent. Please join in and contribute to the existing discussion at:
-
Sarakha63 started following Continue Watching (Collections)
-
Hello, 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!
-
Hi. Please see: Is there a limit to Emby Premiere? You can use the same key on two servers but the devices will be cumulative between them.
-
@SuperCitizenEmbhave you had any chance to work on this further? Something like an Emby plugin would be fantastic
-
all set thanks
-
Imporve photo & Videos playback , Playlists, YouTube and Live TV support
ebr replied to Baghdad's topic in Feature Requests
Hi. Many of your requests are already possible but please post single feature requests in a single topic so we can track them appropriately. Thanks. -
ramseyn started following Cannot access Emby remotely
-
Hi My router was recently reset by my ISP during troubleshooting. I can no longer access Emby remotely. On the NAS I have enabled remote access in NMetwork section I have enabled Remote Access under two user accvounts I have set up a port forward rule on the router ShieldsUp now shows the port (8096) as open. Ping gets no response Attempts to connect through my WAN address result in Emby reporting it is trying to connect to an old instance on another server (at least, the server name is the old server). The old server is at an IP that is not set up in port forwarding. Only the current server is in the port forwarding. If I look at emby.media it shows only my current server. In emby client apps the old server is present as well and I cannot delete it from the list. the documentation talks about Emby Connect but I don't believe I am using this as I have no idea of my Emby Connect name and I cannot find it in my Emby account. So I am just using my WAN address and port number 8096. I used to be able to access using just the IP and port... embyserver (7).txt
-
Emby Beta 4.10.0.15+: Crashing due to Out of Memory on DS918+ Package Center Install
DarWun replied to DarWun's topic in Synology
Actually, there are some similarities to the issue I reported originally. On my NAS the scheduled task for "Scan media library" was set to run every six hours. Throughout the day it would execute automatically without an issue. Memory usage remained stable. But when I ran the task manually first thing in the morning after the NAS had sat idle overnight memory usage immediately jumped from 1GB to 2GB. The DS918+ only has 4GB of ram, and that sudden jump brings total memory utilized to around 90%. If I do anything else in Emby while that is happening, like navigating from the Dashboard to the Home screen, Emby will become unresponsive. Usually Emby shutdown at that point due to an OOM event. A couple of times recently it was able to recover and the memory was released, usually within the next 30minutes provided I didn't do anything else in Emby. For me, this only started happening within the last month. It is occurring fairly frequently now (every couple of days). It occurs first thing in the morning after the NAS has sat idle overnight. You identified that "The process is usually sleeping after the scan completes while still holding all of the allocated memory." When the memory usage spike occurred again this morning, I checked the process status. Emby was sleeping. One thing I noticed is that you are still on DSM 7.3.2. I started seeing the issue just after updating to DSM 7.4-90075. That was coincidentally around the same time that I updated to Emby Beta 4.10.0.15. So I couldn't rule out that it was the DSM upgrade that was the culprit. The fact that you are seeing this on an earlier version of DSM might be evidence that the newer version of DSM is not the culprit. -
I played around a bit with the various settings and enabled that function as well. However, it seems I didn't anticipate the result and forgot where I had activated it. I find the description of the function isn't entirely clear. But now ... I know
-
Really disappointing that this issue is not being taken care of.
-
2.2.8 is still the currently released version. New version is still in testing with Samsung, it's taking them a while this time. There should be an update for 2018 models as well
-
solved it by making brand new files, so whatever junk tags were hidden somewhere got purged.
-
That's where most of my movies are. Only a few are being recognized. Just about seven...
-
What year/model tv do you have? I've got the same release which is almost a year old on my 2018. In the past Luke has had to do a special request for TVs older than 4 years as Samsung stops supporting older models (though the most recent models now get 7 years support).
-
I've now checked the tags in every single piece of software I can find (musicbrainz picard, NTag, Kid3, Puddletag) and none of them display any problems with the musicbrainz tags. I don't know what to do. Could ffprobe be incorrect?
-
SamES started following Weird skipping on media
-
t doesn't sound like anything I've heard of before. Sounds like your drives might be a good place to start. You can also post server logs with an example in case there is anything useful that might identify a cause.
