diff --git a/conf/Makefile.am b/conf/Makefile.am index 8ae5254..0a9fd79 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -2,4 +2,9 @@ AUTOMAKE_OPTIONS = foreign -EXTRA_DIST = ezstream_mp3.xml ezstream_reencoding_example_mp3.xml ezstream_reencoding_example_theora.xml ezstream_reencoding_example_vorbis.xml ezstream_vorbis.xml +CLEANFILES = core *.core *~ .*~ + +examplesdir = @EXAMPLES_DIR@ +dist_examples_DATA = ezstream_mp3.xml ezstream_reencoding_example_mp3.xml \ + ezstream_reencoding_example_theora.xml \ + ezstream_reencoding_example_vorbis.xml ezstream_vorbis.xml diff --git a/conf/ezstream_mp3.xml b/conf/ezstream_mp3.xml index 29d9ece..3da84eb 100644 --- a/conf/ezstream_mp3.xml +++ b/conf/ezstream_mp3.xml @@ -1,24 +1,31 @@ - + http://localhost:8000/stream hackme MP3 playlist.m3u - - My Stream - http://www.oddsock.org + + My Stream + http://www.oddsock.org RockNRoll This is a stream description - 128 - - + 128 2 44100 - 1 + + 0 diff --git a/conf/ezstream_reencoding_example_mp3.xml b/conf/ezstream_reencoding_example_mp3.xml index 6476854..f787ed9 100644 --- a/conf/ezstream_reencoding_example_mp3.xml +++ b/conf/ezstream_reencoding_example_mp3.xml @@ -1,79 +1,79 @@ - + http://localhost:8000/stream hackme - + MP3 - tracks.m3u - - My Stream - http://www.oddsock.org + playlist.m3u + + 0 + + My Stream + http://www.oddsock.org RockNRoll This is a stream description - 128 - - - 2 - 44100 - 1 + 56 + 1 + 220500 + + 0 - 1 - + + 1 + - - THEORA - .avi - ffmpeg2theora -x 192 -y 128 -a -1 -v 0 "@T@" -o - + + FLAC + .flac + flac -s -d --force-raw-format --sign=signed --endian=little -o - "@T@" + - - THEORA - .mpg - ffmpeg2theora -a -1 -v 2 "@T@" -o - + + MP3 + .mp3 + madplay -o raw:- "@T@" + lame -r -x -b 56 -s 44.1 --resample 22.05 -a - - + + + + VORBIS + .ogg + oggdec -R -o - "@T@" + oggenc -r -q 1.5 --resample=44100 -t "@M@" - - - - FLAC - .flac - flac -s -d --force-raw-format --sign=signed --endian=little "@T@" -o - - Not supported Yet - - - - MP3 - .mp3 - madplay -o raw:- "@T@" - lame -r -x -b 56 -s 44.1 --resample 22.05 -a - - - - - - VORBIS - .ogg - oggdec --raw=1 "@T@" -o - - oggenc -Q -r -q 0 --resample=44100 --downmix -t "@M@" -c STREAMER=ezstream - - - diff --git a/conf/ezstream_reencoding_example_theora.xml b/conf/ezstream_reencoding_example_theora.xml index d75d8a9..d0b1bc3 100644 --- a/conf/ezstream_reencoding_example_theora.xml +++ b/conf/ezstream_reencoding_example_theora.xml @@ -1,58 +1,71 @@ - + http://localhost:8000/theora.ogg hackme - + THEORA - tracks.m3u - - My Stream - http://www.oddsock.org - RockNRoll + playlist.m3u + + + + My Stream + http://www.oddsock.org + Documentary This is a stream description - 128 - - + 200 2 44100 - 1 + + - 1 - + + 1 + - - THEORA - .avi - ffmpeg2theora -x 192 -y 128 -a -1 -v 0 "@T@" -o - + + THEORA + .avi + ffmpeg2theora -x 192 -y 128 -a 0 -v 4 --title "@M@" -o - "@T@" - - THEORA - .mpg - ffmpeg2theora -a -1 -v 2 "@T@" -o - + THEORA + .mpg + ffmpeg2theora -x 192 -y 128 -a 0 -v 4 --title "@M@" -o - "@T@" - diff --git a/conf/ezstream_reencoding_example_vorbis.xml b/conf/ezstream_reencoding_example_vorbis.xml index d28e505..590b6ac 100644 --- a/conf/ezstream_reencoding_example_vorbis.xml +++ b/conf/ezstream_reencoding_example_vorbis.xml @@ -1,74 +1,75 @@ + http://localhost:8000/vorbis.ogg hackme - + VORBIS - tracks.m3u - - My Stream - http://www.oddsock.org + playlist.m3u + + 1 + + My Stream + http://www.oddsock.org RockNRoll This is a stream description - 128 - - + 88 + 1.5 2 44100 - 1 + + 1 - 1 - + + 1 + - - THEORA - .avi - ffmpeg2theora -x 192 -y 128 -a -1 -v 0 "@T@" -o - + + FLAC + .flac + flac -s -d --force-raw-format --sign=signed --endian=little -o - "@T@" + - - THEORA - .mpg - ffmpeg2theora -a -1 -v 2 "@T@" -o - + + MP3 + .mp3 + madplay -o raw:- "@T@" + lame -r -x -b 56 -s 44.1 --resample 22.05 -a - - + + + + VORBIS + .ogg + oggdec -R -o - "@T@" + oggenc -r -q 1.5 --resample=44100 -t "@M@" - - - - FLAC - .flac - flac -s -d --force-raw-format --sign=signed --endian=little "@T@" -o - - Not supported Yet - - - - MP3 - .mp3 - madplay -o raw:- "@T@" - lame -r -x -b 56 -s 44.1 --resample 22.05 -a - - - - - - VORBIS - .ogg - oggdec --raw=1 "@T@" -o - - oggenc -Q -r -q 0 --resample=44100 --downmix -t "@M@" -c STREAMER=ezstream - - - diff --git a/conf/ezstream_vorbis.xml b/conf/ezstream_vorbis.xml index 092bc7a..9ac1eb2 100644 --- a/conf/ezstream_vorbis.xml +++ b/conf/ezstream_vorbis.xml @@ -1,19 +1,29 @@ - + http://localhost:8000/vorbis.ogg hackme VORBIS playlist.m3u - My Stream - http://www.oddsock.org + + My Stream + http://www.oddsock.org RockNRoll This is a stream description - 192 - 4.0 + 96 + 2.0 2 44100 - 1 + + 1