> On Dec 17, 2018, at 9:58 AM, Steven Liu wrote:
>
>
>
>>> On Dec 17, 2018, at 21:07, Ronak Patel
>>> wrote:
>>>
>>>
>>> On Dec 13, 2018, at 9:15 PM, Ronak Patel
>>> wrote:
>>>
>>>
>>>
>&
unning on
a file on disk. We have some really gigantic audio files and we can’t sustain
fragmentation times over a few minutes. Taking a week to fragment something is
not acceptable.
I hope we don’t make temp files in those cases. Did you test that on the
command line?
Ronak
>> --
han VOD
> - it does not use temp file for HLS_SINGLE_FILE in place mentioned by Aleksey
>
> This is my final submission, I believe now everyone should be happy with the
> solution.
>
> Regards
> Adrian Guzowski
>
Works for me.
> W dniu 18.12.2018 o 04:24, Ron
temp_file option -
the documentation clearly says that:
https://www.ffmpeg.org/ffmpeg-all.html#hls-2. If you do not want temp files;
then you should leave this option out. If you are forcing folks to always
accept the temp file, then why have an option? You should delete the option and
do it b
> On Dec 13, 2018, at 9:15 PM, Ronak Patel
> wrote:
>
>
>
>> On Dec 12, 2018, at 2:46 AM, Liu Steven wrote:
>>
>>
>>
>>>> 在 2018年12月12日,上午5:08,Ronak 写道:
>>>>
>>>>
>>>> On Dec 11, 2018, at 3:28 PM,
> On Dec 12, 2018, at 2:46 AM, Liu Steven wrote:
>
>
>
>>> 在 2018年12月12日,上午5:08,Ronak 写道:
>>>
>>>
>>> On Dec 11, 2018, at 3:28 PM, Gyan wrote:
>>>
>>>
>>>> On 12-12-2018 01:13 AM, Ronak wrote:
>>>
> On Dec 11, 2018, at 3:28 PM, Gyan wrote:
>
>
> On 12-12-2018 01:13 AM, Ronak wrote:
>>
>> Looks like I found out why:
>> https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/hlsenc.c#L790. The
>> hlsenc.c file overwrites whatever I pass in the co
> On Dec 11, 2018, at 1:42 PM, Ronak wrote:
>
>
>
>> On Dec 11, 2018, at 12:35 AM, Jeyapal, Karthick wrote:
>>
>>
>>
>> On 12/11/18, 9:07 AM, "Ronak" wrote:
>>
>>>
>>>> On Dec 6, 2018, a
> On Dec 11, 2018, at 12:35 AM, Jeyapal, Karthick wrote:
>
>
>
> On 12/11/18, 9:07 AM, "Ronak" wrote:
>
>>
>>> On Dec 6, 2018, at 4:47 AM, Tobias Rapp wrote:
>>>
>>> On 06.12.2018 08:28, Karthick J wrote:
>>>
y fmp4 files would allow us to
skip the sidx atoms?
Ronak
>
> Regards,
> Tobias
>
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
___
that ffmpeg is coded primarily for video and LIVE streaming, and
other use cases are not as well supported. Why is this the case?
Ronak
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> On Oct 31, 2018, at 5:58 PM, Mark Thompson wrote:
>
> On 31/10/18 00:07, Ronak Patel wrote:
>>
>>> On Oct 27, 2018, at 5:25 PM, Carl Eugen Hoyos wrote:
>>>
>>> 2018-10-27 20:50 GMT+02:00, Mark Thompson :
>>>> This reverts commit 6d
> On Oct 27, 2018, at 5:25 PM, Carl Eugen Hoyos wrote:
>
> 2018-10-27 20:50 GMT+02:00, Mark Thompson :
>> This reverts commit 6dbb64fdccafe846aaec75d3784f7ad49d8af5df.
>>
>> The additional braces cause build errors with Linux headers earlier
>> than 4.5 because the first element of the structur
> 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 -040
> 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 manifes
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 w
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 specifi
> 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,
> 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:0
> 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 wr
> 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
> 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
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 corre
> On Aug 13, 2018, at 4:48 PM, Ronak wrote:
>
> On Aug 13, 2018, at 10:49 AM, Steven Liu wrote:
>>
>>>
>>> Hi Steven,
>>>
>>> Did you have a chance to review this patch? I haven't seen your feedback
>>> yet. Did you have
I would need much more of your help to fix this.
Dashenc.c also suffers from this same problem. This needs to be fixed in both
places, not just hlsenc.c.
>
> Thanks
>>
>> Ronak
>>
> _
> On Aug 10, 2018, at 6:31 AM, Ronak Patel
> wrote:
>
>>
>> On Aug 8, 2018, at 5:37 PM, Ronak wrote:
>>
>>
>>
>>> On Aug 8, 2018, at 3:52 PM, Ronak wrote:
>>>
>>>
>>>
>>>> On Aug 6, 2018, at 10:2
On Aug 10, 2018, at 7:30 AM, Liu Steven wrote:
>>>>
>>>
>>> Hi Steven,
>>>
>>> Please see my new patch taking your feedback into account.
>>>
>>> Ronak
>>
>> Hi Steven,
>>
>> Did you have a chanc
> On Aug 8, 2018, at 5:37 PM, Ronak wrote:
>
>
>
>> On Aug 8, 2018, at 3:52 PM, Ronak wrote:
>>
>>
>>
>>> On Aug 6, 2018, at 10:20 AM, Steven Liu wrote:
>>>
>>>
>>>
>>>>> On Aug 6, 2018, at 19:29
> On Aug 8, 2018, at 3:52 PM, Ronak wrote:
>
>
>
>> On Aug 6, 2018, at 10:20 AM, Steven Liu wrote:
>>
>>
>>
>>> On Aug 6, 2018, at 19:29, Ronak Patel
>>> wrote:
>>>
>>>>
>>>> On Aug 6, 2018, at
> On Aug 6, 2018, at 10:20 AM, Steven Liu wrote:
>
>
>
>> On Aug 6, 2018, at 19:29, Ronak Patel
>> wrote:
>>
>>>
>>> On Aug 6, 2018, at 7:19 AM, Liu Steven wrote:
>>>
>>>
>>>
>>>>> 在 2018年8月6日,
> On Aug 6, 2018, at 7:19 AM, Liu Steven wrote:
>
>
>
>>> 在 2018年8月6日,下午7:12,Ronak Patel 写道:
>>>
>>>
>>> On Aug 5, 2018, at 10:54 PM, Liu Steven wrote:
>>>
>>>
>>>
>>>> 在 2018年8月4
> On Aug 5, 2018, at 10:54 PM, Liu Steven wrote:
>
>
>
>> 在 2018年8月4日,上午2:17,Ronak 写道:
>>
>>>>>>>> I have read this patch some problem for this patch.
>>>>>>>>
>>>>>>>> 1. mayb
going to have to add that to dashenc.
Ronak
>
> Thanks,
>
> Ronak
>
>
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
__
vs->segments when hls_list_size option is set.
>>>>>>
>>>>>
>>>>> What do you mean by this and where should I do it?
>>>> for example, hls_list_size is 4, the m3u8 list should refresh every time
>>>> when make a new frag
> On Aug 1, 2018, at 9:30 PM, Ronak Patel
> wrote:
>
>
>> On Aug 1, 2018, at 7:30 PM, Steven Liu wrote:
>>
>>
>>
>>> On Aug 2, 2018, at 07:22, Steven Liu wrote:
>>>
>>>
>>>
>>>>> On Aug 2, 2018, at
> On Aug 1, 2018, at 7:30 PM, Steven Liu wrote:
>
>
>
>> On Aug 2, 2018, at 07:22, Steven Liu wrote:
>>
>>
>>
>>>> On Aug 2, 2018, at 06:20, Ronak wrote:
>>>>
>>>>
>>>> On Aug 1, 2018, at 4:41 P
> On Aug 1, 2018, at 4:41 PM, Steven Liu wrote:
>
>
>
>> On Aug 2, 2018, at 03:50, Ronak wrote:
>>
>> <0001-libavformat-hlsenc-Fix-HLS-Manifest-Generation-from-.patch>
> From e7ff03ed52c709d647a112833427b44c41e3ed12 Mon Sep 17 00:00:00 2001
> From
> On Aug 1, 2018, at 2:14 PM, Carl Eugen Hoyos wrote:
>
> 2018-08-01 20:02 GMT+02:00, Ronak :
>> I'm re-sending the attachment.
>
> Your patch contains tabs that cannot be committed to FFmpeg's repository -
> please remove them.
>
Sounds good. Tabs are no
I'm re-sending the attachment. Not sure why it's not showing up.
0001-libavformat-hlsenc-Fix-HLS-Manifest-Generation-from-.patch
Description: Binary data
> On Aug 1, 2018, at 1:56 PM, Carl Eugen Hoyos wrote:
>
> 2018-08-01 18:39 GMT+02:00, Ronak :
>
>> Here
Hi all,
Here's my first proposed patch for fixing https://trac.ffmpeg.org/ticket/7281
<https://trac.ffmpeg.org/ticket/7281>.
I'm going to send a second patch that will apply the same set of fixes to
dashenc.c.
Thanks,
Ronak
e.
I'd like to find out how I can verify live HLS streaming use cases. Is there a
way I can verify this? I'd like verify this before I submit patch for
consideration for merging into ffmpeg trunk.
Thanks,
Ronak
___
ffmpeg-devel mailing lis
> On Jul 25, 2018, at 11:42 PM, Liu Steven wrote:
>
>
>
>> 在 2018年7月26日,上午11:30,Ronak Patel 写道:
>>
>>
>>
>>> On Jul 25, 2018, at 11:25 PM, Ronak Patel
>>> wrote:
>>>
>>>
>>>
>>>> On Jul 25,
> On Jul 25, 2018, at 11:25 PM, Ronak Patel
> wrote:
>
>
>
>> On Jul 25, 2018, at 11:12 PM, Liu Steven wrote:
>>
>>
>>
>>> 在 2018年7月26日,上午7:04,Ronak Patel 写道:
>>>
>>> Hi,
>>>
>>> We’d like to
> On Jul 25, 2018, at 11:12 PM, Liu Steven wrote:
>
>
>
>> 在 2018年7月26日,上午7:04,Ronak Patel 写道:
>>
>> Hi,
>>
>> We’d like to start working on this real soon and want to make sure we
>> properly fix this. We understand this code is used
our fixes?
We’re afraid that the number of use cases here are unknown and we’ll be stuck
fixing this for an unknown time.
Can anyone please shed some light on this?
Thanks
Ronak
> On Jul 13, 2018, at 8:05 AM, Ronak Patel
> wrote:
>
> I was wondering if anyone on the developm
I was wondering if anyone on the development list was familiar with this code
and could provide pointers on how to fix up the code due to the below problem.
> On Jul 12, 2018, at 7:27 PM, Ronak Patel
> wrote:
>
>
>
>> On Jul 12, 2018, at 6:21 PM, Ronak Patel
>
Hi,
I was wondering if anyone more in the know about this can help fix this issue.
https://trac.ffmpeg.org/ticket/7282#comment:11
It’s preventing us from supporting adaptive Streaming between LCAAC and HEAAC.
Thanks
Ronak
Sent from my iPhone
We did consider rubberband, but the audio quality is too poor. The audio has
echo artifacts in it that makes it sound robotic.
Sent from my iPhone
> On Jun 4, 2018, at 8:32 PM, Lou Logan wrote:
>
>> On Mon, Jun 4, 2018, at 10:09 AM, Ronak wrote:
>>
>> We are looking
Thanks. Is it okay if I push a patch for this? How high of a limit does the
algorithm support today?
Sent from my iPhone
> On Jun 4, 2018, at 8:00 PM, Pavel Koshevoy wrote:
>
>> On 06/04/2018 12:09 PM, Ronak wrote:
>> Hello,
>>
>> How are you all?
>>
know whether there are any other aspects of the code that wouldn't work
at 3x speeds?
If there aren't any issues, I'll submit this as a patch via the ffmpeg
contribution guidelines.
Thanks,
Ronak
___
ffmpeg-devel mailing list
ffmpeg-devel@
No I’ll give it a try and let you know.
Since this is just audio (no keyframes) I wouldn’t have thought this would have
mattered.
Sent from my iPhone
> On May 7, 2018, at 3:52 PM, Aman Gupta wrote:
>
> On Wed, May 2, 2018 at 7:59 AM, Ronak Patel <
> ronak2121-at-yahoo@ff
Hi all,
Are these issues being tracked somewhere already? I would like to have this
fixed. I'm happy to send pull requests, but I'll also have to get familiar with
the AAC muxer code.
Where can I start learning that? Is that the best place to look for these
issues?
Ronak
> O
0 / 56. 15.100
libavcodec 58. 19.100 / 58. 19.100
libavformat58. 13.100 / 58. 13.100
libavdevice58. 4.100 / 58. 4.100
libavfilter 7. 18.100 / 7. 18.100
libswscale 5. 2.100 / 5. 2.100
libswresample 3. 2.100 / 3. 2.100
libpostproc55. 2.100 / 55. 2.100
Thanks,
Ronak
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
pec describes version 7 of hls protocol
>>
>> Suggested-by: Ronak
>> Signed-off-by: Steven Liu
>> ---
>> libavformat/dashenc.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
correct.
I did see other issues that I’ll send a separate email about.
Thanks
Ronak
Sent from my iPhone
> On Apr 19, 2018, at 11:47 PM, Jeyapal, Karthick wrote:
>
>
>
>> On 4/20/18 2:20 AM, Ronak wrote:
>> Hi,
>>
>> I've been testing FFMPEG's
/blob/master/libavformat/hlsenc.c>) but it
looks like this determination is done in whoever calls hls_write_packet.
Thanks,
Ronak
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
EG DASH. Is there an ETA
on when this would be available in ffmpeg's trunk?
Thanks,
Ronak
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
57 matches
Mail list logo