Skip to content

Commit

Permalink
Changed LLHLS playlist version to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
getroot committed Nov 19, 2024
1 parent 4c4ca98 commit d12b79a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/projects/publishers/llhls/llhls_chunklist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ ov::String LLHlsChunklist::MakeExtXKey() const
ov::String LLHlsChunklist::MakeChunklist(const ov::String &query_string, bool skip, bool legacy, bool rewind, bool vod, uint32_t vod_start_segment_number) const
{
std::shared_lock<std::shared_mutex> segment_lock(_segments_guard);
uint8_t version = 10;
uint8_t version = 6;
if (_segments.size() == 0)
{
return "";
Expand Down
2 changes: 1 addition & 1 deletion src/projects/publishers/llhls/llhls_master_playlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ ov::String LLHlsMasterPlaylist::MakePlaylist(const ov::String &chunk_query_strin
{
ov::String playlist(10240);

uint8_t version = 7;
uint8_t version = 6;
if (legacy == true)
{
version = 6;
Expand Down

0 comments on commit d12b79a

Please sign in to comment.