From: Steven Liu <lingjiujianke@gmail.com> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH 1/2] avformat/flvenc: Add support for HEVC over flv in muxer Date: Wed, 12 Apr 2023 11:10:28 +0800 Message-ID: <CADxeRwmp3e8Mp0NO51ypQY_+XuJe6+p=HNPCRF2NBK2H=DoB_g@mail.gmail.com> (raw) In-Reply-To: <CAEg-Je8bYmpQ--eP1Qo3Lp6xPqNEtHtySwX+woKhFat-6y-NbQ@mail.gmail.com> Neal Gompa <ngompa13@gmail.com> 于2023年4月12日周三 09:27写道: > > On Tue, Apr 11, 2023 at 5:25 AM Steven Liu <lingjiujianke@gmail.com> wrote: > > > > Neal Gompa <ngompa13@gmail.com> 于2023年4月11日周二 16:57写道: > > > > > > On Thu, Apr 6, 2023 at 1:03 PM Jan Ekström <jeebjp@gmail.com> wrote: > > > > > > > > On Thu, Apr 6, 2023 at 6:11 PM Gyan Doshi <ffmpeg@gyani.pro> wrote: > > > > > > > > > > > > > > > > > > > > On 2023-04-06 08:14 pm, Lance Wang wrote: > > > > > > On Thu, Apr 6, 2023 at 8:14 PM Steven Liu <lq@chinaffmpeg.org> wrote: > > > > > > > > > > > >> Implements HEVC according to enhanced RTMP spec found at > > > > > >> https://github.com/veovera/enhanced-rtmp > > > > > >> > > > > > >> > > > > > > I think It's document or draft and not specs, I haven't heard any > > > > > > information for the > > > > > > veovera software organization. So before implementation, please prove it's > > > > > > recognized authority. Please see rfc2026. > > > > > > > > > > Their Github readme claims > > > > > > > > > > "Additionally, Veovera has welcomed new members to the organization > > > > > including Adobe, Google and Veriskope." > > > > > > > > > > I didn't find any public corroboration by these companies. > > > > > > > > > > > > > Yea, it seems like this was mostly done in the background (classic > > > > corporations being corporations), but I think the most direct way to > > > > notice that Google at least has acknowledged this extension is because > > > > Youtube now seems to support AV1 live stream ingest via RTMP with > > > > these extensions. > > > > > > > > > > Notably though, these patches don't implement that, though. :( > > This is first step, if this patchset can be merge is means that the > > av1,vp9 can be accpected too. :D > > > > Could you submit a complete version when you respin v4? The only > endpoint I can reasonably test is YouTube, so not having AV1 support > makes it difficult for me to try it out... you can test it by ossrs :D I think i can submit new patchset after this patchset be merged :D > > > > -- > 真実はいつも一つ!/ Always, there's only one truth! > _______________________________________________ > 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". _______________________________________________ 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".
next prev parent reply other threads:[~2023-04-12 3:10 UTC|newest] Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-04-06 12:12 Steven Liu 2023-04-06 12:12 ` [FFmpeg-devel] [PATCH 2/2] avformat/flvdec: support demux HEVC in Enhancing FLV Steven Liu 2023-04-06 12:18 ` James Almer 2023-04-06 12:24 ` [FFmpeg-devel] [PATCH v2 " Steven Liu 2023-04-06 12:30 ` Martin Storsjö 2023-04-06 12:38 ` Steven Liu 2023-04-06 13:19 ` Martin Storsjö 2023-04-07 2:51 ` Steven Liu 2023-04-07 18:54 ` Martin Storsjö 2023-04-08 3:22 ` [FFmpeg-devel] [PATCH v3 1/2] avformat/flvenc: Add support for HEVC over flv in muxer Steven Liu 2023-04-08 3:22 ` [FFmpeg-devel] [PATCH v3 2/2] avformat/flvdec: support demux HEVC in Enhanced FLV Steven Liu 2023-04-06 12:30 ` [FFmpeg-devel] [PATCH 2/2] avformat/flvdec: support demux HEVC in Enhancing FLV Steven Liu 2023-04-06 14:44 ` [FFmpeg-devel] [PATCH 1/2] avformat/flvenc: Add support for HEVC over flv in muxer Lance Wang 2023-04-06 15:10 ` Gyan Doshi 2023-04-06 15:32 ` Jean-Baptiste Kempf 2023-04-06 17:03 ` Jan Ekström 2023-04-11 8:56 ` Neal Gompa 2023-04-11 9:24 ` Steven Liu 2023-04-12 1:26 ` Neal Gompa 2023-04-12 3:10 ` Steven Liu [this message] 2023-04-12 4:27 ` [FFmpeg-devel] [PATCH v4 1/4] " Steven Liu 2023-04-12 4:27 ` [FFmpeg-devel] [PATCH v4 2/4] avformat/flvdec: support demux HEVC in Enhanced FLV Steven Liu 2023-04-12 4:27 ` [FFmpeg-devel] [PATCH v4 3/4] avformat/flvenc: support mux av1 " Steven Liu 2023-04-12 4:27 ` [FFmpeg-devel] [PATCH v4 4/4] avformat/flvdec: support demux " Steven Liu 2023-04-12 4:32 ` [FFmpeg-devel] [PATCH 1/2] avformat/flvenc: Add support for HEVC over flv in muxer Steven Liu 2023-04-12 4:42 ` Steven Liu 2023-04-12 4:37 ` [FFmpeg-devel] [PATCH v5 1/4] " Steven Liu 2023-04-12 4:37 ` [FFmpeg-devel] [PATCH v5 2/4] avformat/flvdec: support demux HEVC in Enhancing FLV Steven Liu 2023-04-12 4:37 ` [FFmpeg-devel] [PATCH v5 3/4] avformat/flvenc: support mux av1 in Enhanced FLV Steven Liu 2023-04-12 4:37 ` [FFmpeg-devel] [PATCH v5 4/4] avformat/flvdec: support demux " Steven Liu 2023-04-12 7:30 ` [FFmpeg-devel] [PATCH v6 1/4] avformat/flvenc: Add support for HEVC over flv in muxer Steven Liu 2023-04-12 7:30 ` [FFmpeg-devel] [PATCH v6 2/4] avformat/flvdec: support demux HEVC in Enhancing FLV Steven Liu 2023-04-12 7:30 ` [FFmpeg-devel] [PATCH v6 3/4] avformat/flvenc: support mux av1 in Enhanced FLV Steven Liu 2023-04-12 7:31 ` [FFmpeg-devel] [PATCH v6 4/4] avformat/flvdec: support demux " Steven Liu 2023-04-13 0:41 ` [FFmpeg-devel] [PATCH v6 1/4] avformat/flvenc: Add support for HEVC over flv in muxer Jean-Baptiste Kempf 2023-04-13 6:29 ` [FFmpeg-devel] [PATCH v7 " Steven Liu 2023-04-13 6:29 ` [FFmpeg-devel] [PATCH v7 2/4] avformat/flvdec: support demux hevc in enhanced flv Steven Liu 2023-04-13 6:29 ` [FFmpeg-devel] [PATCH v7 3/4] avformat/flvenc: support mux av1 " Steven Liu 2023-04-13 6:29 ` [FFmpeg-devel] [PATCH v7 4/4] avformat/flvdec: support demux " Steven Liu 2023-04-13 6:41 ` [FFmpeg-devel] [PATCH v6 1/4] avformat/flvenc: Add support for HEVC over flv in muxer Steven Liu
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to='CADxeRwmp3e8Mp0NO51ypQY_+XuJe6+p=HNPCRF2NBK2H=DoB_g@mail.gmail.com' \ --to=lingjiujianke@gmail.com \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git