<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div class="elementToProof"><span style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);" class="elementToProof">
<p data-sourcepos="1:1-3:150" dir="auto" class="ContentPasted0">Hi, we use gstreamer in C# to show live camera stream. User can save the video stream on the disk while the live video is playing on the screen. We use "pad" to record the stream. We can save the
 stream properyl. However, user wants to save videos in 30 sec chunks. For example we start the recording, many 30 sec videos should occur on disk until stop recording.</p>
<p data-sourcepos="5:1-5:87" dir="auto" class="ContentPasted0">Below code sentence is used to split but the times of all video ara smaller than 30sn.</p>
<p data-sourcepos="7:1-8:102" dir="auto" class="ContentPasted0">filesink = ElementFactory.Make("splitmuxsink", "splitmuxsink"); filesink["max-size-time"] = (Commons.Commons.VIDEO_REGISTRATION_TIME + 1) * 1000000000; // 30 sec.</p>
<p data-sourcepos="10:1-10:76" dir="auto" class="ContentPasted0">How can we split the video as a time while playing live stream on the panel?</p>
<br>
</span></div>
</body>
</html>