How to install stream client
tss (a GUI to make theora video streams using ffmpeg2theora software )
on debian amd64
Warnings: Don't use precompiled kernels 2.6.22 or above (they changed firewire stack, but dvgrab is still not working with the new one)
get tss source and more info from here:
add this repository to your sources.list:
(as root) gedit /etc/apt/sources.list
install these packages:
dvgrab libraw1394-8 libraw1394-dev ffmpeg libtheora-bin oggfwd libvte9 libvte-dev automake autoconf ffmpeg2theora (>= 0.17) *
unpackage source:
(as
root) tar xzvf tss-0.2.tar.gz
cd tss-0.2
(as
root):
./autogen.sh
make
make install
Tips and screenshots:
http://gollum.artefacte.org/tss/
* ffmpeg2theora 0.17 or above is needed by tss; actual packets in testing/unstable are version 0.19, but stable/old-stable packets are still 0.16.