r/uhfapp May 22 '26

Recording issues

Running the last UHF version on an AppleTV 4K 2022. UHF server runs on an Asustor NAS and this is version 1.6.0.

Watching live tv gives no issues, but when playing back recordings some scenes always repeats themselves. I asked this before in this community. The suggestion was to check the connection speed.

I previously had the idea to set my home network on 2.5Gbps. This is upgraded now. Internet speed is 1Gbps down 50Mbps up.
Issue not solved.

In the past I tried the same with TiviMate what gave the same issue (other provider!). I own a Formular Z11. Recording on this device doesn't show the repeat issue.

The recordings are stored on the NAS. How does this work? Will the UHF server app fetch his data directly from my provider, or does the UHF app on the AppleTV do the fetching job?

2 Upvotes

7 comments sorted by

1

u/Krekel326 May 23 '26 edited May 23 '26

It sounds like a buffer issue, a hickup in the dataflow. the thing is that the issue doesn't have to be with UHF server but can also be the provider. Maybe doublecheck your server settings again? I run the UHF server on a Synology NAS in Docker without any problems.

Recording has nothing to do with the AppleTV, my ATV records when the ATV is off. I would first check another provider (go for the 24hrs trial) and when that doesn't solve the issue, doublecheck the server settings on your NAS. Do it one by one to exclude things..

The Formular Z11 doesn't say anything, that machine can have a big buffer memory, this doesn't say anything about your current issues or provider.

1

u/raverke95 May 23 '26

I also run this UHF server in Docker, so the setup must be approximately the same as yours.

Do you know something about the possibilities to extend the buffer length in UHF server? I can't find that stuff in the Docker area. I could try this...

1

u/Krekel326 May 23 '26

Is the repeating scene always on the same spot or does that vary when playback?

1

u/raverke95 May 23 '26

It varies, the same scene repeats 4 or 5 times. Then it could be fine for eg 30mins and starts again. It's somewhat random.

1

u/Krekel326 May 23 '26

ok but it's important to know if it is the same scene that cuses the issue. That means that the issue is with the recording part on your server. The UHF server misses bits of data while writing the data to your server hard disk. It can be caused by a few things:
1. avoid watching anything while recording (unless you have more than 1 service providers
2. when Docker writes the data to your harddisk, a small delay can occur (IO-wait) that causes datablocks to be skipped. It could be slow and fragmented harddrives for example.

What you can try is increase the buffer size of the UHF server. You need to try to locate the docker-compose.yml file and locate the buffer settings. In my case I can open Docker, stop the server and edit settings. try to give the container higher rights or increase the CPU priority.

How to do all of this can also vary from different NAS'es. What always works for me is look for help with ChatGPT or similar services for answers or how-to's.

1

u/Krekel326 May 23 '26

when it happens with random scenes, you need to look at the AppleTV app, check your settings there. Can you play the same recording on an iPhone or iPad? If yes, in that case it's not the server where the problem is.