search for: elvishartisan

Displaying 5 results from an estimated 5 matches for "elvishartisan".

2024 Mar 21
1
Education - 1, 000s, 100, 000's, Millions of listeners. (What kind of infrastructure)
On Mar 21, 2024, at 9:02?AM, gARetH baBB <hick.icecast at gink.org> wrote: > Or you could just use ffmpeg: Since we?re discussing HLS encoder options, there is also: https://github.com/ElvishArtisan/GlassCoder Which does not require LiquidSoap, ffmpeg or even Icecast. Just aim it at a web server or CDN publishing point. Cheers! |---------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | |...
2020 Jan 27
2
Server
On Sun, Jan 26, 2020 at 09:29:39AM -0500, Rondejavu wrote: > I’ve got ogg streaming to some devices. But, I can’t get a second > mount source to deliver mp3. Can anyone provide an example > server-type command and/or source html syntax? Using Icecast2/Ices2 Ices2 doesn't do MP3. You might want to use darkice or liquidsoap instead. -- Paul Martin <pm at nowster.me.uk>
2020 Jan 27
0
unsubscribe
...ht expiration on the MP3 format that could affected it’s use in Ices. MPEG-1 Layer III (popularly known as ‘MP3’) has been patent clear since 16 April 2017. One other live encoder option that supports both OggVorbis and OggVorbis as well as MP3 is GlassCoder: https://github.com/ElvishArtisan/GlassCoder/ Cheers! |---------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |---------------------------------------------------...
2020 Jan 27
1
Server
...about the copyright expiration on the MP3 format that could affected it’s use in Ices. MPEG-1 Layer III (popularly known as ‘MP3’) has been patent clear since 16 April 2017. One other live encoder option that supports both OggVorbis and OggVorbis as well as MP3 is GlassCoder: https://github.com/ElvishArtisan/GlassCoder/ Cheers! |---------------------------------------------------------------------| | Frederick F. Gleason, Jr. | Chief Developer | | | Paravel Systems | |-----------------------------------------------------------...
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