Re: [FFmpeg-devel] HLS Questions

2018-05-20 Thread Ronak Patel
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 < >

Re: [FFmpeg-devel] HLS Questions

2018-05-07 Thread Aman Gupta
On Wed, May 2, 2018 at 7:59 AM, Ronak Patel < ronak2121-at-yahoo@ffmpeg.org> wrote: > Hi all, > > So I’ve noticed that ffmpeg does not always properly follow the number we > specify for hls_time when generating hls content. > > For example, if we have an MP4/AAC file at 44.1kHz sampling rate,

Re: [FFmpeg-devel] HLS Questions

2018-05-04 Thread Moritz Barsnick
On Thu, May 03, 2018 at 17:10:20 -0400, Ronak wrote: > Are these issues being tracked somewhere already? Bug reports are handled at https://trac.ffmpeg.org/ . You have a better chance to get visibility there (though no guarantee). > I'm happy to send pull requests, but I'll also have to get

Re: [FFmpeg-devel] HLS Questions

2018-05-03 Thread Ronak
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 > On May 2, 2018,

[FFmpeg-devel] HLS Questions

2018-05-02 Thread Ronak Patel
Hi all, So I’ve noticed that ffmpeg does not always properly follow the number we specify for hls_time when generating hls content. For example, if we have an MP4/AAC file at 44.1kHz sampling rate, we would expect that specifying 9.75238095238095 (420 frames) would return a manifest with the

[FFmpeg-devel] HLS Questions

2018-04-19 Thread Ronak
Hi there, I'm using ffmpeg to generate MPEG DASH & HLS content using a backing fragmented MP4 asset, and I've noticed some inconsistencies with ffmpeg that I wasn't sure about. For reference, I'm running the following commands: Generate a fMP4 backed HLS stream: ffmpeg -i "${FILE}.mp4"