Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sc_threshold=0 to H264 encoder in HLS. Release engine 0.17.0, endpoints 0.2.0 #313

Merged
merged 4 commits into from
Aug 25, 2023

Conversation

sgfn
Copy link
Member

@sgfn sgfn commented Aug 25, 2023

No description provided.

@sgfn sgfn marked this pull request as ready for review August 25, 2023 11:45
@sgfn sgfn changed the title Release engine 0.17.0, endpoints 0.2.0 Add sc_threshold=0 to H264 encoder in HLS. Release engine 0.17.0, endpoints 0.2.0 Aug 25, 2023
@@ -426,7 +426,8 @@ defmodule Membrane.RTC.Engine.Endpoint.HLS do
|> child(:encoder, %Membrane.H264.FFmpeg.Encoder{
profile: :baseline,
tune: :zerolatency,
gop_size: frames_per_second * seconds_number
gop_size: frames_per_second * seconds_number,
sc_threshold: 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add some comment here, about the purpose of this change

@codecov
Copy link

codecov bot commented Aug 25, 2023

Codecov Report

Merging #313 (b61c8ed) into master (6a75953) will increase coverage by 0.15%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #313      +/-   ##
==========================================
+ Coverage   52.66%   52.81%   +0.15%     
==========================================
  Files          38       38              
  Lines        1973     1973              
==========================================
+ Hits         1039     1042       +3     
+ Misses        934      931       -3     
Files Changed Coverage Δ
hls/lib/hls_endpoint.ex 50.42% <ø> (ø)

... and 2 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6a75953...b61c8ed. Read the comment docs.

@sgfn sgfn merged commit 0992ceb into master Aug 25, 2023
36 checks passed
@sgfn sgfn deleted the release/v0.17 branch August 25, 2023 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants