[ 
http://opencast.jira.com/browse/MH-8851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=30915#comment-30915
 ] 

Adam McKenzie commented on MH-8851:
-----------------------------------

I verified last night with 8 recordings 1 minute apart with a duration of 1.5 
hours that it was the drop frames that was causing the issue. If you want to 
patch the problem it is:

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,7 +181,7 @@
     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.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,7 +139,7 @@
     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.setCaps(Caps.fromString(caps));

                
> 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]
_______________________________________________

Reply via email to