Angelo Elias Dal Zotto

Results 8 comments of Angelo Elias Dal Zotto

> It is possible to achieve this, see https://wiki.archlinux.org/title/Swap_on_video_RAM , section FUSE. > > > The vramfs driver code/data is never put in swap. > > This can be achieved...

Could you post here the output of lsusb?

Ok, the device is the same. Please try running as sudo: ``` sudo asrrgb --mode=off sudo asrrgb --color=0000ff ``` This should turn off all leds and then turn on as...

This PR is helpful due to the numerous bugs in LG's HLS. However, killing Dolby Atmos makes it unfit for merging, in my opinion. An alternative is to enable hls.js...

For me, any transcoding breaks. DTS to AAC, for example, sends 6 channels but the receiver gets only stereo. I've reported similar issues at #6522 that I am now thinking...

I don't know if this would work, but using another HLS implementation could solve other related problems, such as DV skipping and stuttering?

I've made a small change to jellyfin-web, which confirms the problem is LG's HLS implementation. I've changed [this line](https://github.com/jellyfin/jellyfin-web/blob/30a76ad0bf709b91b93150d959006bc2557561d0/src/components/htmlMediaHelper.js#L53) to return 'true' The following differences were observed: * fMP4 now...

It would fix your problem since the root cause is the same. But I'm still afraid that using hls.js could cause new issues, as stated above. Someone with more knowledge...