diff --git a/go b/go index 31b6ba6..7cfd8cd 100755 --- a/go +++ b/go @@ -5,10 +5,12 @@ "./splitter \ \"./streamer -c wwf91.mp3.conf\" \ \"./streamer -c wwf91.speex.conf\" \ + \"./streamer -c wwf91.vorbis.conf\" \ \"./capture -d /public/file/0/nwr/wwf91 -l wwf91.capture.log -s \\\"./alert wwf91\\\" -\" \ \"./log /public/greg/nwr/wwf91\"" \ "./splitter \ \"./streamer -c wxk27.mp3.conf\" \ \"./streamer -c wxk27.speex.conf\" \ + \"./streamer -c wxk27.vorbis.conf\" \ \"./capture -d /public/file/0/nwr/wxk27 -l wxk27.capture.log -s \\\"./alert wxk27\\\" -\" \ \"./log /public/greg/nwr/wxk27\"" diff --git a/wwf91.vorbis.conf b/wwf91.vorbis.conf new file mode 100644 index 0000000..dd1175d --- /dev/null +++ b/wwf91.vorbis.conf @@ -0,0 +1,9 @@ +Server weather.hewgill.net +Port 8032 +Log wwf91.vorbis.streamer.log +Encoder oggenc -Q -r -B 16 -C 1 -R 11025 -q 0 - +Content-Type application/x-ogg +MaxClients 10 +#Name NOAA Weather Radio: Llano, TX (WWF91 162.425 MHz) +#Genre Weather +#URL http://www.hewgill.com/nwr/ diff --git a/wxk27.speex.conf b/wxk27.speex.conf index 67bd154..541ad24 100644 --- a/wxk27.speex.conf +++ b/wxk27.speex.conf @@ -1,6 +1,6 @@ Server weather.hewgill.net Port 8011 -Log wxk27.streamer.log +Log wxk27.speex.streamer.log Encoder speexenc --rate 11025 --quality 1 - - Content-Type audio/x-speex MaxClients 10 diff --git a/wxk27.vorbis.conf b/wxk27.vorbis.conf new file mode 100644 index 0000000..812e7ba --- /dev/null +++ b/wxk27.vorbis.conf @@ -0,0 +1,9 @@ +Server weather.hewgill.net +Port 8031 +Log wxk27.vorbis.streamer.log +Encoder oggenc -Q -r -B 16 -C 1 -R 11025 -q 0 - +Content-Type application/x-ogg +MaxClients 10 +#Name NOAA Weather Radio: Austin, TX (WXK27 162.400 MHz) +#Genre Weather +#URL http://www.hewgill.com/nwr/