From patchwork Tue Apr 20 08:05:04 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: minlei sun X-Patchwork-Id: 27189 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a6b:5014:0:0:0:0:0 with SMTP id e20csp1244229iob; Tue, 20 Apr 2021 01:05:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwcVXxuSFoB1qWWDJJozm1P4V4sn7cw5aRs64Mv7XcP2vq9NyzYhYRVGC404Nujzyplkwcm X-Received: by 2002:a17:906:fb81:: with SMTP id lr1mr24988572ejb.62.1618905923083; Tue, 20 Apr 2021 01:05:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618905923; cv=none; d=google.com; s=arc-20160816; b=xVZzdanmHZ8L2N5YEXzSzNwYaIn/SuaQAMWgOrT4jrMl6UC0M2OAnXsLFNMSroQ4/V CrY3Em8qCHtC9PiTQ2uYLFtDYt+B0r+t1REo6P0qMlYFiZ4w7ia3rkDccShP52/F2MUU u6OzngnAKpJmjCBnKbGEIygX+Fnpqzqqi1o0PqDkXnTs20QG9QfYh31DQi1UT/C6oIHY 8tdkTMTCUcwmrvGtT9ywtTjXtzrv9EEfiKk16GYKEe/Sq9gm9GYOZJlOVZg3trXEO5+3 jnXBgxM6jtS5fG02mg4+b0BD0WaYdYccEe/5fTvwkj1Fa2lXG22YXEtMCGLjFeE/2L+6 0GdQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:cc:reply-to :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:mime-version:references:in-reply-to :message-id:date:to:from:delivered-to; bh=nr2x0i3K7NgfjsuTmu4l2HwX6dFWbutobFxpKurJeAc=; b=Y0yTR7PRxUDHdHdMLuH01kSsTQUONKgGd82r6u4mxiSItUV75gqBv5amPbFqQhV9VA g8J83LaBQaCXV2Afo3UOVspl1OoYI4ugF8O2LFhJQaIEc8gOgoRZIzrSE6F7XeCEVU9P s87ooFAB4a6nJU62qRcJQ3T2lunpyY2R5hyrwgYzK51hUjOY0wlP8GnZNExXSnsxwMQo x6lEKJVj9XwBDc8fSY6f23sLa8r3zv5IQrKE0Pz++JsI844aaw0FB6MEBHVOPuvy5hd8 zMtr2TqJ+wTXsvUHpySBq6lmHYVUqmk92dweRR+RFrjz9WAF2s90oNhtzIbo/83snZXk 15Cw== ARC-Authentication-Results: i=1; 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 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id ks18si13944128ejb.501.2021.04.20.01.05.22; Tue, 20 Apr 2021 01:05:23 -0700 (PDT) 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 F14CB6881E8; Tue, 20 Apr 2021 11:05:17 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from epoint.com.cn (unknown [61.155.218.132]) by ffbox0-bg.mplayerhq.hu (Postfix) with SMTP id 847246881B5 for ; Tue, 20 Apr 2021 11:05:09 +0300 (EEST) Received: from localhost.localdomain ([218.4.136.119]) (envelope-sender ) by 192.168.0.30 with ESMTP for ; Tue, 20 Apr 2021 16:05:02 +0800 X-WM-AuthFlag: YES X-WM-AuthUser: sunml@epoint.com.cn From: sunml@epoint.com.cn To: ffmpeg-devel@ffmpeg.org Date: Tue, 20 Apr 2021 16:05:04 +0800 Message-Id: <20210420080504.88834-2-sunml@epoint.com.cn> X-Mailer: git-send-email 2.24.3 (Apple Git-128) In-Reply-To: <20210420080504.88834-1-sunml@epoint.com.cn> References: <20210420080504.88834-1-sunml@epoint.com.cn> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v1] doc/protocols.texi : Add ignore_rtcp option in rtsp section 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 Cc: Minlei Sun Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" X-TUID: 5XykTJfIkfWP From: Minlei Sun Signed-off-by: Minlei Sun --- doc/protocols.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/protocols.texi b/doc/protocols.texi index a6e46b99ad..604d42b693 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -1188,6 +1188,9 @@ libavformat identifier string. @item user_agent Override User-Agent header. If not specified, it defaults to the libavformat identifier string. + +@item ignore_rtcp +Ignore rtcp packets in rtsp stream to avoid transcoding stuck. Default valule is 0. @end table When receiving data over UDP, the demuxer tries to reorder received packets