Version: 0.70.0 (using 4.2.1 (KDE 4.2.1), Gentoo) Compiler: x86_64-pc-linux-gnu-gcc OS: Linux (x86_64) release 2.6.27-gentoo-r8 It would be great if Kopete could grab the video data from my dv camera. Currently I use dvgrab, ffmpeg2theora and oggfwd with an icecast server to "videochat", but that setup has sever drawbacks (including high latency). related bug: https://bugs.kde.org/show_bug.cgi?id=176868
More detailed: What I currently use to stream video from the dv camera (I hope this helps you avoid long searches): dvgrab --format raw - | ffmpeg2theora -a 0 -v 5 -f dv -x 320 -y 240 -o /dev/stdout - | oggfwd -> http://v2v.cc/~j/oggfwd/
*** This bug has been marked as a duplicate of bug 135361 ***