Hi, > I am now using version 1.3.0, and it is an all-in-one installation, the error > messages appears after I scheduled a record which failed and the error > messages is as follows: > org.opencastproject.workflow.api.WorkflowOperationException: > org.opencastproject.workflow.api.WorkflowOperationException: Multiple tracks > with competing audio/video streams and flavor 'presenter/source' found
this seems to be an error with the configuration of your capture pipeline. Matterhorn can only deal with *one* audio and/or *one* video stream per flavor. So you could for example ingest a mediapckage that had * presenter/source video stream (but no audio) * presenter/source audio stream (but no video) * presentation/source audio and video stream Matterhorn will then match the flavors and merge the streams. If however you ingest tracks with competing flavors and streams (e. g. presenter/source audio and video and a presenter/source audio only), Matterhorn will refuse to process and fail in the "prepare-av" operation. Tobias _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
