Le primidi 21 ventôse, an CCXXIII, Reimar Döffinger a écrit :
> Of course, it's just a pointless waste of server CPU time for already
> compressed files.
Possibly not just CPU time, user time too: on my box (rather fast for that
kind of thing), the speed drops from 2500 Mo/s (based on used CPU tim
On 11.03.2015, at 13:05, Lukasz Marek wrote:
> On 11.03.2015 11:15, Nicolas George wrote:
>>
>>
>> I firmly believe in the following principles:
>>
>> 1. If the user made an explicit choice, the application must obey, even if
>>the choice seems stupid.
>>
>>In the case of SSH: compr
On 11.03.2015 11:15, Nicolas George wrote:
Le primidi 21 ventôse, an CCXXIII, Florian Jacob a écrit :
Do we have a way to apply
ffmpeg-specific options?
We can force to use no compression in the code, by adding this line:
ssh_options_set(libssh->session, SSH_OPTIONS_COMPRESSION, "no");
after
On 11.03.2015, at 11:15, Nicolas George wrote:
> I firmly believe in the following principles:
>
> 1. If the user made an explicit choice, the application must obey, even if
> the choice seems stupid.
>
> In the case of SSH: compression is disabled by default, so enabling it is
> an explic
On 11.03.2015, at 11:00, Florian Jacob wrote:
> Am Mittwoch, 11. März 2015, 10:27:55 schrieb Reimar Döffinger:
>> On 11.03.2015, at 10:13, Florian Jacob
> wrote:
>> If so, should they default to disabling compression?
> I only use ffmpeg to play videos in already-compressed formats, so it woul
Le primidi 21 ventôse, an CCXXIII, Florian Jacob a écrit :
> > Do we have a way to apply
> > ffmpeg-specific options?
> We can force to use no compression in the code, by adding this line:
>
> ssh_options_set(libssh->session, SSH_OPTIONS_COMPRESSION, "no");
>
> after parsing the config file.
I t
Am Mittwoch, 11. März 2015, 10:27:55 schrieb Reimar Döffinger:
> On 11.03.2015, at 10:13, Florian Jacob
wrote:
> > 11.03.2015, 00:51:39 by Timothy Gu:
> >> Does this patch change the default behavior in any way?
> >
> > No, at least it's not intended to change for users who don't have a
> > ~/.s
Le primidi 21 ventôse, an CCXXIII, Reimar Döffinger a écrit :
> Well, I can think of one case: users that enable compression in the config
> file.
> That makes sense for interactive session and when copying normal files, but
> for multimedia it is mostly nonsense.
Yes, but that applies to all SS
On 11.03.2015, at 10:13, Florian Jacob wrote:
> 11.03.2015, 00:51:39 by Timothy Gu:
>> Does this patch change the default behavior in any way?
>
> No, at least it's not intended to change for users who don't have a
> ~/.ssh/config.
>
> If there are users who have a config lying around and expec
11.03.2015, 00:51:39 by Timothy Gu:
> Does this patch change the default behavior in any way?
No, at least it's not intended to change for users who don't have a
~/.ssh/config.
If there are users who have a config lying around and expecting it to be
ignored, let's say they don's specify a usern
On 11.03.2015 01:51, Timothy Gu wrote:
On Tue, Mar 10, 2015 at 5:47 PM Lukasz Marek
wrote:
On 11.03.2015 01:13, Florian Jacob wrote:
libssh provides a function for parsing ~/.ssh/config for ssh connection
parameters like user, hostname, identity file
and port. This patch makes ffmpeg use th
On Tue, Mar 10, 2015 at 5:47 PM Lukasz Marek
wrote:
> On 11.03.2015 01:13, Florian Jacob wrote:
> > libssh provides a function for parsing ~/.ssh/config for ssh connection
> parameters like user, hostname, identity file
> > and port. This patch makes ffmpeg use this function to take parameters
>
On 11.03.2015 01:13, Florian Jacob wrote:
libssh provides a function for parsing ~/.ssh/config for ssh connection
parameters like user, hostname, identity file
and port. This patch makes ffmpeg use this function to take parameters from the
config file for everything that's not
explicitely set i
libssh provides a function for parsing ~/.ssh/config for ssh connection
parameters like user, hostname, identity file
and port. This patch makes ffmpeg use this function to take parameters from the
config file for everything that's not
explicitely set in the url. It also supports host aliases, i.
> > libavformat/libssh.c | 11 ---
> > 1 file changed, 8 insertions(+), 3 deletions(-)
> >
> > diff --git a/libavformat/libssh.c b/libavformat/libssh.c
> > index 3ec60cb..1ed1d72 100644
> > --- a/libavformat/libssh.c
> > +++ b/libavformat/libssh.c
> > @@ -55,6 +55,10 @@ static av_cold
On 11.03.2015 00:22, Florian Jacob wrote:
libssh provides a function for parsing ~/.ssh/config for ssh connection
parameters like user, hostname, identity file
and port. This patch makes ffmpeg use this function to take parameters from the
config file for everything that's not
explicitely set i
libssh provides a function for parsing ~/.ssh/config for ssh connection
parameters like user, hostname, identity file
and port. This patch makes ffmpeg use this function to take parameters from the
config file for everything that's not
explicitely set in the url. It also supports host aliases, i.
17 matches
Mail list logo