<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Im working with the Raspberry Pi. Im recording with one Pi and share it to a smb folder. The other Pi  takes the file an transcodes it.<div>What should i use instead of filesrc?<br><br><div>Subject: Re: Filesrc with no EOS possible?<br>From: sebastian@centricular.com<br>To: gstreamer-devel@lists.freedesktop.org<br>Date: Wed, 23 Apr 2014 11:25:18 +0200<br><pre>You mean your file is growing while you read it? Well, filesrc will read<br>as fast as it can and when it reaches the end it is checking again the<br>file size, then reads again until the end. Of course this can lead to<br>the situation where the file size did not increase between the last read<br>and the check, and in that case filesrc is going EOS.<br> <br>How are you creating this file? Most likely it will work much better if<br>you implement a custom source element for your input (or appsrc) or use<br>a better suited source element than filesrc for your use case (e.g.<br>fdsrc).<br> <br>-- <br>Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>Expertise, Straight from the Source<br></pre><br>_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</div></div>                                     </div></body>
</html>