|
Version 3.1.6
versions are back in sync with other oddcast apps.
Added support for oggFLAC streaming. A note about this, currently as the release of this plugin, there are very very
few clients that actually support oggFLAC streaming. The only one I found was on the windows platform here : http://www.illiminable.com/ogg/. Installing those filters will allow you to play oggFLAC streams from within Windows Media Player. Currently Winamp and Foobar2k do NOT work. Hopefully this will change in the future. Also, streaming oggFLAC is really only good for LAN streaming as it is lossless and very high bitrate. There is currently no way to "configure" any oggFLAC options. Also, you need to use the latest Icecast (2.3.0) in order to support oggFLAC streaming.
Download Source : oddcastv3-jack-3.1.6.tar.gz
Version 3.0.3
Fixed memory leak occuring by properly freeing up the file handle used for metadata..
Update to 3.0.3 of liboddcast code
Download Source : oddcastv3-jack-3.0.3.tar.gz
Version 3.0.0
Download Source : oddcastv3-jack-3.0.0.tar.gz
Oddcastv3-jack Readme
-------------------
This version of oddcastv3 allows you to hook into any jack output port
and broadcast the audio to an icecast or shoutcast server.
This version of oddcastv3 is all command-line oriented, and comes with
example config files for each of the encoding types supported (Ogg Vorbis,
LAME, AAC). You will most likely need to take one of the example configs
(in the conf dir) and modify it to suit your needs.
Here is an example of how to use it with jack (http://jackit.sourceforge.net).
Step 1:
* startup jackd
Step 2:
* Feed a signal into jackd. There are many applications you can use
for this, if you like XMMS, try installing http://xmms-jack.sourceforge.net/
Step 3:
* Start oddcastv3 specifying the appropriate output ports. To get a list of
the output ports, use jack_lsp. If you use XMMS, you'll see something like :
% jack_lsp
alsa_pcm:capture_1
alsa_pcm:capture_2
alsa_pcm:playback_1
alsa_pcm:playback_2
bio2jack_0_32083:out_0
bio2jack_0_32083:out_1
In this case, the bio2jack_0_32083:out_0 and bio2jack_0_32083:out_1 are the
output ports from XMMS. So you'd start oddcastv3 like :
oddcastv3 -c oddcast_OggVorbis.cfg bio2jack_0_32083:out_0 bio2jack_0_32083:out_1
Use oddcastv3 -h for a usage.
|