<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<br>
<br>
Ian Smith-Heisters wrote:<br>
<blockquote type="cite"
 cite="mid20040504133548.26273.qmail@webmail-2-5.mesa1.secureserver.net">
  <pre wrap="">I've got PDP and PiDiP working well now. I'm using a webcam stream on one place on a pdp_canvas, recording it,
and playing it via pdp_qt at other places on the canvas. This works well, but if I try to run both the stream
and recorded .mov I get a steady stream of pdp_drops, memory usage goes through the roof, and brings everything
to a grinding halt or makes a segmentation fault. I read this in the archives:

On tor, 2003-03-25 at 11:59, Yves Degoyon wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">that's perfectly normal, this behaviour you get :
that's because PiDiP objects do not support grey scale images,
you have to pass yuv12 packets to them and, then, eventually,
turn the result into grey images with "pdp_grey".</pre>
  </blockquote>
</blockquote>
no,this is obsolete now, all packets are converted internally.<br>
<blockquote type="cite"
 cite="mid20040504133548.26273.qmail@webmail-2-5.mesa1.secureserver.net">
  <blockquote type="cite">
    <pre wrap="">
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Is this the same problem? If so, how can I convert the stream to yuv12 before it gets to pdp_rec~? Should I
maybe be using pdp_yqt instead of pdp_qt?</pre>
</blockquote>
this, yes, it's lighter.<br>
<blockquote type="cite"
 cite="mid20040504133548.26273.qmail@webmail-2-5.mesa1.secureserver.net">
  <pre wrap="">

I have pdp in its own thread, a [block~ 131072 8] which doesn't seem to help, and memory usage set to 100 megs
max. </pre>
</blockquote>
it's not so much, especially for the canvas.<br>
<blockquote type="cite"
 cite="mid20040504133548.26273.qmail@webmail-2-5.mesa1.secureserver.net">
  <pre wrap="">Problem is, instead of managing the memory as I'd hoped, it just exits when it goes over that limit. I am
trying to loop the video with pdp_qt </pre>
</blockquote>
there is a 'loop' message to pdp_qt or pdp_yqt for that purpose.<br>
<br>
cheers,<br>
sevy<br>
</body>
</html>