ApexArray
ApexArray
I was able to reproduce the issue using the steps provided. @neilsb is correct that the caching occurs in Roku's code. From the Roku docs on [memory management]:(https://developer.roku.com/docs/developer-program/performance-guide/memory-management.md) >Each unique...
I am also experiencing this issue. Jellyfin server 10.8.8 (docker) Jellyfin Roku client 1.6 Roku 3800x Vizio 1080p TV Tested with every sane transcoding option. Only occurs with HEVC 4k...
It looks like this issue has gone under the radar, so I decided to take a stab at it. I dug into the source code and documentation today and I...
Actually, I did some more testing and it wasn’t the max width that fixed it. I think I these are the lines that fixed it. ``` { "Condition": "LessThanEqual", "Property":...
I set a breakpoint in the debugger and found that the device is actually running out of memory:  Roku provides a function [EnableLowGeneralMemoryEvent](https://developer.roku.com/en-gb/docs/references/brightscript/interfaces/ifdeviceinfo.md#enablelowgeneralmemoryeventenabled-as-boolean-as-dynamic) to subscribe to low memory events....
@Shadowghost you might have missed my last comment. High bitrates are causing the device to run out of memory.
Okay, I think I finally got to the crux of the issue. According to [this chart](https://developer.roku.com/en-gb/docs/specs/media/streaming-specifications.md#supported-video-codecs), Roku devices only support h264 "up to 10Mpbs", and h265 "up to 40Mpbs". with...
I also experienced this issue on a TV show that only contained a single ASS subtitle track. Except mine didn't crash, it buffered to 99% and then timed out after...
After further testing, I've learned the following: 1. Roku automatically picks up the embedded `mkv/3` (ass) track, [even if we don't tell Roku about it](https://developer.roku.com/docs/developer-program/getting-started/architecture/content-metadata.md): 2. Roku assumes embedded subtitle...
Final update on this unless I come across new information. I'm just brain dumping here for future reference. The only way I can reliably get rid of of the offending...