2012/10/26 Jonathan Felder <[email protected]>:
> Thanks Greg.
>
> If that's the case, the install scripts don't seem to be auto detecting the
> epiphan device. I made sure that the drivers were installed, loaded, that
> the dmesg output was sound, and that the device was actually there prior to
> running the install.
>
> Unless there is something obvious I'm missing here or there is a message
> from someone else that has gotten this to work, I guess I'll file a bug
> report for it.
>
> I'm currently trying this on Ubuntu 10.10 which still uses v4l v1. Is 10.10
> still the recommended ubuntu version for the capture agent? According to the
> QA status page it seems to be. However the instructions on the QA status
> page seem to be dated. It indicates I should follow the 1.3 installation
> instructions, but 1.4-rc3 now requires that you check out the entire
> ubuntu-capture-agent installer directory as opposed to just the install.sh
> script.
Well, I've tried by copy-pasting an old piece of the configuration
file (on a capture agent where version 1.3 was working) but there's an
error when I try to start a capture:
Exception while trying to start capture: No enum const class
org.opencastproject.capture.pipeline.bins.producers.ProducerFactory$ProducerType.EPIPHAN_VGA2USB
it looks like the vga2usb type was removed:
@@ -39,7 +39,6 @@
CUSTOM_VIDEO_SRC, /* Allows the user to specify their producer
with gstreamer command line syntax */
CUSTOM_AUDIO_SRC, /* Allows the user to specify their producer
with gstreamer command line syntax */
DV_1394, /* A DV camera that runs over firewire */
- EPIPHAN_VGA2USB, /* Epiphan VGA2USB frame grabber */
FILE, /* A media file on the filesystem or a file device that
requires no decoding */
FILE_DEVICE, /* Generic file device source (such as a Hauppauge
card that produces an MPEG file) */
HAUPPAUGE_WINTV, /* Hauppauge devices */
@@ -98,9 +97,7 @@
throws UnableToLinkGStreamerElementsException,
UnableToCreateGhostPadsForBinException,
UnableToSetElementPropertyBecauseElementWasNullException,
CaptureDeviceNullPointerException,
UnableToCreateElementException, NoProducerFoundException {
- if (captureDevice.getName() == ProducerType.EPIPHAN_VGA2USB)
- return new EpiphanVGA2USBV4LProducer(captureDevice, properties);
- else if (captureDevice.getName() == ProducerType.HAUPPAUGE_WINTV)
+ if (captureDevice.getName() == ProducerType.HAUPPAUGE_WINTV)
return new HauppaugePVR350VideoProducer(captureDevice, properties);
else if (captureDevice.getName() == ProducerType.FILE)
return new UndecodedFileProducer(captureDevice, properties);
it does work with V4LSRC though.
> I also tested the install script on Ubuntu 12.04 LTS. It doesn't work. It
> complains about the admin group missing, is missing a package list for
> 12.04, and attempts to install packages that are not available from the
> default package list. Specifically, gstreamer0.10-plugins-ugly-multiverse
> (http://opencast.jira.com/browse/MH-9125)
--
Frank Van Damme
No part of this copyright message may be reproduced, read or seen,
dead or alive or by any means, including but not limited to telepathy
without the benevolence of the author.
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users