[FFmpeg-devel] [PATCH] avformat/hlsenc: creation of hls variant streams with master playlist in a single hlsenc instance
刘歧
lq at chinaffmpeg.org
Tue Nov 14 12:25:36 EET 2017
> 在 2017年11月14日,14:42,Dixit, Vishwanath <vdixit at akamai.com> 写道:
>
>
>
>> On 11/13/17, 3:28 PM, "刘歧" <lq at chinaffmpeg.org> wrote:
>> root at localhost:~/ffmpeg# patch -p1 < ~/0001-avformat-hlsenc-creation-of-hls-variant-streams-in-a.patch
>> patching file doc/muxers.texi
>> patching file libavformat/hlsenc.c
>> Hunk #47 FAILED at 1622.
>> 1 out of 58 hunks FAILED -- saving rejects to file libavformat/hlsenc.c.rej
>> patching file libavformat/version.h
>> Hunk #1 FAILED at 33.
>> 1 out of 1 hunk FAILED -- saving rejects to file libavformat/version.h.rej
>> liuqideMBP:ffmpeg liuqi$ git reset --hard
>> HEAD is now at 43171a2a73 Fix missing used attribute for inline assembly variables
>> liuqideMBP:ffmpeg liuqi$ git am ~/0001-avformat-hlsenc-creation-of-hls-variant-streams-in-a.patch
>> fatal: previous rebase directory .git/rebase-apply still exists but mbox given.
>> liuqideMBP:ffmpeg liuqi$
>
> I have re-based the patches. Please find the updated patches in the attachment.
>
> <0001-avformat-hlsenc-creation-of-hls-variant-streams-in-a.patch><0002-avformat-hlsenc-creation-of-hls-master-playlist-file.patch><0003-tests-fate-addition-of-test-case-for-hls-variant-str.patch>_______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
make fate failed:
../configure --enable-gpl --enable-memory-poisoning --enable-avresample --cc='ccache arm-linux-gnueabi-gcc' --target-exec='qemu-arm -L /usr/arm-linux-gnueabi/' --arch=armv5te --cpu=armv5te --enable-cross-compile --target-os=linux --cross-prefix=/usr/arm-linux-gnueabi/bin/
root at localhost:~/ffmpeg/xxx# make fate-filter-hls-vs-with-master
GEN tests/data/hls-vs-with-master.m3u8
make: *** [tests/data/hls-vs-with-master.m3u8] Error 1
root at localhost:~/ffmpeg/xxx#
More information about the ffmpeg-devel
mailing list