Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-15 Thread Raento Mika
On 15/09/14 23:30, "Michael Niedermayer" wrote: >Hi > >On Mon, Sep 15, 2014 at 04:26:57PM +0300, Mika Raento wrote: >> This adds a new option -hls_flags single_file that creates one .ts file >> for HLS and adds byteranges to the .m3u8 file, instead of creating one >> .ts file for each segment. >>

Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-15 Thread Michael Niedermayer
Hi On Mon, Sep 15, 2014 at 04:26:57PM +0300, Mika Raento wrote: > This adds a new option -hls_flags single_file that creates one .ts file > for HLS and adds byteranges to the .m3u8 file, instead of creating one > .ts file for each segment. > > This is helpful at least for storing large number of

[FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-15 Thread Mika Raento
This adds a new option -hls_flags single_file that creates one .ts file for HLS and adds byteranges to the .m3u8 file, instead of creating one .ts file for each segment. This is helpful at least for storing large number of videos, as the number of files per video is drastically reduced and copying

Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-15 Thread Raento Mika
On 15/09/14 14:26, "Michael Niedermayer" wrote: >On Mon, Sep 15, 2014 at 06:34:44AM +, Raento Mika wrote: >> On 15/09/14 01:50, "Michael Niedermayer" wrote: >> >> >On Sun, Sep 14, 2014 at 03:37:00PM +0300, Mika Raento wrote: >[...] >> >> @@ -289,17 +314,27 @@ static int hls_write_packet(AVF

Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-15 Thread Michael Niedermayer
On Mon, Sep 15, 2014 at 06:34:44AM +, Raento Mika wrote: > On 15/09/14 01:50, "Michael Niedermayer" wrote: > > >On Sun, Sep 14, 2014 at 03:37:00PM +0300, Mika Raento wrote: [...] > >> @@ -289,17 +314,27 @@ static int hls_write_packet(AVFormatContext *s, > >>AVPacket *pkt) > >> > >> if

[FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-14 Thread Mika Raento
This adds a new option -hls_flags single_file that creates one .ts file for HLS and adds byteranges to the .m3u8 file, instead of creating one .ts file for each segment. This is helpful at least for storing large number of videos, as the number of files per video is drastically reduced and copying

Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-14 Thread Raento Mika
On 15/09/14 01:50, "Michael Niedermayer" wrote: >On Sun, Sep 14, 2014 at 03:37:00PM +0300, Mika Raento wrote: >> This adds a new option -hls_flags single_file that creates one .ts file >> for HLS and adds byteranges to the .m3u8 file, instead of creating one >> .ts file for each segment. >> >> T

Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-14 Thread Michael Niedermayer
On Sun, Sep 14, 2014 at 03:37:00PM +0300, Mika Raento wrote: > This adds a new option -hls_flags single_file that creates one .ts file > for HLS and adds byteranges to the .m3u8 file, instead of creating one > .ts file for each segment. > > This is helpful at least for storing large number of vide

Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-14 Thread Nicolas Martyanoff
Hi, I abandoned my patches because: - I did not have the time to make the changes I was asked for; - Becoming maintainer of the module was not something I was ok with; - I ended up directly using the FFmpeg API to generate my HLS playlists instead of using the FFmpeg binary with the HLS module.

[FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-14 Thread Mika Raento
This adds a new option -hls_flags single_file that creates one .ts file for HLS and adds byteranges to the .m3u8 file, instead of creating one .ts file for each segment. This is helpful at least for storing large number of videos, as the number of files per video is drastically reduced and copying

Re: [FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-14 Thread Raento Mika
On 14/09/14 15:20, "Mika Raento" wrote: >This adds a new option -hls_flags single_file that creates one .ts file >for HLS and adds byteranges to the .m3u8 file, instead of creating one >.ts file for each segment. > >This is helpful at least for storing large number of videos, as the >number of fi

[FFmpeg-devel] [PATCH] hlsenc: single_file, support HLS ver 4 byteranges

2014-09-14 Thread Mika Raento
This adds a new option -hls_flags single_file that creates one .ts file for HLS and adds byteranges to the .m3u8 file, instead of creating one .ts file for each segment. This is helpful at least for storing large number of videos, as the number of files per video is drastically reduced and copying