Re: [FFmpeg-user] SEGMENT_TYPE_FMP4 with HLS_SINGLE_FILE

2017-09-14 Thread pablo platt
It's easier to use the distro package.
Is there a release plan or estimate for 3.4?

I'm using docker so I can build it but couldn't find an "official" image or
clean build instructions.

On Thu, Sep 14, 2017 at 5:28 PM, Moritz Barsnick  wrote:

> On Thu, Sep 14, 2017 at 06:08:07 +0300, pablo platt wrote:
> > Any reason this change isn't in the 3.3.x branch?
> > https://github.com/FFmpeg/FFmpeg/commits/n3.3.4/libavformat/hlsenc.c
>
> New features are developed on master. They are usually not backported
> to the release branch, only bugfixes.
>
> Is there any particular reason you are using 3.3.x? If you need the
> feature from the "release" line, you will have to wait for 3.4.
>
> Cheers,
> Moritz
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
>
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] SEGMENT_TYPE_FMP4 with HLS_SINGLE_FILE

2017-09-13 Thread pablo platt
Any reason this change isn't in the 3.3.x branch?
https://github.com/FFmpeg/FFmpeg/commits/n3.3.4/libavformat/hlsenc.c

On Mon, Jul 31, 2017 at 8:26 AM, Steven Liu  wrote:

> 2017-07-31 12:37 GMT+08:00 pablo platt :
> > Shouldn't this say "hls->max_seg_size == 0" ?
> 0 is default value
>
> >>
> >> int byterange_mode = (hls->flags & HLS_SINGLE_FILE) ||
> (hls->max_seg_size
> >> > 0);
> >
> >
> > How can I apply the patch and test it?
> > Can you please give command line example to test it?
> looks like mpegts's single_file :  hls_flags single_file
> >
> > Thank you for the patch.
> >
> >
> >
> > On Mon, Jul 31, 2017 at 7:09 AM, Steven Liu 
> wrote:
> >>
> >> 2017-07-25 15:20 GMT+08:00 pablo platt :
> >> > This is great.
> >> I have sent a new patch , you can check it:)
> >> https://patchwork.ffmpeg.org/patch/4526/
> >>
> >> > Thank you.
> >> >
> >> > On Tue, Jul 25, 2017 at 9:21 AM, Steven Liu 
> >> > wrote:
> >> >
> >> >> 2017-07-25 13:44 GMT+08:00 pablo platt :
> >> >> > Hi,
> >> >> >
> >> >> > A recent commit added fmp4 support for HLS [1] but byte-range or
> >> >> > single-file isn't supported [2].
> >> >> > Being able to use a single mp4 file for both Dash and HLS will be
> >> >> > super
> >> >> > useful.
> >> >> > Any plans to add it?
> >> >> > What's missing?
> >> >> > Is mp4 different than mpegts in regards to byte-range support?
> >> >> Yes, of course, i will support single file later, maybe next week.
> >> >> >
> >> >> > [1]
> >> >> >
> >> >> > https://github.com/FFmpeg/FFmpeg/commit/
> 274bd1670b9c85e24f37d08f9043dd
> >> >> 82e0a28c67
> >> >> >
> >> >> > [2] https://patchwork.ffmpeg.org/patch/4221/
> >> >> >
> >> >> > Thanks
> >> >> > ___
> >> >> > ffmpeg-user mailing list
> >> >> > ffmpeg-user@ffmpeg.org
> >> >> > http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >> >> >
> >> >> > To unsubscribe, visit link above, or email
> >> >> > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> >> >> ___
> >> >> ffmpeg-user mailing list
> >> >> ffmpeg-user@ffmpeg.org
> >> >> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >> >>
> >> >> To unsubscribe, visit link above, or email
> >> >> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> >> > ___
> >> > ffmpeg-user mailing list
> >> > ffmpeg-user@ffmpeg.org
> >> > http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >> >
> >> > To unsubscribe, visit link above, or email
> >> > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> >
> >
>
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] SEGMENT_TYPE_FMP4 with HLS_SINGLE_FILE

