[
http://opencast.jira.com/browse/MH-8851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=30896#comment-30896
]
Adam McKenzie commented on MH-8851:
-----------------------------------
It wasn't async with:
Index:
modules/matterhorn-capture-agent-impl/src/main/java/org/opencastproject/capture/pipeline/bins/producers/EpiphanVGA2USBV4LSubPngBin.java
===================================================================
---
modules/matterhorn-capture-agent-impl/src/main/java/org/opencastproject/capture/pipeline/bins/producers/EpiphanVGA2USBV4LSubPngBin.java
(revision 10958)
+++
modules/matterhorn-capture-agent-impl/src/main/java/org/opencastproject/capture/pipeline/bins/producers/EpiphanVGA2USBV4LSubPngBin.java
(working copy)
@@ -181,9 +181,9 @@
src.setCaps(Caps.fromString("image/png, framerate=(fraction)25/1"));
capsFilter.setCaps(Caps.fromString(caps));
sink.set(GStreamerProperties.EMIT_SIGNALS, "false");
- sink.set(GStreamerProperties.DROP, "false");
+ sink.set(GStreamerProperties.DROP, "true");
sink.set(GStreamerProperties.ASYNC, "true");
- sink.set(GStreamerProperties.MAX_BUFFERS, "5");
+ sink.set(GStreamerProperties.MAX_BUFFERS, "1");
sink.setCaps(Caps.fromString(caps));
}
Index:
modules/matterhorn-capture-agent-impl/src/main/java/org/opencastproject/capture/pipeline/bins/producers/EpiphanVGA2USBV4LSubTestSrcBin.java
===================================================================
---
modules/matterhorn-capture-agent-impl/src/main/java/org/opencastproject/capture/pipeline/bins/producers/EpiphanVGA2USBV4LSubTestSrcBin.java
(revision 10958)
+++
modules/matterhorn-capture-agent-impl/src/main/java/org/opencastproject/capture/pipeline/bins/producers/EpiphanVGA2USBV4LSubTestSrcBin.java
(working copy)
@@ -139,9 +139,9 @@
src.set(GStreamerProperties.DO_TIMESTAP, "false");
capsFilter.setCaps(Caps.fromString(caps));
sink.set(GStreamerProperties.EMIT_SIGNALS, "false");
- sink.set(GStreamerProperties.DROP, "false");
+ sink.set(GStreamerProperties.DROP, "true");
sink.set(GStreamerProperties.ASYNC, "true");
- sink.set(GStreamerProperties.MAX_BUFFERS, "5");
+ sink.set(GStreamerProperties.MAX_BUFFERS, "1");
sink.setCaps(Caps.fromString(caps));
}
Testing drop frames. If it isn't drop frames alone it must be some combination
of the three.
> Examine diffs between 1.2 and 1.3 capture agent for code changes that causes
> the jvm to crash
> ---------------------------------------------------------------------------------------------
>
> Key: MH-8851
> URL: http://opencast.jira.com/browse/MH-8851
> Project: Matterhorn Project
> Issue Type: Sub-Task
> Components: Capture (Devices and Software)
> Affects Versions: 1.4, 1.3
> Reporter: Adam McKenzie
> Assignee: Adam McKenzie
> Priority: Release Blocker
> Fix For: 1.4, 1.3
>
> Attachments: removeDebugToDotAndAsyncMaxBuffers.patch,
> revision-11044.diff, svn.log, trunk.diff
>
>
> I cannot reproduce the issue on 1.2 in conditions that it reliably happens in
> 1.3. Therefore, I am going to go through all of the commits after the svn log
> says the 1.2 branch happened for the capture agent bundle
> (modules/matterhorn-capture-agent-impl) to determine possible candidates that
> are issues. Then I will create tasks to revert the code and test it on
> capture agents to isolate what might be causing the issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
http://opencast.jira.com/secure/ContactAdministrators!default.jspa
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]
_______________________________________________