[
http://opencast.jira.com/browse/MH-6936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24856#comment-24856
]
Adam Hochman commented on MH-6936:
----------------------------------
is it here? IngestRestService.java withing addZippedMediaPackage
else {
zipFileName = UUID.randomUUID().toString() + ".zip";
InputStream in = request.getInputStream();
try {
zipFileUri = workspace.putInCollection(COLLECTION_ID, zipFileName,
in);
} finally {
IOUtils.closeQuietly(in);
}
> Capture Agent does not stop ingesting, everything is in intest-temp
> --------------------------------------------------------------------
>
> Key: MH-6936
> URL: http://opencast.jira.com/browse/MH-6936
> Project: Matterhorn Project
> Issue Type: Bug
> Components: Architecture & Services, Capture (Devices and Software)
> Affects Versions: 1.1
> Reporter: Ruediger Rolf
> Assignee: Micah Sutton
> Priority: Release Blocker
> Fix For: 1.1
>
>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn
To unsubscribe please email
[email protected]
_______________________________________________