2017-07-30 Thread pablo platt
Shouldn't this say "hls->max_seg_size == 0" ?

int byterange_mode = (hls->flags & HLS_SINGLE_FILE) || (hls->max_seg_size >
> 0);


How can I apply the patch and test it?
Can you please give command line example to test it?

Thank you for the patch.



On Mon, Jul 31, 2017 at 7:09 AM, Steven Liu  wrote:

> 2017-07-25 15:20 GMT+08:00 pablo platt :
> > This is great.
> I have sent a new patch , you can check it:)
> https://patchwork.ffmpeg.org/patch/4526/
>
> > Thank you.
> >
> > On Tue, Jul 25, 2017 at 9:21 AM, Steven Liu 
> wrote:
> >
> >> 2017-07-25 13:44 GMT+08:00 pablo platt :
> >> > Hi,
> >> >
> >> > A recent commit added fmp4 support for HLS [1] but byte-range or
> >> > single-file isn't supported [2].
> >> > Being able to use a single mp4 file for both Dash and HLS will be
> super
> >> > useful.
> >> > Any plans to add it?
> >> > What's missing?
> >> > Is mp4 different than mpegts in regards to byte-range support?
> >> Yes, of course, i will support single file later, maybe next week.
> >> >
> >> > [1]
> >> > https://github.com/FFmpeg/FFmpeg/commit/
> 274bd1670b9c85e24f37d08f9043dd
> >> 82e0a28c67
> >> >
> >> > [2] https://patchwork.ffmpeg.org/patch/4221/
> >> >
> >> > Thanks
> >> > ___
> >> > ffmpeg-user mailing list
> >> > ffmpeg-user@ffmpeg.org
> >> > http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >> >
> >> > To unsubscribe, visit link above, or email
> >> > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> >> ___
> >> ffmpeg-user mailing list
> >> ffmpeg-user@ffmpeg.org
> >> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >>
> >> To unsubscribe, visit link above, or email
> >> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> > ___
> > ffmpeg-user mailing list
> > ffmpeg-user@ffmpeg.org
> > http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
>
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] SEGMENT_TYPE_FMP4 with HLS_SINGLE_FILE

2017-07-25 Thread pablo platt
This is great.
Thank you.

On Tue, Jul 25, 2017 at 9:21 AM, Steven Liu  wrote:

> 2017-07-25 13:44 GMT+08:00 pablo platt :
> > Hi,
> >
> > A recent commit added fmp4 support for HLS [1] but byte-range or
> > single-file isn't supported [2].
> > Being able to use a single mp4 file for both Dash and HLS will be super
> > useful.
> > Any plans to add it?
> > What's missing?
> > Is mp4 different than mpegts in regards to byte-range support?
> Yes, of course, i will support single file later, maybe next week.
> >
> > [1]
> > https://github.com/FFmpeg/FFmpeg/commit/274bd1670b9c85e24f37d08f9043dd
> 82e0a28c67
> >
> > [2] https://patchwork.ffmpeg.org/patch/4221/
> >
> > Thanks
> > ___
> > ffmpeg-user mailing list
> > ffmpeg-user@ffmpeg.org
> > http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> >
> > To unsubscribe, visit link above, or email
> > ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
> ___
> ffmpeg-user mailing list
> ffmpeg-user@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-user] SEGMENT_TYPE_FMP4 with HLS_SINGLE_FILE

2017-07-24 Thread pablo platt
Hi,

A recent commit added fmp4 support for HLS [1] but byte-range or
single-file isn't supported [2].
Being able to use a single mp4 file for both Dash and HLS will be super
useful.
Any plans to add it?
What's missing?
Is mp4 different than mpegts in regards to byte-range support?

[1]
https://github.com/FFmpeg/FFmpeg/commit/274bd1670b9c85e24f37d08f9043dd82e0a28c67

[2] https://patchwork.ffmpeg.org/patch/4221/

Thanks
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".