<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style><style type="text/css"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">As the title states, I have a gstreamer application that is working on Android Studio. I'm using a Gstreamer pipeline to stream video wirelessly, and it works well each time except
for the first time I call one of the native functions nativePlay or nativePause. I thought it had to do with actually initializing Gstreamer but I see that Gstreamer is initialized for me before onResume, so it should be initialized before I attempt to call
these functions.
<div><br>
</div>
<div>My question is, what is it about the first function call of nativePlay() or nativePause() that is hanging my app for 2 minutes (Skipping 7,000 frames of video stream), but when it finishes and I try it again it works perfectly?</div>
<div><br>
</div>
<div>Also, more importantly, how can I circumvent that wait time?</div>
<div><br>
</div>
<div>Thanks so much,</div>
<div>Matthew Ruth</div>
</div>
</body>
</html>