Skip to content

Commit

Permalink
Remove HLS #EXT-X-ALLOW-CACHE deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stumble committed Oct 29, 2018
1 parent e776205 commit a140128
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions trunk/src/app/srs_app_hls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -863,8 +863,7 @@ int SrsHlsMuxer::_refresh_m3u8(string m3u8_file)
// #EXT-X-ALLOW-CACHE:YES\n
std::stringstream ss;
ss << "#EXTM3U" << SRS_CONSTS_LF
<< "#EXT-X-VERSION:3" << SRS_CONSTS_LF
<< "#EXT-X-ALLOW-CACHE:YES" << SRS_CONSTS_LF;
<< "#EXT-X-VERSION:3" << SRS_CONSTS_LF;
srs_verbose("write m3u8 header success.");

// #EXT-X-MEDIA-SEQUENCE:4294967295\n
Expand Down

0 comments on commit a140128

Please sign in to comment.