Displaying 2 results from an estimated 2 matches for "oggstdin".
2010 May 11
0
sighttpd 1.1.0 release (includes Ogg Vorbis support)
...release
===================
This release adds a module for streaming Ogg Vorbis from standard input.
Raw Ogg data cannot be streamed from standard input using <Stdin>, as an Ogg
stream needs to have setup headers prepended for each codec stream. For this
purpose a special module called <OggStdin> is provided, which buffers these
headers and serves them first to each client that connects before continuing
with live Ogg pages.
The sighttpd.conf setup is similar to the normal <Stdin> configuration:
-----
Listen 3000
# Streaming Ogg Vorbis from stdin, using the special
# OggStdin m...
2010 May 11
0
sighttpd 1.1.0 release (includes Ogg Vorbis support)
...release
===================
This release adds a module for streaming Ogg Vorbis from standard input.
Raw Ogg data cannot be streamed from standard input using <Stdin>, as an Ogg
stream needs to have setup headers prepended for each codec stream. For this
purpose a special module called <OggStdin> is provided, which buffers these
headers and serves them first to each client that connects before continuing
with live Ogg pages.
The sighttpd.conf setup is similar to the normal <Stdin> configuration:
-----
Listen 3000
# Streaming Ogg Vorbis from stdin, using the special
# OggStdin m...