[FFmpeg-devel] [PATCH] fate: add hls fmp4 segment type test case

Steven Liu lingjiujianke at gmail.com
Sun Jul 14 01:43:59 EEST 2019


Marton Balint <cus at passwd.hu> 于2019年7月14日周日 上午2:02写道:
>
>
>
> On Sat, 13 Jul 2019, Steven Liu wrote:
>
> > Signed-off-by: Steven Liu <lq at chinaffmpeg.org>
> > ---
> > tests/fate/hlsenc.mak   |  12 +++
> > tests/ref/fate/hls-fmp4 | 198 ++++++++++++++++++++++++++++++++++++++++++++++++
> > 2 files changed, 210 insertions(+)
> > create mode 100644 tests/ref/fate/hls-fmp4
> >
> > diff --git a/tests/fate/hlsenc.mak b/tests/fate/hlsenc.mak
> > index 2a125cda3c..e24605b7d6 100644
> > --- a/tests/fate/hlsenc.mak
> > +++ b/tests/fate/hlsenc.mak
> > @@ -74,3 +74,15 @@ FATE_AFILTER-$(call ALLYES, HLS_DEMUXER MPEGTS_MUXER MPEGTS_DEMUXER AEVALSRC_FIL
> > fate-hls-list-size: tests/data/hls_list_size.m3u8
> > fate-hls-list-size: CMD = framecrc -flags +bitexact -i $(TARGET_PATH)/tests/data/hls_list_size.m3u8 -vf setpts=N*23
> >
> > +tests/data/hls_segment_type_fmp4.m3u8: TAG = GEN
> > +tests/data/hls_segment_type_fmp4.m3u8: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data
> > +     $(M)$(TARGET_EXEC) $(TARGET_PATH)/$< \
> > +     -f lavfi -re -i "aevalsrc=cos(2*PI*t)*sin(2*PI*(440+4*t)*t):d=5" -map 0 -codec:a mp2fixed \
> > +     -hls_segment_type mpegts -hls_fmp4_init_filename now.mp4 -use_localtime 1 -hls_list_size 0 \
> > +     -hls_time 1 -hls_segment_filename "$(TARGET_PATH)/tests/data/%Y-%m-%d_%H-%M-%S.m4s" \
> > +     $(TARGET_PATH)/tests/data/hls_fmp4.m3u8 2>aaaaaa.txt
>
> 2>aaaaa ?
>
> Also using date/time in the filename does not seem too wise in a fate
> test, something should clean this up eventually, right?

new patch submited: https://patchwork.ffmpeg.org/patch/13938/


More information about the ffmpeg-devel mailing list