Hi,
I am developing my capture agent. It registers to matterhorn, recording can be
scheduled.
It reads the scheduler, knows that recording has been scheduled.
Then it changes the state of recording from:
"Upcoming" to "Capturing".
Once it is captured I change the state from "capturing" to "Capture_finished".
(BTW: there is no difference on admin page)
Then I want to ingest the recording.
I created a full .zip media package - but it resulted in new recording entry -
next to the one with state of "capturing".
What is the proper way of ingesting the recording ?
I use:
GET /scheduler/{captureAgentId}/calendar
then:
POST /capture-admin/recordings/{id}
to change recording state to "capturing" then "capture_finished"
and then...
what should I do ?
-Pawel
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn
To unsubscribe please email
[email protected]
_______________________________________________