Hi folks,
We just had a user pop up in the Matterhorn IRC channel asking for help getting his BBB instance to talk to his Matterhorn core. It was ingesting, but Matterhorn was not finding any media associated with the mediapackage. His problem was caused by a change on the Matterhorn end: We changed (actually formalized) some of our namespacing rules, and it looks like BBB's integration hasn't caught up just yet. For 1.3 and older versions of Matterhorn, a manifest header looks like
<ns2:mediapackage duration="175000" start="2013-05-22T15:10:59" xmlns:ns2="
http://mediapackage.opencastproject.org">
whereas now it needs to look like
<mediapackage xmlns="
http://mediapackage.opencastproject.org" duration="$duration" start="YYYY-MM-DDTHH:MM:SS">.
A full example manifest can be found at
https://opencast.jira.com/wiki/display/MHDOC/MediaPackage+Manifest.
Do I need to file a bug for this? I couldn't find anything in the database.
G