> > Furthermore I send here the > org.opencastproject.capture.impl.ConfigurationManager.properties > file of > the CA. What is the difference between > capture.agent.state.remote.endpoint.url and > capture.recording.state.remote.endpoint.url? > >
Hi Stefan. capture.agent.state.remote.endpoint.url is used to report capture agent's state - what the Capture Agent is doing. The states are: "idle", "capturing", "powering off" and "unknown" capture.recording.state.remote.endpoint.url is used to report what the capture agent is doing to the recording. Recordings states are: "capturing", "capture_finished", "uploading", "upload_finished", "compressing", .... any few other. So - stuff reported with: "capture.agent.state.remote.endpoint.url" is by design reflected on Admin Tools / Capture Agents And stuff reported with "capture.recording.state.remote.endpoint.url" is reflected on "Recordings" tab. Is this what you asked for? Have you seen the SPEC for those endpoints: http://nway.ncast.com:8080/docs.html?path=/capture-admin [look for "Set the status of a given capture agent" and "Set the status of a given recording, registering it if it is new"] --------------------------------- Other than this - I head serious problem reporting CA capabilities, and I think documenting the endpoints requires some work. Would you agree with this (posts on mailing lists are "Matterhorn's design" and "Capture Agent API") -Pawel _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
