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 D5C9C45E0A for ; Fri, 12 May 2023 10:30:40 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 161AC68BF9B; Fri, 12 May 2023 13:30:37 +0300 (EEST) Received: from btbn.de (btbn.de [136.243.74.85]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 83D0068ABBC for ; Fri, 12 May 2023 13:30:30 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 05EAF132395 for ; Fri, 12 May 2023 12:30:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1683887430; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EWd/KGOL1lNZ6R+PHkvlI/y3Wd8glvfFauzjlgSn+Rk=; b=H7uRDTPMosUhwDTvzZMlXeBvn9Z1PAZSg+//yO7U5C4DOYREOO3uaGVGrJDNc5uqg5kPby TekJ2gbjiqWqvv/SCg1ky4WYUwnXr3qsc4f8e1b5/8qcfA6W0v58Megqh21n+UJ0D5l5sv xMjTF6/y3gQyl/nyE7OzJzrOGxBrjwQ1Oa7QeOBPI3Nu0EiPpIm+ZMhoTMOFrcUswqYmqN h8+liLUP/0eT1imLAfPnFOQZ8eQn+v8jmHAaIjrC12vpJMVoTlUaN9/g5yMsexuOakI9T/ kPdBctHC1tulYh93q3ukxHt4MDt1A5hgfHXMHBdBwFF7fIvwWfFKa0ji7bTxvQ== Message-ID: <5425937e-bac2-ac47-ecd5-fd9293c481d1@rothenpieler.org> Date: Fri, 12 May 2023 12:31:23 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 To: ffmpeg-devel@ffmpeg.org References: <20230512035901.22731-1-lq@chinaffmpeg.org> Content-Language: en-US, de-DE From: Timo Rothenpieler In-Reply-To: <20230512035901.22731-1-lq@chinaffmpeg.org> 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 12/05/2023 05:58, 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 This is very much a nit, but one of those commit messages is not like the others :D > 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 > > libavformat/Makefile | 2 +- > libavformat/flv.h | 15 +++++++++ > libavformat/flvdec.c | 73 +++++++++++++++++++++++++++++++++++++++----- > libavformat/flvenc.c | 58 +++++++++++++++++++++++++++++------ > 4 files changed, 130 insertions(+), 18 deletions(-) > _______________________________________________ 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".