From patchwork Sun Jun 16 11:42:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jun Zhao X-Patchwork-Id: 13557 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 7006A4493B2 for ; Sun, 16 Jun 2019 14:43:10 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5988168A93E; Sun, 16 Jun 2019 14:43:10 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-pf1-f179.google.com (mail-pf1-f179.google.com [209.85.210.179]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 63A1D68A94A for ; Sun, 16 Jun 2019 14:43:03 +0300 (EEST) Received: by mail-pf1-f179.google.com with SMTP id p184so4098324pfp.7 for ; Sun, 16 Jun 2019 04:43:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=895CNN6O/EFrRukbNj8wrAa/k8rVuQllO2x5U3Qfo5g=; b=la5dK8Gerv46fVN2Nvsm92yGuJ3BDzyRCS250sR1RPIFRBhlqtJkZ5ywnbmRpsVkhK eVezPCDuKDoaRYxmsu3Ij9gCoxmSyVHldqFdDmyNtj3cHZ5Q/fjSPOrE1sl6Jl9Q/ojF bCcCttQdYdnsiGsGwTiwdCFsRwue9P4iW98BDA9+1p5+zXF2o9D3ir2S/IsfmYM3KrPn lq/Ny5GXGezjV8XF1Z7bSoAcYQDcpXlI4O1wFQUMGkdl7WxpX4B+UoBS7HD1spbf9Tz/ 40dCrVKn2Fnwml27kztki+Lx67JS+JsVgVMAixqE8r8bGxRWLb0L/hbtaWwZsZS/aLjR M8lg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=895CNN6O/EFrRukbNj8wrAa/k8rVuQllO2x5U3Qfo5g=; b=YKOYJmiWi4r5sd2D3d9SUOuWuSUgUhCD9ODggFW4wmpfNel5SXQuz4rKudOORKY23O EKhKP6l+ZDG+7jT0S2h9ibKSZSlG5j1JeB/y4fxg7mCapbXvbqbZxyD0rYoPO1XQDdzY kglQWfavxnrXMXlaelU9+AS67INfUXM3h3Xa3oUC/OwKqL05md7diK4xz2xsflZQ/Gjs /pd4cGkIZqFNjyVCP0dhU5OFXZ9H04GRrTRtakaji8HYRwBINNrGRXuvek9POD1hXSCK C251AUuRtbhqF7ErjRQai4y3rKUQZDaZ4m7/r1A9GgWPlbjZBVWcjHv/1xStZ8ATUi6u XUKw== X-Gm-Message-State: APjAAAUit/hqI2MqxGFRgibiuV5PCwQpVGkIM5ZV5GSrFRXRzgEZVdi4 8oboeBbhrSmZKJz/dnLQ+fHStMaP X-Google-Smtp-Source: APXvYqyGAnje/LDNQmrELb487iI0OoHqmW2ATs1rb0HPd9qEPhjnSkKNxXP/fVcPMd+WMiVqO7L5FQ== X-Received: by 2002:a62:5303:: with SMTP id h3mr26847450pfb.58.1560685381571; Sun, 16 Jun 2019 04:43:01 -0700 (PDT) Received: from localhost.localdomain ([47.90.47.25]) by smtp.gmail.com with ESMTPSA id s66sm10492236pgs.87.2019.06.16.04.43.00 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 16 Jun 2019 04:43:01 -0700 (PDT) From: Jun Zhao To: ffmpeg-devel@ffmpeg.org Date: Sun, 16 Jun 2019 19:42:53 +0800 Message-Id: <1560685373-32088-2-git-send-email-mypopydev@gmail.com> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1560685373-32088-1-git-send-email-mypopydev@gmail.com> References: <1560685373-32088-1-git-send-email-mypopydev@gmail.com> Subject: [FFmpeg-devel] [PATCH V1 2/2] doc/muxers: fix and update docs for hls_playlist_type 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 Cc: Jun Zhao MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" From: Jun Zhao fix and update docs for hls_playlist_type Signed-off-by: Jun Zhao --- doc/muxers.texi | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/muxers.texi b/doc/muxers.texi index 50147c4..b2fbe3f 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -896,14 +896,26 @@ before they have been added to the m3u8 playlist. @end table -@item hls_playlist_type event +@item hls_playlist_type @var{int} +Set the HLS playlist type, Default value is none. + +Possible values: +@table @option + +@item none (default) +NOT contain the EXT-X-PLAYLIST-TYPE tag, usually in the Live playlist, that +tag allows Media Segments to be removed. + +@item event Emit @code{#EXT-X-PLAYLIST-TYPE:EVENT} in the m3u8 header. Forces @option{hls_list_size} to 0; the playlist can only be appended to. -@item hls_playlist_type vod +@item vod Emit @code{#EXT-X-PLAYLIST-TYPE:VOD} in the m3u8 header. Forces @option{hls_list_size} to 0; the playlist must not change. +@end table + @item method Use the given HTTP method to create the hls files. @example