Hi, Can't remember if I posted this to list, but I don't see it in my email client history so I'll try again:
> 2) The items in /downloads and /stream cannot be linked against one > another because both are individual distribution channels and have > (by design) no knowledge about each other. In addition If we are not allowing downloading, and just using red5, do we need /downloads at all? Our workflow definition (http://pastebin.com/HuZ0NDqt), has these two operations, can I nuke the first? <operation id="distribute-download" fail-on-error="true" exception-handler-workflow="error" description="Distributing to progressive downloads"> <configurations> <configuration key="source-tags">engage,atom,rss,-publish</configuration> <configuration key="target-tags">publish</configuration> </configurations> </operation> <operation id="distribute-streaming" fail-on-error="true" if="${org.opencastproject.streaming.url}" exception-handler-workflow="error" description="Distributing to streaming server"> <configurations> <configuration key="source-tags">engage,-publish</configuration> <configuration key="target-tags">publish</configuration> </configurations> </operation> Chris -- Christopher Brooks, BSc, MSc ARIES Laboratory, University of Saskatchewan Web: http://www.cs.usask.ca/~cab938 Phone: 1.306.966.1442 Mail: Advanced Research in Intelligent Educational Systems Laboratory Department of Computer Science University of Saskatchewan 176 Thorvaldson Building 110 Science Place Saskatoon, SK S7N 5C9 _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
