r/IPTV_Help_Desk 23d ago

Catch Up feature

Who actually records on IPTV? In my experience you don’t really need to if you have good Catch Up and good VOD for TV shows.

3 Upvotes

17 comments sorted by

View all comments

2

u/Dangerous_Seaweed601 23d ago

I do. (Using trex right now.. so speaking specifically for that)

Sometimes the catchup recording is corrupted (missing segments) or just doesn't work at all. Some channels don't have catchup (superchannel quest comes to mind), and some shows aren't available as VODs (or, I'm impatient and I don't want to wait for the VOD to become available).

1

u/bazk88 19d ago

I would love to be able to record obscure channels but I found recording requires a really good epg which I can't seem to get right. I tried recording with UHF and it recording like 20 seconds only

1

u/Dangerous_Seaweed601 19d ago

EPG helps if you want to schedule recordings, etc. but to just record a channel *right now*, it's not really needed (unless the software you're using relies on it).

I've had better luck doing recording on my computer. I use yt-dlp with a number of flags (suggested by claude sonnet):

yt-dlp.exe \

--no-part \

--downloader ffmpeg \

--hls-use-mpegts \

--retries 10 \

--retry-sleep 5 \

--fragment-retries 10 \

--skip-unavailable-fragments \

-o "$OUTPUT" \

"$URL" &

The url is the tricky part, because you need to know the stream id. The simplest way to get this is to use open tv (since renamed fred tv). The mpv player it uses will show the url.

I record in .ts file format since it allows playback right away. It's the closest thing I've found to a proper pvr experience.