On 12-11-29 09:37 AM, Frank Van Damme wrote: > 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:
Yep, that's exactly why we removed that piece of the install scripts. I
don't know that anyone has added the detection parts back into the
install script though (they weren't supposed to be removed to begin
with), so if you're looking for something to test that would be an
excellent candidate!
G
> @@ -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)
>
>
>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
