Displaying 2 results from an estimated 2 matches for "171c7bac".
2024 Mar 21
1
Education - 1, 000s, 100, 000's, Millions of listeners. (What kind of infrastructure)
...| "Register Allocation in Optimizing Compilers" |
|---------------------------------------------------------------------|
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20240321/171c7bac/attachment.htm>
2024 Mar 21
2
Education - 1, 000s, 100, 000's, Millions of listeners. (What kind of infrastructure)
On Thu, 21 Mar 2024, Wayne Barron wrote:
> Looking through HLS, I found this.
> https://github.com/mbugeia/srt2hls
Or you could just use ffmpeg:
ffmpeg -hide_banner -i "${icecaststream}" -c:a copy -vn -strftime 1
-f hls -hls_time 6 -hls_list_size 10 -hls_segment_filename "${hlspath}radio-%Y%m%d-%s.ts"
-hls_flags delete_segments -segment_format mpegts