Stops #X-EXT-KEY and #X-EXT-MAP tags replication

This commit is contained in:
Vadim Getmanshchuk 2020-02-26 16:04:25 -08:00 committed by Rutger Schoorstra
parent ca9c41d823
commit a081b462d1

View file

@ -479,6 +479,8 @@ impl MediaPlaylist {
next_segment.uri = u;
media_playlist.segments.push(next_segment);
next_segment = MediaSegment::empty();
encryption_key = None;
map = None;
}
_ => (),
}