Re: [Opencast Matterhorn] [JIRA Studio] (MH-8278) The start script defaults to an arbitrary value for FELIX_HOME

2011-11-30 Thread Karen Dolan
Tobias, Ok, just looking for expert advice, no assumptions : ) Is it be good practice to set MATTERHORN_HOME and FELIX_HOME outside of Matterhorn scripts, specific to the local environment, no default location assumed or required? What is the intended relationship between MATTERHORN_HOME and

Re: [Opencast Matterhorn] Matterhorn 1.3 hangs at Status - Processing : Published

2012-04-02 Thread Karen Dolan
Claus, If you are using Mac OS X, this might be related... We had a similar problem running "ls -l" from a Mac OS X to a Unix NFS-mount, while the same Mac OS X concurrently modified a file on the NFS-mount. The goal is to retrieve file status updates (inode file size information) while the f

Re: [Opencast Matterhorn] Matterhorn 1.3 hangs at Status - Processing : Published

2012-04-02 Thread Karen Dolan
I just saw an open (MH v1.2) ticket: http://opencast.jira.com/browse/MH-8033 : "TODO #2: Need to mention that solr should not be on nfs". A potentially good place for the mention: http://opencast.jira.com/wiki/display/MHDOC/Configure+Matterhorn+Search+In

Re: [Opencast Matterhorn] How to improve OCR performance

