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 5678844F5E for ; Fri, 12 May 2023 10:48:02 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 35A0768C123; Fri, 12 May 2023 13:48:01 +0300 (EEST) Received: from mail-ej1-f45.google.com (mail-ej1-f45.google.com [209.85.218.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 345A768BF06 for ; Fri, 12 May 2023 13:47:55 +0300 (EEST) Received: by mail-ej1-f45.google.com with SMTP id a640c23a62f3a-969f90d71d4so732889966b.3 for ; Fri, 12 May 2023 03:47:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1683888474; x=1686480474; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=kWjNeAKck5uU4fh5uZbFEcGGAOquiKivb5o2CwkjeDE=; b=rPNaQFm/0/ZTs0LqWBuBvK8h5k0SikgLOr0StbIeSONR0VenUrI9b+9Htsr4pIsBcD c49F4xJDU0m9ZTOt07vURkcMhCtkk24YHridU6MTheX9aqh/KOPoC2hLodl8/QZ8TaNj 8P4xibBFvHvXWcDd0B7Y7Tr6YA4ql96vz6QWO61Klxugqtb/oyMiap8C75+ihI0Uteht 02MhXenfhhObV2CRatCSBknUHhHjR7cIqHmlLj7BdSFCQdD7dGc05/EQpFRjcEBrN3lj DgB8Q6G9EAj3HHVimp6ZRu3PE20uiFrtC8PHLQ8FvXU3rmjP+xeMyp6ZQWFix5/hwrdU ZJMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1683888474; x=1686480474; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=kWjNeAKck5uU4fh5uZbFEcGGAOquiKivb5o2CwkjeDE=; b=OAg3p7EfYK8cN+T4kFH33PzF3117BMayoT1gpJXVFWIGG0Xi/PR4EDVcIbuFmyWiV7 +wmpF+/SO4PEaYVsHe5WodpOY7M6aoiVANxIpewPI3KlQJpcXs0hSr/17i+JlUKFdTtr PXPfZH5316e/r1TfY7NosKGQN9qVGC+T6uyt6JGuQBHR8/UH/ekn8+nPC8i+cuJxPOa7 X/M2EfxYk5nFHSbjjaHEqklxdkDz4qI6fTV6nr8nDhfzpv3/syL5GyQ5SGcynm+v5e7V 8KOPTJWIibRRa+HJXkw378o4HYx/JvKFAw3Z/mUbhj3hMv4H/t6o1DmeMIkRBLiuj1D3 zghg== X-Gm-Message-State: AC+VfDw/kfKXrMsb0uuIy0sRlBWcpzZuW0SvJbLkWPVsabQENq3B3zEj JH7Zuma44btfhB6GI/oCW4Ps3/jb+IP0MpvtjCUn0jgciZg= X-Google-Smtp-Source: ACHHUZ4Khr2HRyQWXIalhXKQNxBJL+ySfHmE4w6PNKIYSFB1H2P4z+CW3px1yl4UAxV6uvmksWS9rqxNUoXpyJoBaAI= X-Received: by 2002:a17:907:7b98:b0:947:55ad:dd00 with SMTP id ne24-20020a1709077b9800b0094755addd00mr23890439ejc.26.1683888473669; Fri, 12 May 2023 03:47:53 -0700 (PDT) MIME-Version: 1.0 References: <20230512035901.22731-1-lq@chinaffmpeg.org> In-Reply-To: <20230512035901.22731-1-lq@chinaffmpeg.org> From: Vibhoothi Date: Fri, 12 May 2023 11:47:41 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH v9 0/6] Support enhanced flv in FFmpeg 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, On Fri, 12 May 2023 at 04:59, Steven Liu wrote: > > Reference file: https://github.com/veovera/enhanced-rtmp/blob/main/enhanced-rtmp-v1.pdf > The Enhanced flv has been supported by OBS, Simple Realtime Server, mpegts.js. > you can publish hevc, av1 or vp9 codec stream to Youtube over rtmp. > The enhanced flv documentation contributors include > Jean-Baptiste Kempf (FFmpeg, VideoLAN). > So this should be support by ffmpeg too. > > v8: > Support vp9 codec according to enhanced flv. > Support PacketTypeCodedFrames type for hevc in flv. > v9: > Add dependency codec object files for flvenc in Makefile. > Move the hevc,av1,vp9 codec out of FF_COMPLIANCE_UNOFFICIAL. > > Steven Liu (6): > avformat/flvenc: Add support for HEVC over flv in muxer > avformat/flvdec: support demux hevc in enhanced flv > avformat/flvenc: support mux av1 in enhanced flv > avformat/flvdec: support demux av1 in enhanced flv > avformat/flvenc: support mux vp9 in enhanced flv > avformat/flvenc: support demux vp9 in enhanced flv Nit: Shouldn't the commit message be pointing flvdec ("avformat/flvdec") instead of flvenc ("avformat/flvenc") for VP9 demuxer support? I could see the changes being made to, libavformat/flvdec.c | 11 +++++++++--, in the patch set. > > libavformat/Makefile | 2 +- > libavformat/flv.h | 15 +++++++++ > libavformat/flvdec.c | 73 +++++++++++++++++++++++++++++++++++++++----- > libavformat/flvenc.c | 58 +++++++++++++++++++++++++++++------ > 4 files changed, 130 insertions(+), 18 deletions(-) > > -- > 2.40.0 > > _______________________________________________ > 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". Best, V _______________________________________________ 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".