Commit 002e45b4 authored by Steven Liu's avatar Steven Liu

avformat/dashenc: change the hls version from 6 to 7

reference hls support fmp4 file from  draft-pantos-http-live-streaming-20
the spec describes version 7 of hls protocol
Suggested-by: 's avatarRonak <ronak2121@yahoo.com>
Signed-off-by: 's avatarSteven Liu <lq@chinaffmpeg.org>
parent 7b6b8c92
......@@ -827,7 +827,7 @@ static int write_manifest(AVFormatContext *s, int final)
}
av_dict_free(&opts);
ff_hls_write_playlist_version(out, 6);
ff_hls_write_playlist_version(out, 7);
for (i = 0; i < s->nb_streams; i++) {
char playlist_file[64];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment