glcs icon indicating copy to clipboard operation
glcs copied to clipboard

deprecating code around glc file format

Open lano1106 opened this issue 10 years ago • 2 comments

This is long term issue. glc file format support will at least be still around at the next release to help smooth migration from glc to glcs.

but as the piping code mature and demonstrate its viability, I think that it will be hard to justify to keep around the old code.

For the sake of simplifying (the already complex) UI and keep the maintenance easy, I think that this code should be removed.

lano1106 avatar Mar 14 '14 04:03 lano1106

Removing the GLC file format stuff in favor of piping sounds good to me. It would allow the removal of an absolutely massive amount of code and dependencies, greatly simplifying this library's design.

That said, I still have yet to successfully record for more than a few seconds through the pipe system. :wink:

ZDBioHazard avatar Mar 25 '14 05:03 ZDBioHazard

Come over the GLCS forum thread at

https://bbs.archlinux.org/viewtopic.php?id=178343

with a copy of your glcs.log and a copy of your pipe cmd line (You have to personalize it for your setup to work).

I'll be happy to help.

2 advices that comes to my mind is to:

  1. adjust your system setting /proc/sys/fs/pipe-max-size as specified in the log
  2. Depending on your cpu, you need to adjust the libx264 preset to the value of the highest quality that your cpu is able to process in realtime. For mine, it is veryfast. Do some test with ultrafast at first.

lano1106 avatar Mar 26 '14 05:03 lano1106