Hi,
debian disabled theora support in versions of icecast before 2.3.1-4
a workarround that worked for me in the past is to install libtheora-
dev and
rebuild the icecast package:
apt-get build-dep icecast2
apt-get install libtheora-dev
apt-get -b source icecast2
dpkg -i *.deb
j
On Jan 7, 2007, at 19:53:27, Karim Rahim wrote:
> Hi,
>
> I had the same experience as Jacint and had to downgrade libshout to
> the dapper version.
> I also found that I had to downgrade icecast2 from 2.3.1-3 (edgy) to
> the dapper version 2.3.1-2 in order to actually view the streamed
> video.
>
> Karim