Re: [PATCH v3 5/9] h264: new vnc option to configure h264 at server side

2025-04-25 Thread Dietmar Maurer
> Overloading one config option to both turn h264 on/off, > an choose encoding is not very desirable. > > IMHO there should be a "h264=" option to turn it > on/off, and a separate flag to choose the encoder. will do that. > Do we even need to give a list of encoders, as opposed > to just choosi

Re: [PATCH v3 5/9] h264: new vnc option to configure h264 at server side

2025-04-23 Thread Daniel P . Berrangé
On Fri, Apr 18, 2025 at 01:29:49PM +0200, Dietmar Maurer wrote: > Values can be 'on', 'off', or a space sparated list of > allowed gstreamer encoders. space separated list values on the command line is incredibly unpleasant syntax as it requires quoting the args. > > - on: automatically select t

Re: [PATCH v3 5/9] h264: new vnc option to configure h264 at server side

2025-04-21 Thread Marc-André Lureau
Hi On Fri, Apr 18, 2025 at 3:30 PM Dietmar Maurer wrote: > > Values can be 'on', 'off', or a space sparated list of separated > allowed gstreamer encoders. > > - on: automatically select the encoder 'auto' then (default?) > - off: disbale h264 disable 'auto'/'off' but there should be 'on' t