Re: [FFmpeg-devel] Patch which requires a new library

2024-03-07 Thread Kieran Kunhya
On Thu, 7 Mar 2024, 20:16 Sergio Garcia Murillo, < sergio.garcia.muri...@gmail.com> wrote: > On Thu, Mar 7, 2024 at 7:02 PM Rémi Denis-Courmont > wrote: > > > Le torstaina 7. maaliskuuta 2024, 19.30.46 EET Sergio Garcia Murillo a > > écrit : > > > > The point is we don't want to use the external

Re: [FFmpeg-devel] Patch which requires a new library

2024-03-07 Thread Sergio Garcia Murillo
On Thu, Mar 7, 2024 at 7:02 PM Rémi Denis-Courmont wrote: > Le torstaina 7. maaliskuuta 2024, 19.30.46 EET Sergio Garcia Murillo a > écrit : > > > The point is we don't want to use the external lib. > > > > For what? This is aws lib implementing the aws s3 signatures and using > > ffmpeg crypto l

Re: [FFmpeg-devel] Patch which requires a new library

2024-03-07 Thread Rémi Denis-Courmont
Le torstaina 7. maaliskuuta 2024, 19.30.46 EET Sergio Garcia Murillo a écrit : > > The point is we don't want to use the external lib. > > For what? This is aws lib implementing the aws s3 signatures and using > ffmpeg crypto libs. For not depending on an external library, especially one so small

Re: [FFmpeg-devel] Patch which requires a new library

2024-03-07 Thread Sergio Garcia Murillo
El jue, 7 mar 2024, 18:21, Kieran Kunhya escribió: > On Thu, 7 Mar 2024, 17:16 Sergio Garcia Murillo, < > sergio.garcia.muri...@gmail.com> wrote: > > > El jue, 7 mar 2024, 16:30, Kieran Kunhya escribió: > > > > > On Thu, 7 Mar 2024 at 15:07, Sergio Garcia Murillo < > > > sergio.garcia.muri...@gm

Re: [FFmpeg-devel] Patch which requires a new library

2024-03-07 Thread Kieran Kunhya
On Thu, 7 Mar 2024, 17:16 Sergio Garcia Murillo, < sergio.garcia.muri...@gmail.com> wrote: > El jue, 7 mar 2024, 16:30, Kieran Kunhya escribió: > > > On Thu, 7 Mar 2024 at 15:07, Sergio Garcia Murillo < > > sergio.garcia.muri...@gmail.com> wrote: > > > > > > > > Could anyone give me any pointers

Re: [FFmpeg-devel] Patch which requires a new library

2024-03-07 Thread Sergio Garcia Murillo
El jue, 7 mar 2024, 16:30, Kieran Kunhya escribió: > On Thu, 7 Mar 2024 at 15:07, Sergio Garcia Murillo < > sergio.garcia.muri...@gmail.com> wrote: > > > > > Could anyone give me any pointers on what is the best way of doing this? > > > > You should use a well known crypto library to implement th

Re: [FFmpeg-devel] Patch which requires a new library

2024-03-07 Thread Kieran Kunhya
On Thu, 7 Mar 2024 at 15:07, Sergio Garcia Murillo < sergio.garcia.muri...@gmail.com> wrote: > > Could anyone give me any pointers on what is the best way of doing this? > You should use a well known crypto library to implement this in FFmpeg (e.g libgcrypt, openssl etc). Kieran

[FFmpeg-devel] Patch which requires a new library

2024-03-07 Thread Sergio Garcia Murillo
Hi all! I would like to contribute a patch that adds sig v4 authentication ( https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html) to the http module. This would allow for example to play/store an MPEG DASH content stored on an S3 Bucket which requires authenticatio