Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
fix endpoint config typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blazpie committed May 11, 2023
1 parent edbb9e5 commit e07fa0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/membrane_rtc_engine/endpoints/hls_endpoint.ex
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ if Enum.all?(
}

{frames_per_second, 1} = state.mixer_config.video.stream_format.framerate
seconds_number = Membrane.Time.as_seconds(state.hls_config.segment_duration.target)
seconds_number = Membrane.Time.as_seconds(state.hls_config.segment_duration)

[
child(:compositor, compositor)
Expand Down

0 comments on commit e07fa0a

Please sign in to comment.