Skip to content

Commit

Permalink
add vorbis stream
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/svn/nwr/trunk@58 103c2249-d0a5-da11-ade6-0050bffea3d9
  • Loading branch information
greg committed Mar 27, 2003
1 parent 0737a32 commit ddca971
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
2 changes: 2 additions & 0 deletions go
Original file line number Diff line number Diff line change
Expand Up @@ -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\""
9 changes: 9 additions & 0 deletions wwf91.vorbis.conf
Original file line number Diff line number Diff line change
@@ -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/
2 changes: 1 addition & 1 deletion wxk27.speex.conf
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions wxk27.vorbis.conf
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit ddca971

Please sign in to comment.