> > What is the proper way of ingesting the recording ?
> A great place to look for this kind of information is in
> the Felix
> configuration files.
Yes. Configuration files and source code of course.
Well, I just wanted to do this right, and I am pretty sure /or hoping/, there
is somebody who knows Matterhorn design good enough to point me the proper way
like:
use Scheduler REST Endpoint:
GET /{captureAgentId}/calendar
to get information about scheduled events,
then when the time comes, change the state of recording using:
Capture Agent Admin REST Endpoint
and POST /recordings/{id} to capturing then capture_finished
and then ingest the recording using....
--here is where I am lost.
I tried, POST /addZippedMediaPackage
but I end up having second package, instead of staring the workflow on existing
package and changing it's state to "Finished"
I should probably use:
POST /addTrack
and then some other calls.
BTW: my capture agent runs separate to Matterhorn, and I am only accessing
matterhorn via HTTP Rest endpoints.
It is designed to be used this way, right ?
-Pawel
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn
To unsubscribe please email
[email protected]
_______________________________________________