[xiph-commits] r18471 - in icecast/trunk/ices: conf doc
ph3-der-loewe at svn.xiph.org
ph3-der-loewe at svn.xiph.org
Wed Jul 18 17:28:31 PDT 2012
Author: ph3-der-loewe
Date: 2012-07-18 17:28:31 -0700 (Wed, 18 Jul 2012)
New Revision: 18471
Modified:
icecast/trunk/ices/conf/ices-playlist.xml
icecast/trunk/ices/conf/ices-roar.xml
icecast/trunk/ices/doc/config.html
Log:
Added small note about <encode> section and not re-encoding. close #1238
Modified: icecast/trunk/ices/conf/ices-playlist.xml
===================================================================
--- icecast/trunk/ices/conf/ices-playlist.xml 2012-07-19 00:05:14 UTC (rev 18470)
+++ icecast/trunk/ices/conf/ices-playlist.xml 2012-07-19 00:28:31 UTC (rev 18471)
@@ -87,6 +87,7 @@
Currrently, the parameters given here for encoding MUST
match the input data for channels and sample rate. That
restriction will be relaxed in the future.
+ Remove this section if you don't want your files getting reencoded.
-->
<encode>
<nominal-bitrate>64000</nominal-bitrate> <!-- bps. e.g. 64000 for 64 kbps -->
Modified: icecast/trunk/ices/conf/ices-roar.xml
===================================================================
--- icecast/trunk/ices/conf/ices-roar.xml 2012-07-19 00:05:14 UTC (rev 18470)
+++ icecast/trunk/ices/conf/ices-roar.xml 2012-07-19 00:28:31 UTC (rev 18471)
@@ -111,7 +111,9 @@
channels and samplerate currently MUST match the channels
and samplerate given in the parameters to the oss input
- module above or the remsaple/downmix section below. -->
+ module above or the remsaple/downmix section below.
+ Remove this section if you don't want your stream getting reencoded.
+ -->
<encode>
<quality>0</quality>
Modified: icecast/trunk/ices/doc/config.html
===================================================================
--- icecast/trunk/ices/doc/config.html 2012-07-19 00:05:14 UTC (rev 18470)
+++ icecast/trunk/ices/doc/config.html 2012-07-19 00:28:31 UTC (rev 18471)
@@ -239,6 +239,11 @@
<flush-samples>11000</flush-samples>
</encode>
</pre>
+ <p>
+ Remove this section if you don't want your files reencoded when
+ using playback or RoarAudio input module.
+ </p>
+
<p>quality</p>
<div class=indentedbox>
State a quality measure for the encoder. The range goes from -1 to 10 where -1
More information about the commits
mailing list