Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: tosvcd - broken pipe ?!? please help



Hi list,
because there are some people intrested in my patched tosvcd.c here my 
changesd to create pipe:

   //---------------------------------------------------
       //    create pipes
       //---------------------------------------------------
       pipename = tempnam("/tmp/video", "pipe");          // <---- change 
/tmp/video to suite your needs!
       rv = mknod(pipename, S_IFIFO | 0600, 0);
       if ((rv == -1) && (errno != EEXIST)) {
             if (log)
....

After that it should run. I have also mounted this directory on a ram-disk 
to speed up all a very little bit.
My question is: is there a patch to make it possible to stop the conversion 
and resume later?
By Jürgen





Home | Main Index | Thread Index