1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-06-09 06:10:42 +00:00
ezstream/examples
Moritz Grimm 43e48648fa Refactor configuration (work in progress)
* Move -m and -n command line options into the config file
* Restructure configuration file:
  - Group into "server", "stream", "media", "metadata", "decoders", and
    "encoders"
  - Untangle decoder and encoder:
    o Decoders match on file extensions and convert to a canonical "internal"
      format
    o Encoders create one of the supported stream formats, potentially using
      different parameters (like bitrate)
  - Consistently specify stream format
  - Enable reencoding by selecting an encoder
* Architecturally separate configuration file storage from parsing
  - Allows for different configuration back-ends in the future, like
    YAML, SQL, REST API, ...
* Support roll-back in case of error on (re)load
* Anticipate HTTPS support
2015-05-06 00:38:00 +02:00
..
ezstream_metadata.xml Add new <metadata_refreshinterval/> feature 2015-01-01 23:41:31 +01:00
ezstream_mp3.xml Akos Veres suggested that ezstream should be able to set the login username, 2009-07-22 20:19:38 +00:00
ezstream_reencode_mp3.xml Fix a shell command injection vulnerability in metadata 2015-01-07 22:49:09 +01:00
ezstream_reencode_theora.xml Fix a shell command injection vulnerability in metadata 2015-01-07 22:49:09 +01:00
ezstream_reencode_vorbis.xml Fix a shell command injection vulnerability in metadata 2015-01-07 22:49:09 +01:00
ezstream_stdin_vorbis.xml * Add new configuration example for streaming from standard input. 2007-11-04 13:40:58 +00:00
ezstream_vorbis.xml Akos Veres suggested that ezstream should be able to set the login username, 2009-07-22 20:19:38 +00:00
ezstream-file_template.xml Fix a shell command injection vulnerability in metadata 2015-01-07 22:49:09 +01:00
ezstream-full.xml Refactor configuration (work in progress) 2015-05-06 00:38:00 +02:00
Makefile.am Untangle compatibility code 2015-02-27 22:42:51 +01:00
meta.sh Add a more fancy playlist script. 2009-08-28 15:55:13 +00:00
play.sh Add a more fancy playlist script. 2009-08-28 15:55:13 +00:00
playlist-logger.sh Listen to my own documentation: the end-of-playlist case is indicated by an 2009-08-29 09:12:53 +00:00