Skip to content

Commit

Permalink
add speex streams
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/svn/nwr/trunk@56 103c2249-d0a5-da11-ade6-0050bffea3d9
  • Loading branch information
greg committed Mar 26, 2003
1 parent 95a3eab commit 5220086
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
./rec -s - | \
./demux \
"./splitter \
\"./streamer -c wwf91.conf\" \
\"./streamer -c wwf91.mp3.conf\" \
\"./streamer -c wwf91.speex.conf\" \
\"./capture -d /public/file/0/nwr/wwf91 -l wwf91.capture.log -s \\\"./alert wwf91\\\" -\" \
\"./log /public/greg/nwr/wwf91\"" \
"./splitter \
\"./streamer -c wxk27.conf\" \
\"./streamer -c wxk27.mp3.conf\" \
\"./streamer -c wxk27.speex.conf\" \
\"./capture -d /public/file/0/nwr/wxk27 -l wxk27.capture.log -s \\\"./alert wxk27\\\" -\" \
\"./log /public/greg/nwr/wxk27\""
File renamed without changes.
9 changes: 9 additions & 0 deletions wwf91.speex.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Server weather.hewgill.net
Port 8012
Log wwf91.speex.streamer.log
Encoder speexenc --rate 11025 --quality 1 - -
Content-Type audio/x-speex
MaxClients 10
#Name NOAA Weather Radio: Llano, TX (WWF91 162.425 MHz)
#Genre Weather
#URL http://www.hewgill.com/nwr/
File renamed without changes.
9 changes: 9 additions & 0 deletions wxk27.speex.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Server weather.hewgill.net
Port 8011
Log wxk27.streamer.log
Encoder speexenc --rate 11025 --quality 1 - -
Content-Type audio/x-speex
MaxClients 10
#Name NOAA Weather Radio: Austin, TX (WXK27 162.400 MHz)
#Genre Weather
#URL http://www.hewgill.com/nwr/

0 comments on commit 5220086

Please sign in to comment.