Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-18 Thread Steven Liu
> On Aug 17, 2018, at 22:40, Steven Liu wrote: > > > >> On Aug 17, 2018, at 21:01, Ronak wrote: >> >> From 99e28c807a49cecf6ceb47ee44a85a3fdf78af64 Mon Sep 17 00:00:00 2001 >> From: "Ronak Patel" >> Date: Thu, 2 Aug 2018 09:25:12 -0400 >> Subject: [PATCH v3] libavformat/hlsenc: Fix HLS Man

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-18 Thread Ronak Patel
> On Aug 17, 2018, at 10:40 AM, Steven Liu wrote: > > > >> On Aug 17, 2018, at 21:01, Ronak wrote: >> >> From 99e28c807a49cecf6ceb47ee44a85a3fdf78af64 Mon Sep 17 00:00:00 2001 >> From: "Ronak Patel" >> Date: Thu, 2 Aug 2018 09:25:12 -0400 >> Subject: [PATCH v3] libavformat/hlsenc: Fix HLS M

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-17 Thread Steven Liu
> On Aug 17, 2018, at 21:01, Ronak wrote: > > From 99e28c807a49cecf6ceb47ee44a85a3fdf78af64 Mon Sep 17 00:00:00 2001 > From: "Ronak Patel" > Date: Thu, 2 Aug 2018 09:25:12 -0400 > Subject: [PATCH v3] libavformat/hlsenc: Fix HLS Manifest Generation from an > N^2 algorithm to N. > > This fixes

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-17 Thread Ronak
> On Aug 16, 2018, at 7:47 PM, Steven Liu wrote: > > > >> On Aug 16, 2018, at 22:31, Ronak wrote: >> >> From: "Ronak Patel" >> >> This fixes the creation of the hls manifest in hlsenc.c by writing the >> entire manifest at the end for VOD playlists. Live & Event Playlists are >> unaffecte

[FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-17 Thread Ronak
From 99e28c807a49cecf6ceb47ee44a85a3fdf78af64 Mon Sep 17 00:00:00 2001 From: "Ronak Patel" Date: Thu, 2 Aug 2018 09:25:12 -0400 Subject: [PATCH v3] libavformat/hlsenc: Fix HLS Manifest Generation from an N^2 algorithm to N. This fixes the creation of the hls manifest in hlsenc.c by writing the e

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-16 Thread Steven Liu
> On Aug 16, 2018, at 22:31, Ronak wrote: > > From: "Ronak Patel" > > This fixes the creation of the hls manifest in hlsenc.c by writing the entire > manifest at the end for VOD playlists. Live & Event Playlists are unaffected. > This also fixes the behavior with HLS_TEMP_FILE to work correc

[FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-16 Thread Ronak
From: "Ronak Patel" This fixes the creation of the hls manifest in hlsenc.c by writing the entire manifest at the end for VOD playlists. Live & Event Playlists are unaffected. This also fixes the behavior with HLS_TEMP_FILE to work correctly when -hlsflags temp_file is specified, instead of alw

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-15 Thread Ronak Patel
> On Aug 15, 2018, at 8:21 PM, Steven Liu wrote: > > > >>> On Aug 16, 2018, at 07:41, Ronak Patel wrote: >>> >>> >>> On Aug 15, 2018, at 11:08 AM, Steven Liu wrote: >>> >>> >>> On Aug 15, 2018, at 09:31, Ronak wrote: From: "Ronak Patel" mailto:ron...@audible.com>yahoo.c

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-15 Thread Steven Liu
> On Aug 16, 2018, at 08:39, Ronak Patel wrote: > >> >> On Aug 15, 2018, at 8:21 PM, Steven Liu wrote: >> >> >> On Aug 16, 2018, at 07:41, Ronak Patel wrote: On Aug 15, 2018, at 11:08 AM, Steven Liu wrote: > On Aug 15, 2018, at 09:31, Ronak >

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-15 Thread Ronak Patel
> On Aug 15, 2018, at 8:39 PM, Ronak Patel wrote: > > >> On Aug 15, 2018, at 8:21 PM, Steven Liu wrote: >> >> >> On Aug 16, 2018, at 07:41, Ronak Patel wrote: On Aug 15, 2018, at 11:08 AM, Steven Liu wrote: > On Aug 15, 2018, at 09:31, Ronak >

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-15 Thread Steven Liu
> On Aug 16, 2018, at 07:41, Ronak Patel wrote: > >> >> On Aug 15, 2018, at 11:08 AM, Steven Liu wrote: >> >> >> >>> On Aug 15, 2018, at 09:31, Ronak wrote: >>> >>> From: "Ronak Patel" mailto:ron...@audible.com>yahoo.com> >>> >>> This fixes the creation of the hls manifest in hlsenc.c b

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-15 Thread Ronak Patel
> On Aug 15, 2018, at 11:08 AM, Steven Liu wrote: > > > >> On Aug 15, 2018, at 09:31, Ronak wrote: >> >> From: "Ronak Patel" mailto:ron...@audible.com>yahoo.com> >> >> This fixes the creation of the hls manifest in hlsenc.c by writing the >> entire manifest at the end for VOD playlists. Li

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-15 Thread Steven Liu
> On Aug 15, 2018, at 09:31, Ronak wrote: > > From: "Ronak Patel" mailto:ron...@audible.com>yahoo.com> > > This fixes the creation of the hls manifest in hlsenc.c by writing the entire > manifest at the end for VOD playlists. Live & Event Playlists are unaffected. > This also fixes the behavi

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-15 Thread Ronak Patel
> On Aug 15, 2018, at 6:46 AM, Liu Steven wrote: > > > >>> 在 2018年8月15日,下午6:37,Ronak Patel 写道: >>> >>> >>> On Aug 14, 2018, at 10:57 PM, Liu Steven wrote: >>> >>> >>> 在 2018年8月15日,上午9:31,Ronak 写道: From: "Ronak Patel" mailto:ronak2...@yahoo.com>yahoo.com> This

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-15 Thread Ronak Patel
> On Aug 14, 2018, at 10:57 PM, Liu Steven wrote: > > > >> 在 2018年8月15日,上午9:31,Ronak 写道: >> >> From: "Ronak Patel" mailto:ronak2...@yahoo.com>yahoo.com> >> >> This fixes the creation of the hls manifest in hlsenc.c by writing the >> entire manifest at the end for VOD playlists. Live & Even

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-15 Thread Liu Steven
> 在 2018年8月15日,下午6:37,Ronak Patel 写道: > >> >> On Aug 14, 2018, at 10:57 PM, Liu Steven wrote: >> >> >> >>> 在 2018年8月15日,上午9:31,Ronak 写道: >>> >>> From: "Ronak Patel" mailto:ronak2...@yahoo.com>yahoo.com> >>> >>> This fixes the creation of the hls manifest in hlsenc.c by writing the >>>

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-14 Thread Liu Steven
> 在 2018年8月15日,上午9:31,Ronak 写道: > > From: "Ronak Patel" mailto:ron...@audible.com>yahoo.com> > > This fixes the creation of the hls manifest in hlsenc.c by writing the entire > manifest at the end for VOD playlists. Live & Event Playlists are unaffected. > This also fixes the behavior with HL

[FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-14 Thread Ronak
From: "Ronak Patel" mailto:ron...@audible.com>yahoo.com> This fixes the creation of the hls manifest in hlsenc.c by writing the entire manifest at the end for VOD playlists. Live & Event Playlists are unaffected. This also fixes the behavior with HLS_TEMP_FILE to work correctly when -hlsflags te