Bug 188141 - grab video from dv camera
Summary: grab video from dv camera
Status: RESOLVED DUPLICATE of bug 135361
Alias: None
Product: kopete
Classification: Unmaintained
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 09:14 UTC by Arne Babenhauserheide
Modified: 2011-03-20 03:39 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arne Babenhauserheide 2009-03-26 09:14:11 UTC
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
Comment 1 Arne Babenhauserheide 2009-03-26 09:17:08 UTC
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/
Comment 2 Lamarque V. Souza 2011-03-20 03:39:33 UTC
*** This bug has been marked as a duplicate of bug 135361 ***