From patchwork Fri Dec 23 23:36:55 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bodecs Bela X-Patchwork-Id: 1903 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.89.21 with SMTP id n21csp88267vsb; Fri, 23 Dec 2016 15:37:06 -0800 (PST) X-Received: by 10.28.187.67 with SMTP id l64mr16793785wmf.114.1482536226346; Fri, 23 Dec 2016 15:37:06 -0800 (PST) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id n64si33625732wmn.101.2016.12.23.15.37.05; Fri, 23 Dec 2016 15:37:06 -0800 (PST) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3CD7E689A93; Sat, 24 Dec 2016 01:37:02 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail.vivacom.hu (mail.vivacom.hu [217.173.41.231]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B0EE0689210 for ; Sat, 24 Dec 2016 01:36:55 +0200 (EET) Received: from localhost (localhost [127.0.0.1]) by mail.vivacom.hu (Postfix) with ESMTP id 6D3E3884B9 for ; Sat, 24 Dec 2016 00:36:56 +0100 (CET) X-Virus-Scanned: amavisd-new at example.com Received: from mail.vivacom.hu ([127.0.0.1]) by localhost (mail.vivacom.intra [127.0.0.1]) (amavisd-new, port 10024) with LMTP id dBt-SKk2g4Dn for ; Sat, 24 Dec 2016 00:36:55 +0100 (CET) Received: from [192.168.0.10] (pool-dsl-27-004b.externet.hu [217.173.39.75]) by mail.vivacom.hu (Postfix) with ESMTPA id 38D4B8870F for ; Sat, 24 Dec 2016 00:36:55 +0100 (CET) To: FFmpeg development discussions and patches From: Bodecs Bela Message-ID: <0795306a-e5e9-a565-ff00-35f573686ace@vivanet.hu> Date: Sat, 24 Dec 2016 00:36:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 1/1] flv demuxer supports live rtmp inputs but there is no any info about it in the docs X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From af75a5bbfe9f37672478b6a67f8bcfe32b7b997f Mon Sep 17 00:00:00 2001 From: Bela Bodecs Date: Sat, 24 Dec 2016 00:21:23 +0100 Subject: [PATCH 1/1] flv demuxer supports live rtmp inputs but there is no any info about it in the docs. Signed-off-by: Bela Bodecs --- doc/demuxers.texi | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 2934a1c..c12c07e 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -243,11 +243,17 @@ file subdir/file-2.wav @end example @end itemize -@section flv +@section flv, live_flv Adobe Flash Video Format demuxer. -This demuxer is used to demux FLV files and RTMP network streams. +This demuxer is used to demux FLV files and RTMP network streams. In case of live network streams, if you force format, you may use live_flv option instead of flv to survive timestamp discontinuities. + +@example +ffmpeg -f flv -i myfile.flv ... +ffmpeg -f live_flv -i rtmp:///anything/key .... +@end example + @table @option @item -flv_metadata @var{bool} -- 2.5.3.windows.1