2012-04-03 Thread Karen Dolan
Miguel, Matterhorn trunk (from a couple weeks ago) was configured to pull down Leptonica 1.66 and Tesseract 3.00. I went and retrieved Leptonica 1.67 and Tesseract 3.01 directly, along with the latest Tesseract English dictionary (Reference: http://code.google.com/p/tesseract-ocr/wiki/ReadMe).

Re: [Opencast Matterhorn] How to improve OCR performance

2012-04-03 Thread Karen Dolan
51 PM, Karen Dolan wrote: Miguel, Matterhorn trunk (from a couple weeks ago) was configured to pull down Leptonica 1.66 and Tesseract 3.00. I went and retrieved Leptonica 1.67 and Tesseract 3.01 directly, along with the latest Tesseract English dictionary (Reference: http://code.google.

Re: [Opencast Matterhorn] [JIRA Studio] (MH-8695) Usability issues with Episodes tab

2012-04-05 Thread Karen Dolan
It would be great to pin point term definitions in a central spot of reference like the MH Glossary Wiki page. The MH Glossary wiki page does not have entries for Recordings, Workflows or Mediapackage (but now I know about the Tobiash!) http://opencast.jira.com/wiki/display/MH/Glossary ...He

Re: [Opencast Matterhorn] Broken Build (Again)

2012-04-09 Thread Karen Dolan
Christoph, I see that the current TRUNK class "org.opencastproject.util.data.Option" no longer has the function called "public static Option wrap(A a)". It changed names to "public static Option option(A a)" during the last few weeks. As a really long shot, is it possible that your system

Re: [Opencast Matterhorn] Broken Build (Again)

2012-04-09 Thread Karen Dolan
Sorry, I meant to address to Greg. On 4/9/2012 9:23 AM, Karen Dolan wrote: Christoph, I see that the current TRUNK class "org.opencastproject.util.data.Option" no longer has the function called "public static Option wrap(A a)". It changed names to "public static O

Re: [Opencast Matterhorn] Ques on Installing 1.3 or 1.4.x from source on Mac OS X

2012-04-17 Thread Karen Dolan
Brian, I just saw a similar StackOverflow entry on this related to having an existing DYLD_LIBRARY_PATH set. (stackoverflow.com/questions/1482450/broken-java-mac-10-6). I'm on Lion with trunk build. I set environment var DYLD_FALLBACK_LIBRARY_PATH ="/opt/local/lib" (where the dylibs are on my

Re: [Opencast Matterhorn] [JIRA Studio] (MH-8745) Working File Repository Integration Tests Failing

2012-04-18 Thread Karen Dolan
FYI - A little old, but interesting background: "The java.lang.LinkageError: loader constraint violation" demystified" http://frankkieviet.blogspot.com/2009/03/javalanglinkageerror-loader-constraint.html ... Recent comments: Frédéric Esnault said... Hi all, About OSGi users, this error ha

Re: [Opencast Matterhorn] [JIRA Studio] (MH-8764) Matterhorn-common does not compile with certain JVMs

2012-05-03 Thread Karen Dolan
s.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email matterhorn-unsubscr...@opencastproject.org _______ -- Karen Dolan Harvard University, DCE 617-998-8439 kdo...@dce.harvard.edu

Re: [Opencast Matterhorn] [JIRA Studio] (MH-8764) Matterhorn-common does not compile with certain JVMs

2012-05-03 Thread Karen Dolan
mpile hadoop mapreduce code in branch-0.23 and beyond, please use other JDKs. " - Karen On 5/3/2012 10:40 AM, Karen Dolan wrote: If it compiles ok with Sun Java, this might be related to Ubuntu, “openjdk-6” package Bugs, Bug #716959 "Incorrect generation/handling of generics compar

Re: [Opencast Matterhorn] [JIRA Studio] (MH-8764) Matterhorn-common does not compile with certain JVMs

2012-05-03 Thread Karen Dolan
That OpenJDK6 incompatible-type problem appears to fixed in OpenJDK7 and 8. Is it ok to compile Matterhorn with OpenJDK 7 or 8? - Karen On 5/3/2012 11:03 AM, Karen Dolan wrote: And from: http://wiki.apache.org/hadoop/HadoopJavaVersions "Note*: OpenJDK6 has some open bugs w.r.t handli

Re: [Opencast Matterhorn] 3 weeks with Matterhorn 1.3 in Osnabrück

2012-05-08 Thread Karen Dolan
roject.org http://lists.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email matterhorn-unsubscr...@opencastproject.org ___ -- Karen Dolan Harvard University, DCE 617-998-8439 kdo...@dce.h

Re: [Opencast Matterhorn] 1.3.1-rc1 Available for testing!

2012-05-18 Thread Karen Dolan
n/listinfo/matterhorn To unsubscribe please email matterhorn-unsubscr...@opencastproject.org ___ -- Karen Dolan Harvard University, DCE 617-998-8439 kdo...@dce.harvard.edu ___ Matterhorn mailing list

[Opencast Matterhorn] Series REST endpoint says acl is Optional, but empty acl for is required

2012-06-18 Thread Karen Dolan
A comment... Regarding $Rev: 12212 $ version, Opencast Matterhorn (~1.4) REST Endpoint docs for Series, Method "POST" Description "Update a Series". It's a little confusing that the Series POST doc implies that acl form param is optional, but the REST endpoint requires the acl XML form to exi

[Opencast Matterhorn] Matterhorn recording schedule and the dcterms:identifier

2012-07-19 Thread Karen Dolan
8work+in+progress%29# It's not clear if type ITEM is the equivalent or a super type of a type Matterhorn Recording/Episode. If it's a super type, how do people feel about adding a child page to clarify metadata constraints for type Matterhorn Recording/Episode. Cheers, Karen Karen

Re: [Opencast Matterhorn] Matterhorn recording schedule and the dcterms:identifier

2012-07-19 Thread Karen Dolan
Does anyone know, off the top of their head, if the Recording/Episode dcterms:identifier needs to match the Workflow Id after the ingest job has completed? Thanks, Karen On 7/19/2012 9:19 AM, Karen Dolan wrote: Regarding: Recording metadata Dublin Core term identifier (dcterms:identifier

Re: [Opencast Matterhorn] Matterhorn recording schedule and the dcterms:identifier

2012-07-20 Thread Karen Dolan
pencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email matterhorn-unsubscr...@opencastproject.org ___ -- Karen Dolan Harvard University, DCE 617-998-8439 kdo...@dce.harvard.edu ___ Matterhorn

Re: [Opencast Matterhorn] Matterhorn recording schedule and the dcterms:identifier

2012-07-20 Thread Karen Dolan
s the metadata-in-work page that bothers me more that the code. As asked in the first email of this thread, how do you feel about a child page to list implementation restrictions to the metadata? Thank you, Karen On 7/20/2012 11:16 AM, Karen Dolan wrote: Tobias, Unrelated philosophically

[Opencast Matterhorn] "Single Episode ID" same thing as Metadata-Package ID?

2012-07-20 Thread Karen Dolan
Greetings, Is it intentional that the "ID of the single episode" in the Episode Service Query actually means the metadata-package id, and has nothing to do with the episode dcterms:identifier? Thanks, Karen ___ Matterhorn mailing list Matterhorn@ope

Re: [Opencast Matterhorn] [JIRA Studio] (MH-8958) Defective namespace handling in almost all internal XML structures

2012-07-25 Thread Karen Dolan
Great catch Lukas. +1 for Chris' XSD consideration. As Chris said, XSD protects 3rd parties from creating invalid data and protects Matterhorn from accepting invalid data. It protect new Matterhorn developers from breaking previous work. It enables other parties to understand the data relation

Re: [Opencast Matterhorn] [JIRA Studio] (MH-6910) As an administrator, I want to see and manage (sort, order, search) all the DC metadata files so I can re-use them for either adjustments or re-use (m

2012-08-06 Thread Karen Dolan
ncastproject.org/mailman/listinfo/matterhorn To unsubscribe please email matterhorn-unsubscr...@opencastproject.org ___ -- Karen Dolan Harvard University, DCE 617-998-8439 kdo...@dce.harvard.edu ___ Mat

Re: [Opencast Matterhorn] [JIRA Studio] (MH-6910) As an administrator, I want to see and manage (sort, order, search) all the DC metadata files so I can re-use them for either adjustments or re-use (m

2012-08-09 Thread Karen Dolan
quot; but maybe somebody has a better idea... but if you don't have the time or interest in creating the second story card I think it's okay to put your suggestion in tMH-6910 so at least it's available in jira.) Judy On Aug 6, 2012, at 7:52 AM, Karen Dolan wrote: Judy, What abo

Re: [Opencast Matterhorn] [JIRA Studio] (MH-6910) As an administrator, I want to see and manage (sort, order, search) all the DC metadata files so I can re-use them for either adjustments or re-use (m

2012-08-09 Thread Karen Dolan
I just read Ruben Perez's 5-peseta comment (5-peseta must be very valuable), so I won't create the duplicate story card. - Karen On 8/9/2012 9:09 AM, Karen Dolan wrote: Judy, Thanks for the response. I'll go ahead and add that story card "As an admin I want to create

Re: [Opencast Matterhorn] [JIRA Studio] (MH-8033) Need to mention that solr should not be on nfs, it should be on localhost

2012-08-20 Thread Karen Dolan
ect.org http://lists.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email matterhorn-unsubscr...@opencastproject.org ___ -- Karen Dolan Harvard University, DCE 617-998-8439 kdo...@dce.harvard.edu __

Re: [Opencast Matterhorn] Not finished yet: Matterhorn Bug Bash

2012-08-23 Thread Karen Dolan
ts.opencastproject.org/mailman/listinfo/matterhorn-users ___ Matterhorn mailing list Matterhorn@opencastproject.org http://lists.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email ma

Re: [Opencast Matterhorn] Not finished yet: Matterhorn Bug Bash

2012-08-23 Thread Karen Dolan
Greg, Just to clarify, this means the admin and engage cannot be on separate systems with MH 1.4rc2 (bug bash revision)? Thanks, Karen On 8/23/2012 12:23 PM, Greg Logan wrote: On 12-08-23 10:15 AM, Karen Dolan wrote: FYI - the play link (engage) is broken from Distributed test cluster

Re: [Opencast Matterhorn] Not finished yet: Matterhorn Bug Bash

2012-08-23 Thread Karen Dolan
roken, but if you go to the engage server things the search service should work. Try http://testengage.usask.ca:8080, and then go into the engage link from there. G Karen Dolan wrote: Greg, Just to clarify, this means the admin and engage cannot be on separate systems with MH 1.4rc2 (bug bas

Re: [Opencast Matterhorn] Not finished yet: Matterhorn Bug Bash

2012-08-24 Thread Karen Dolan
Greg, thanks! On Aug 24, 2012, at 12:54 PM, Greg Logan wrote: > Hi Karen (and everyone else playing with distributed mode), > > Try again now. Looks like the NFS daemon I was using the share a disk > across the cluster cored out, which took down the search service on > testengage. I see ten ca

Re: [Opencast Matterhorn] [Opencast] New #proposal for wiki gardening

2012-08-28 Thread Karen Dolan
n mailing list Matterhorn@opencastproject.org http://lists.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email matterhorn-unsubscr...@opencastproject.org _______ -- Karen Dolan Harvard University, DCE 617-998-84

Re: [Opencast Matterhorn] [JIRA Studio] (MH-9064) In a distributed Matterhorn, the button "Go to Media Module" incorrectly links to the admin machine, rather than the engage

2012-08-28 Thread Karen Dolan
server.url} == On 8/28/2012 9:51 AM, Karen Dolan (Commented) (JIRA) wrote: [ http://opencast.jira.com/browse/MH-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31631#comment-31631 ] Karen Dolan commented on MH-9064:

Re: [Opencast Matterhorn] Anybody interested in a publish delay feature?

2012-09-12 Thread Karen Dolan
encastproject.org http://lists.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email matterhorn-unsubscr...@opencastproject.org ___ -- Karen Dolan Harvard University, DCE 617-998-8439 kdo...@dce.harvard.edu

Re: [Opencast Matterhorn] Anybody interested in a publish delay feature?

2012-09-12 Thread Karen Dolan
ng they want to delay publishing and manually implement those delays. Michelle On 9/12/2012 5:29 AM, Karen Dolan wrote: Rubén & Jud

[Opencast Matterhorn] Publish DublinCore to already published distributions

2012-09-26 Thread Karen Dolan
John and Matterhorn workflow fans, The fix John submitted publishes dublincore to new distributions that go through a full workflow. We are trying to adapt the fix with a short workflow applied to episodes, see below, to publish dublincore to already published distributions. The short workflow

Re: [Opencast Matterhorn] Publish DublinCore to already published distributions

2012-09-26 Thread Karen Dolan
esn't exist: / /files/mediapackage/5d0adaee-96ed-4413-9043-b249c2788133/catalog-4/0 Not sent, does exist: //files/mediapackage/5d0adaee-96ed-4413-9043-b249c2788133/catalog-4/slidetext.xml - Karen On 9/26/2012 8:53 AM, Karen Dolan wrote: During the workflow's publish step, t

Re: [Opencast Matterhorn] Publish DublinCore to already published distributions

2012-09-27 Thread Karen Dolan
8143-d2608dfb216b:0:7213209f-6535-4d01-bf73-2fd8bf232add c2f9c0c324f6e5d5ce73e8fd2ad68531 On 9/26/2012 11:08 AM, Karen Dolan wrote: FYI - preserving the mpeg-7/text flavor did not help it getting found during the flavor tagging in a future workflow's publish. The Mpeg-7/text file name

Re: [Opencast Matterhorn] Publish DublinCore to already published distributions

2012-09-27 Thread Karen Dolan
Does anyone else have the problem that in Episode Tab, episode details, all the URLs end in "/0"? Is it possible that workflows applied to an archive use the media package from the episode_episode table? (Making all the meta-data meta-physical) - Karen On 9/27/2012 9:10 AM, K

Re: [Opencast Matterhorn] Publish DublinCore to already published distributions

2012-09-27 Thread Karen Dolan
Hi John, Tackling how to get dublincore published to the engage search service is pretty good start! We had hoped to adapt that fix to get the dublincore into engage search on already published elements, rather than re-ingesting everything again from scratch. I think what I found, at least

Re: [Opencast Matterhorn] Publish DublinCore to already published distributions

2012-09-28 Thread Karen Dolan
hat's something that has to be considered in terms of long term archival. Hope that helps, Christoph Am 27.09.2012 um 15:40 schrieb Karen Dolan: Does anyone else have the problem that in Episode Tab, episode details, all the URLs end in "/0"? Is it possible that workflows ap

Re: [Opencast Matterhorn] Publish DublinCore to already published distributions

2012-10-01 Thread Karen Dolan
way. Christoph Am 28.09.2012 um 14:58 schrieb Karen Dolan : Christoph, Thank you for the reply! We have been testing on 1.4rc2, so maybe things are improved. In MH 1.4rc2, the episode's dublin core catalogs are still dereferenced as "/0" when sent to the Engage during publish

Re: [Opencast Matterhorn] [JIRA Studio] (MH-9215) Cannot re-apply encoding workflow to an episode due to missing file extension in media package element URL

2012-10-01 Thread Karen Dolan
Christoph, (MediaInspectionServiceImpl:440) "Element /Users/ced/dev/matterhorn/versions/trunk-1.4.x/felix/work/opencast/workspace/http_localhost_8080/episode/archive/mediapackage/4903882c-c76e-4353-8aa0-3afffd7acaa4/track-1/2 has no file extension". Do you really have a file named "2.mp4", or

Re: [Opencast Matterhorn] [JIRA Studio] (MH-9215) Cannot re-apply encoding workflow to an episode due to missing file extension in media package element URL

2012-10-01 Thread Karen Dolan
Christoph, That helps. I'll stop trying to debug our system. Just to clarify, does the new naming schema represent a REST endpoint call that could return an actual archived file? http://{host}/episode/archive/mediapackage/{mediaPackageId}/{mediaPackageElementId}/{version}/{type}.{fileSuffixOfMi

[Opencast Matterhorn] Engage UI validate html syntax?

2012-10-03 Thread Karen Dolan
Hi all, The watch.html page in the Engage UI, from 1.4.x of a couple weeks ago, has some easy and not so easy to fix syntax issues. For instance, duplicate ids, unclosed tags, misplaced attributes, self labeling labelledby, aria- min and maxvalues for the player control slider, etc. Is anyon

[Opencast Matterhorn] oc:promoted and oc:advertised still used?

2012-10-26 Thread Karen Dolan
Hi all, Does anyone recall the purpose of the Opencast "promoted" and "advertised" Recording metadata? I found a hint at their purpose in a 2009 document about Replay (the precursor to Matterhorn?) "[Promoted and Advertised] are very specific to Replay's local distribution channel" http://o

Re: [Opencast Matterhorn] [JIRA Studio] (MH-8798) Split directory configuration into shared and individual directories for multi host installations

2012-11-01 Thread Karen Dolan
oject.org ___ -- Karen Dolan Harvard University, DCE 617-998-8439 kdo...@dce.harvard.edu ___ Matterhorn mailing list Matterhorn@opencastproject.org http://lists.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email m

Re: [Opencast Matterhorn] Archive operation placement in Workflow in relation to resource path changing operations

2012-11-05 Thread Karen Dolan
st.jira.com/browse/MH-9237 has a nearly identical stack trace to MH-9172, "archive operation fails with null pointer exception after streaming distribution" http://opencast.jira.com/browse/MH-9172 We thought MH-9172 was because the stream media is RTMP. Is it possible that this was becaus

[Opencast Matterhorn] Galicaster and MH1.4/Trunk & Series on a Recording

2012-11-13 Thread Karen Dolan
";> Systems Programming and Machine Organization 20130113836 Karen Dolan Harvard University, DCE 617-998-8439 kdo...@dce.harvard.edu ___ Matterhorn mailing list Matterhorn@opencastproject.org http://lists.opencastproject.org/mai

[Opencast Matterhorn] Capture Agent Catalog Ingest strategy?

2012-11-15 Thread Karen Dolan
to be swapped out, i.e. to ensure removal of outdated tags and values, a different endpoint or flag needs to be used. Best Regards, Karen -- Karen Dolan Harvard University, DCE 617-998-8439 kdo...@dce.harvard.edu ___ Matterhorn mailing list Matte

Re: [Opencast Matterhorn] Capture Agent Catalog Ingest strategy?

2012-11-15 Thread Karen Dolan
Hector Canto helped me realize that IngestServiceImpl.addZippedMediaPackage() overwrites the existing series catalog with a new one, if sent, before calling ingest(), which ignores changes in other existing catalogs, such as episode. Is there a reason why Matterhorn should treat series and epis

Re: [Opencast Matterhorn] [JIRA Studio] (MH-9282) Mediapackage Id not set correctly in the CAs

2012-11-16 Thread Karen Dolan
se email matterhorn-unsubscr...@opencastproject.org _______ -- Karen Dolan Harvard University, DCE 617-998-8439 kdo...@dce.harvard.edu ___ Matterhorn mailing list Matterhorn@opencastproject.org http://lists.opencast

Re: [Opencast Matterhorn] Annotation Service(s) in/for Matterhorn

2012-11-20 Thread Karen Dolan
Olaf, Thank you for the summary. Those projects will greatly enrich the Matterhorn project and the educational experience in general. Questions on how Annotations might impact core Matterhorn (start of a FAQ?)... Will annotations be known by the Matterhorn episode media package or will the a

Re: [Opencast Matterhorn] Dev Meeting Agenda for 2012-11-20

2012-11-20 Thread Karen Dolan
bscribe please email matterhorn-unsubscr...@opencastproject.org _______ -- Karen Dolan Harvard University, DCE 617-998-8439 kdo...@dce.harvard.edu ___ Matterhorn mailing list Matterhorn@opencastproject.org http://lists.opencastproj

Re: [Opencast Matterhorn] Dev Meeting Agenda for 2012-11-20

2012-11-20 Thread Karen Dolan
is is not for 1.4 but hopefully as a patch in the not too distant future. Much speed and well wishes! Karen On 11/20/2012 10:59 AM, Karen Dolan wrote: We are still struggling on a best approach on how to archive and retract media that is accessible to Matterhorn Admin as a regular file on

Re: [Opencast Matterhorn] Capture Agent Catalog Ingest strategy?

2012-11-23 Thread Karen Dolan
On Nov 23, 2012, at 3:35 AM, Tobias Wunden wrote: > > the reason for the two catalogs being handled differently is this: So far, > there is no "ui way" in Matterhorn to change an episode catalog while the > recording is waiting to come in (from the capture agent). But there is one > for serie

Re: [Opencast Matterhorn] [JIRA Studio] (MH-9085) Admin Page - Recordings - Search: Search box - enter "?" to block search

2012-11-28 Thread Karen Dolan
mailing list Matterhorn@opencastproject.org http://lists.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email matterhorn-unsubscr...@opencastproject.org ___ -- Karen Dolan Harvard University, DCE 617-998-8439 kdo...@dce.h

Re: [Opencast Matterhorn] [JIRA Studio] (MH-9220) Invalid syntax in watch.html

2012-11-28 Thread Karen Dolan
t; >> Invalid syntax in watch.html >> >> >>Key: MH-9220 >>URL: http://opencast.jira.com/browse/MH-9220 >>Project: Matterhorn Project >> Issue Type: Bug >> Components:

Re: [Opencast Matterhorn] [JIRA Studio] (MH-9139) Broken image link in Distributed Engage REST Documentation

2012-11-29 Thread Karen Dolan
roken image link in Distributed Engage REST Documentation -- Key: MH-9139 URL: http://opencast.jira.com/browse/MH-9139 Project: Matterhorn Project Issue Type: Bug Components: Distribution, Engage Tools Affects Versions: 1.4

Re: [Opencast Matterhorn] [JIRA Studio] (MH-5048) View Info & Confirmation areas/fields not same as Schedule/Upload/Edit form fields

2012-11-29 Thread Karen Dolan
_ Matterhorn mailing list Matterhorn@opencastproject.org http://lists.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email matterhorn-unsubscr...@opencastproject.org

Re: [Opencast Matterhorn] [JIRA Studio] (MH-5048) View Info & Confirmation areas/fields not same as Schedule/Upload/Edit form fields

2012-11-29 Thread Karen Dolan
Hi all, For MH-5048, the scheduling option data needs to be easily accessible in order to be displayed on the Admin UI Recording View Info. The simplest solution is to include those parameters in the configurations section of the capture workflow, in the same way that they appear in the post-i

Re: [Opencast Matterhorn] [JIRA Studio] (MH-9340) if use the scrubber to navigate in the video, several other components cease to work

2012-12-13 Thread Karen Dolan
Martin, Good luck! This may be unrelated, but FireFox throws a "http://testallinone.usask.ca:8080/series/undefined.json"; file not found 404 from init-watch.js since the media package does not return an dcIsPartOf parameter in the result. FF assigns the series_id to undefined instead of empty

Re: [Opencast Matterhorn] Accessing a mediapackage by its Id

2012-12-14 Thread Karen Dolan
Tobias, > I'm trying to get a Mediapackage by its Id? For MH 1.4, in the Episode REST endpoint, the "ID of the single episode to be returned" equals the media package Id. Not to be confused with the Episode Dublin Core identifier. Try this REST endpoint query: [MHAdmin url]/episode.xml?id=[m

Re: [Opencast Matterhorn] Accessing a mediapackage by its Id

2012-12-14 Thread Karen Dolan
… The query doesn't seem to work on pre-ingested media packages. - Karen On Dec 14, 2012, at 9:56 AM, Karen Dolan wrote: > Tobias, > >> I'm trying to get a Mediapackage by its Id? > > For MH 1.4, in the Episode REST endpoint, the "ID of the single epis

Re: [Opencast Matterhorn] [JIRA Studio] (MH-9363) Default CA build results in a 500 error for all endpoints

2013-01-16 Thread Karen Dolan
Greg, I don't know if it matters, but I noticed that ANONYMOUS doesn't have the "ROLE_" prefix in some places in the code. -- http://opencast.jira.com/svn/MH/trunk/modules/matterhorn-common/src/main/java/org/opencastproject/security/api/DefaultOrganization.java ... /** Name of the d

Re: [Opencast Matterhorn] Release name for 1.4

2013-01-26 Thread Karen Dolan
Some cool inspiration, "Mountain guide Ulrich Inderbinen makes his 370th and last ascent of the Matterhorn, before his 90th birthday" (1990), wow. The first is a bit ominous, "I see my comrades of the Matterhorn slipping on their backs, their arms outstretched..." http://en.wikipedia.org/wiki/

Re: [Opencast Matterhorn] Mediapackage element #proposal

2013-01-31 Thread Karen Dolan
Tobias, This sounds like it would fix retracting media from a flash server distribution, is that right? For instance, in our implementation, Matterhorn distributes the media file to a mounted video directory where the flash server access the file and streams the video via RTMP. To retract the

Re: [Opencast Matterhorn] Mediapackage element #proposal

2013-01-31 Thread Karen Dolan
On Jan 31, 2013, at 10:12 AM, Christoph Drießen wrote: > This is one building block to fix this issue. The new element makes it easy > to see which distribution channels have been used and since it is a special > element it can be just kept by the archive without the need to actually > archi

[Opencast Matterhorn] Matterhorn Policy on catalog updates through Ingest Service

2013-02-04 Thread Karen Dolan
Hi all, On Friday at the Un-Conference, I mentioned how we had series catalog data loss from capture agents that unintentionally modified the series catalog.The capture agent parses the series catalog received from Matterhorn into a structure that is not able preserve all the elements. The unpa

Re: [Opencast Matterhorn] Matterhorn Policy on catalog updates through Ingest Service

2013-02-04 Thread Karen Dolan
On Feb 4, 2013, at 11:52 AM, Greg Logan wrote: > In regards to the rest of your email, are you proposing this for 1.4, or > 1.5? I was unable to attend your session, so I'm a bit out of the loop! Well, I would consider it a bug that Matterhorn ingest treats series catalog different than episode

Re: [Opencast Matterhorn] Mediapackage element #proposal

2013-02-06 Thread Karen Dolan
Ruben, While your are still strongly thinking on this subject, consider how the following situation would benefit from the proposal or a modified proposal. In short we are trying archive the final product that is distributed, but the distribution protocol should not, and can not, be used by the

Re: [Opencast Matterhorn] [JIRA Studio] (MH-9418) As a Matterhorn Systems Administrator I want to be able to track events lifecycle in the logs through their UIDs

2013-02-06 Thread Karen Dolan
It would be handy if both workflow id and spawned job Id are listed in the log file (WorkId 1234, JobId 4456). - Karen On Feb 6, 2013, at 12:16 PM, "Greg Logan (Commented) (JIRA)" wrote: > >[ > http://opencast.jira.com/browse/MH-9418?page=com.atlassian.jira.plugin.system.issuetabpanels

Re: [Opencast Matterhorn] Multiple edits creates multiple dublincore/episodes and confusion

2013-02-07 Thread Karen Dolan
James, Out of curiosity, are the metadata edits made between recording scheduling and ingesting, or between ingesting and distribution, or after distribution, i.e. on an episode, to redistribute changes? Best of luck with this, Karen ___ Matterhorn ma

Re: [Opencast Matterhorn] Multiple edits creates multiple dublincore/episodes and confusion

2013-02-07 Thread Karen Dolan
quest objects from the database. > > I'm very quickly looking through stuff, so I might be wrong but episode.xml > returns the title in and the episodes.xsl picks out > for display in Engage. My colleague says he has seen these being > different and was wrong. > > Re

Re: [Opencast Matterhorn] Mediapackage element #proposal

2013-02-08 Thread Karen Dolan
Ruben & Christoph, I really appreciate the detailed discussion on this. My hope is that the proposal enables Matterhorn to distinguish between an element's publication protocol, like RTMP, and the element's file manipulation protocol, like HTTP, SCP, FTP. The distinction would enable Matterho

Re: [Opencast Matterhorn] Mediapackage element #proposal

2013-02-08 Thread Karen Dolan
more 2¢.. > One of the overall design goals of the proposal is to *decouple* dependencies > that had so far been interpreted into various aspects of the mediapackage, so > I would not agree that there should be a dependency between the > presentations. One may publish to an LMS and Engage, and

Re: [Opencast Matterhorn] Multiple edits creates multiple dublincore/episodes and confusion

2013-02-09 Thread Karen Dolan
Sergio & James, I can verify that in MH1.4rc2, each time metadata is updated for a scheduled recording, a new dublincore/episode catalog is added to the mediapackage in the file system. Interestingly, recording dublin core in the database is not duplication, it is updated. The "fix" of choos

Re: [Opencast Matterhorn] Multiple edits creates multiple dublincore/episodes and confusion

2013-02-10 Thread Karen Dolan
> One of the problems that caused us to notice the problem was that some > recordings had more complete data in our RSS feeds than others. It appears > that the more recent dc flies contain less data with successive edits, for > example we found that was one of the first fields to > disappear

Re: [Opencast Matterhorn] Multiple edits creates multiple dublincore/episodes and confusion

2013-02-10 Thread Karen Dolan
On Feb 10, 2013, at 1:23 PM, Karen Dolan wrote: >> One of the problems that caused us to notice the problem was that some >> recordings had more complete data in our RSS feeds than others. It appears >> that the more recent dc flies contain less data with successive edits,

Re: [Opencast Matterhorn] [Matterhorn-users] Annotation Service(s) in/for Matterhorn

2013-02-11 Thread Karen Dolan
Olaf, We are definitely interested in annotations and its integration with Matterhorn. We are not at the point where we can look at student annotation enrichment. However, associative metadata that describes the media sufficiently for precision recall in searches, enables process statistics, a

Re: [Opencast Matterhorn] Database related updates

2013-02-12 Thread Karen Dolan
Tobias, Is the code checked into Trunk or 1.4x related to the database changes? Thank you for working to optimize the db! - Karen On Feb 7, 2013, at 8:03 PM, Tobias Wunden wrote: > > IMPORTANT > > This patch introduces quite a number of code changes … would welcome some > return on investme

Re: [Opencast Matterhorn] [Matterhorn-users] Database related updates

2013-02-13 Thread Karen Dolan
Tobias, Thanks! I didn't see the source tab before because I wasn't logged in. Karen On Feb 12, 2013, at 4:57 PM, Tobias Wunden wrote: > if you look at the "Source" tab on the Jira ticket [1], you should see the > commits that went into trunk. It is assigned to Greg for review and merge, >

[Opencast Matterhorn] [JIRA Studio] (MH-8278) The start script defaults to an arbitrary value for FELIX_HOME

2011-11-30 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-8278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=28662#comment-28662 ] Karen Dolan commented on MH-8278: - If the community has consensus on a good default for FELIX_

[Opencast Matterhorn] [JIRA Studio] (MH-8701) OCR performance is poor

2012-04-05 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-8701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=29689#comment-29689 ] Karen Dolan commented on MH-8701: - The 3rd party tool README file mentions setting TESSDATA_PREFIX u

[Opencast Matterhorn] [JIRA Studio] (MH-8887) Examples of connecting to MH rest endpoints from different languages.

2012-06-09 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-8887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=30920#comment-30920 ] Karen Dolan commented on MH-8887: - How about mentioning the Java example from modules/matterhorn-

[Opencast Matterhorn] [JIRA Studio] (MH-8980) OAIPMH Integration Tests Throwing Exceptions

2012-08-06 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-8980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31384#comment-31384 ] Karen Dolan commented on MH-8980: - 2¢, client chops the connection before all the data is sen

[Opencast Matterhorn] [JIRA Studio] (MH-9064) In a distributed Matterhorn, the button "Go to Media Module" incorrectly links to the admin machine, rather than the engage

2012-08-23 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31602#comment-31602 ] Karen Dolan commented on MH-9064: - Possibly related to local vs absolve machines refs? The Work

[Opencast Matterhorn] [JIRA Studio] (MH-9064) In a distributed Matterhorn, the button "Go to Media Module" incorrectly links to the admin machine, rather than the engage

2012-08-28 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31631#comment-31631 ] Karen Dolan commented on MH-9064: - The ENGAGE_URL_PROPERTY is looking for the admin

[Opencast Matterhorn] [JIRA Studio] (MH-9096) Links on /welcome.html and Play links on admin ui recordings tab are not being formed correctly

2012-08-29 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-9096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31653#comment-31653 ] Karen Dolan commented on MH-9096: - See: http://opencast.jira.com/browse/MH-9094 >

[Opencast Matterhorn] [JIRA Studio] (MH-8941) Trim operation raises exception not filed in the logs

2012-09-25 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-8941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31828#comment-31828 ] Karen Dolan commented on MH-8941: - Another site that had this problem resolved it by catching

[Opencast Matterhorn] [JIRA Studio] (MH-7831) Series assigned to an episode does not make it into the DublinCore catalog as "isPartOf"

2012-09-26 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-7831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31841#comment-31841 ] Karen Dolan commented on MH-7831: - Sorry Greg, I was thinking of what you said during the bug bash a

[Opencast Matterhorn] [JIRA Studio] (MH-7831) Series assigned to an episode does not make it into the DublinCore catalog as "isPartOf"

2012-09-28 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-7831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31855#comment-31855 ] Karen Dolan commented on MH-7831: - The issue may be that UI forms and javascript use the name "

[Opencast Matterhorn] [JIRA Studio] (MH-9215) Cannot re-apply encoding workflow to an episode due to missing file extension in media package element URL

2012-10-01 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-9215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31857#comment-31857 ] Karen Dolan commented on MH-9215: - Do agnostic URLs require file extensions? Would the missing

[Opencast Matterhorn] [JIRA Studio] (MH-7831) Series assigned to an episode does not make it into the DublinCore catalog as "isPartOf"

2012-10-01 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-7831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31858#comment-31858 ] Karen Dolan commented on MH-7831: - Replacing "ispartof" with "isPartOf" in th

[Opencast Matterhorn] [JIRA Studio] (MH-9260) Cannot Archive or Retract from Distribute-Streaming

2012-11-07 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-9260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32120#comment-32120 ] Karen Dolan commented on MH-9260: - (Related comments from Matterhorn List 11-6-2012) Question by

[Opencast Matterhorn] [JIRA Studio] (MH-9258) Ingest fails on upload (can't add dublin core catalog to mediapackage) if provide a value for Series (on testadmin)

2012-11-16 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-9258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32188#comment-32188 ] Karen Dolan commented on MH-9258: - I cannot duplicate error either. Using a newly created series

[Opencast Matterhorn] [JIRA Studio] (MH-8774) Admin tools throwing errors in Firefox

2012-11-20 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-8774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32204#comment-32204 ] Karen Dolan commented on MH-8774: - I got bit by this before and solved by changing   to   Here'

[Opencast Matterhorn] [JIRA Studio] (MH-5048) View Info & Confirmation areas/fields not same as Schedule/Upload/Edit form fields

2012-11-28 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-5048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32317#comment-32317 ] Karen Dolan commented on MH-5048: - Michelle and all, I will look into why recurring sched

[Opencast Matterhorn] [JIRA Studio] (MH-9139) Broken image link in Distributed Engage REST Documentation

2012-11-29 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-9139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32326#comment-32326 ] Karen Dolan commented on MH-9139: - It's purely cosmetic, Safari and IE display their defau

[Opencast Matterhorn] [JIRA Studio] (MH-8906) As a capture agent, I only need to ingest what is not available on the server already

2012-12-12 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-8906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32589#comment-32589 ] Karen Dolan commented on MH-8906: - User concern: If the Matterhorn "merge" is implemente

[Opencast Matterhorn] [JIRA Studio] (MH-9280) Archive operation fails with message 'Could not copy asset'

2013-01-16 Thread Karen Dolan (Commented) (JIRA)
[ http://opencast.jira.com/browse/MH-9280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32781#comment-32781 ] Karen Dolan commented on MH-9280: - Rute is not able to test the assumption because our MH systems ar

  1   2   >