1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
Source: glasscoder
Section: sound
Priority: optional
Maintainer: Kyle Robbertze <paddatrapper@debian.org>
Build-Depends: debhelper-compat (= 13),
debhelper,
qtbase5-dev,
qtchooser,
libsamplerate0-dev,
libssl-dev,
libtag1-dev,
libmp3lame-dev,
libopus-dev,
libcurl4-openssl-dev,
libvorbis-dev,
libasound2-dev,
libtwolame-dev,
libsndfile1-dev,
libjack-jackd2-dev,
zlib1g-dev,
docbook-xsl,
docbook-xml,
xsltproc,
python3
Standards-Version: 4.6.1
Homepage: https://github.com/ElvishArtisan/GlassCoder
Vcs-Browser: https://salsa.debian.org/debian/glasscoder
Vcs-Git: https://salsa.debian.org/debian/glasscoder.git
Rules-Requires-Root: no
Package: glasscoder
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: python3, python3-requests, glassgui
Description: minimalist audio encoder for generating live streams
GlassCoder is a minimalist audio encoder for IceCase and Soutcase
streaming servers as well as HTTP Live Streaming (HLS). It supports
the following audio sources:
.
Advanced Linux Sound Architecture (ALSA)
File Streaming (FILE)
JACK Audio Connection Kit (JACK)
.
The base GlassCoder streamer component utilizes no configuration files or
GUI interface whatsoever; with the 'user interface' consisting entirely of
the command-line invocation. As such, it is well suited for use cases where
the encoder is completely driven by an external system or script.
.
The following audio codecs are supported:
.
MPEG-1/1.5 Layer 3 ('MP3')
Ogg Opus
Ogg Vorbis
PCM16
.
Also included is GlassGui, a graphical point-and-click interface that can
be used to drive GlassCoder or generate command-line invocations that
can be copy/pasted to other systems
Package: glassgui
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, glasscoder
Suggests: python3, python3-requests
Description: minimalist audio encoder GUI for generating live streams
GlassCoder is a minimalist audio encoder for IceCase and Soutcase
streaming servers as well as HTTP Live Streaming (HLS). It supports
the following audio sources:
.
Advanced Linux Sound Architecture (ALSA)
File Streaming (FILE)
JACK Audio Connection Kit (JACK)
.
The base GlassCoder streamer component utilizes no configuration files or
GUI interface whatsoever; with the 'user interface' consisting entirely of
the command-line invocation. As such, it is well suited for use cases where
the encoder is completely driven by an external system or script.
.
The following audio codecs are supported:
.
MPEG-1/1.5 Layer 3 ('MP3')
Ogg Opus
Ogg Vorbis
PCM16
.
This package contains GlassGui, a graphical point-and-click interface that
can be used to drive GlassCoder or generate command-line invocations that
can be copy/pasted to other systems
|