Re: "I wrote a program to record streams from HLS, in case it isβ¦"
In: u/zzo38
You are right that I did not add any handling of fragmented MP4 (or anything else relating to framing); it is something that I should add if I know how to do it. I have not had a problem with keeping all of the ID3 tags though; it seems to play without stripping the ID3 tags. Many features are not implemented yet (some of which will be separate files, such as the stuff related to TV guide and EIA-608), but it also has some functions different from FFmpeg (as far as I know; but I don't know all of the functions of FFmpeg).
(Another difference is that it does not have as many dependencies as ffmpeg, and should hopefully be simpler to read and to modify.)
π¦ zzo38 [OP]
May 21 Β· 2 days ago
Original Post
π¦ zzo38
I wrote a program to record streams from HLS, in case it is useful to someone. I intended to use so that I could record TV shows and then convert to DVD video format to record onto DVDs, but also may be used to record CBC radio (I do not have a radio receiver on my computer, so I use this instead). It is written in C and it is available in my GitHub account. (Some features are not implemented yet, such as selecting alternative renditions.)
π¬ 2 comments Β· May 20 Β· 3 days ago