From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id D1C5F49224 for ; Thu, 7 Mar 2024 15:07:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 86E5368CD06; Thu, 7 Mar 2024 17:07:01 +0200 (EET) Received: from mail-ed1-f49.google.com (mail-ed1-f49.google.com [209.85.208.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C005968C4D2 for ; Thu, 7 Mar 2024 17:06:55 +0200 (EET) Received: by mail-ed1-f49.google.com with SMTP id 4fb4d7f45d1cf-564647bcdbfso1233782a12.2 for ; Thu, 07 Mar 2024 07:06:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1709824015; x=1710428815; darn=ffmpeg.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=pq1FqEsy2Xd5nuq741K3lc0eRAOH+wissSowAkrFsj0=; b=MiKBOYudEAJZvaOcKAdtzyv3niUz4EPfBzDzMlIlgYNQ+gdAaAaLXIvxXve3M34su2 dH38S9rQF2I46xQZtwNTtsGZ+3msupLYsl1u+evCbBkr6WkUUhjWGWX1FpCBrLIh+F0O pCpF0NVOKGiy+3JnY8SSO+PeMuESchDU4QHMtk6SbTNR3plcPuIgrAS0+mMGVcQETs2x ieydQNPXfPTxeUDz9Qx3uPLl09PsX379EV9WSxxmhWBKTSKLVKKjZo9lMTVz+TmaXdn4 JozII5scusfShfOSinJfrQpxSj5wd/WZMGl1c40qnG8lJRDVXaduG3pBTYrS8RtjJQ/I TqqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709824015; x=1710428815; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=pq1FqEsy2Xd5nuq741K3lc0eRAOH+wissSowAkrFsj0=; b=o6Tl5hE2gjCdahk6FJ4XxZBPVAQzA79mTb2Dvr9z55mVas4pJH6IBNaQjq54kdpg0Y U30a43hnAG4d/K/jJxtfdzbSimZy6L10tq6rcTDcMyhc/8g8H2BgUbdNypSD6DtlkDWf 4CzW4z69gyvOB3xAp0M9Ms9iARsbfPGQ532cVDLH9l01VdLi6SrQvpoG0a5MNg7V2an7 ExXamfMbDKE49cu7UxI+vl4AuzfQdZ1FhHOTRUbdez4SpXZRkSLbBJEzawpTtCJ9aFbG YtkugK1yPpNQa2H/0I8LcfU9D605Y2HloAIkEmunBGLuZ8edlu0bUeYhlA/W72FLXrWZ wVoQ== X-Gm-Message-State: AOJu0YzCqzMSxmxJ45FMuDf5geOoO0ubpEVOck5Q62kbNkEif6iNaWdH x80PGezWHM320f7e1xEvv7Z1HyBtop2UWYq4BDlmKHs+azaFjkNRtebrqmOELnZgBWdOn3f1tFO yoVzHzc3P3wK0oOLwX6nF1SC7YNZPrxJuP5Paki8V X-Google-Smtp-Source: AGHT+IFtucOFuFn68SgHVCj/Jo+l+ClLSMXZHz+GZtxwcH82ZgxVbIwnw6HFzXgDH5KG2xiFQ8nFzWLdJzWfQcsxc8w= X-Received: by 2002:a50:cb8a:0:b0:565:af1d:7416 with SMTP id k10-20020a50cb8a000000b00565af1d7416mr44306edi.5.1709824014616; Thu, 07 Mar 2024 07:06:54 -0800 (PST) MIME-Version: 1.0 From: Sergio Garcia Murillo Date: Thu, 7 Mar 2024 16:06:43 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: [FFmpeg-devel] Patch which requires a new library X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 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 authentication. I have the code ready, but it requires using https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk library (which is MIT, so there should be no license issues) and I am not sure what is the best way of adding it to the configuration file and adding the conditional compile flags to enable the feature or not. Could anyone give me any pointers on what is the best way of doing this? Best regards Sergio _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".