Skip to content

Commit

Permalink
add sighttpd-oggstdin.conf example
Browse files Browse the repository at this point in the history
  • Loading branch information
kfish committed Apr 27, 2010
1 parent dd0ee1f commit 158d8df
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/Makefile.am
Expand Up @@ -2,11 +2,13 @@
EXTRA_DIST= mjpeg_test.sh \
sighttpd-720p.conf \
sighttpd-multi.conf \
sighttpd-oggstdin.conf \
sighttpd-stdin-h264.conf \
sighttpd-stdin-mjpeg.conf

pkgdata_DATA = \
sighttpd-720p.conf \
sighttpd-multi.conf \
sighttpd-oggstdin.conf \
sighttpd-stdin-h264.conf \
sighttpd-stdin-mjpeg.conf
16 changes: 16 additions & 0 deletions examples/sighttpd-oggstdin.conf
@@ -0,0 +1,16 @@

# Port to listen on
Listen 3000

# Static text configuration
<StaticText>
Path "/info"
Text "Sighttpd: Ogg Vorbis on stdin (/stream.ogg)"
</StaticText>

# Streaming Ogg Vorbis from stdin, using the special
# OggStdin module that caches Ogg Vorbis headers
<OggStdin>
Path "/stream.ogg"
Type "audio/ogg"
</OggStdin>

0 comments on commit 158d8df

Please sign in to comment.