fishjam-dev / fishjam

General purpose media server. Supports WebRTC, HLS, RTSP, SIP
https://fishjam-dev.github.io/fishjam-docs/
Apache License 2.0
197 stars 12 forks source link

[RTC-344] toggleable ll-hls #83

Closed sgfn closed 1 year ago

sgfn commented 1 year ago

ref: https://github.com/jellyfish-dev/elixir_server_sdk/pull/30 https://github.com/jellyfish-dev/jellyfish-docs/pull/30

codecov[bot] commented 1 year ago

Codecov Report

Merging #83 (deafbe7) into main (ed317b7) will increase coverage by 0.04%. The diff coverage is 85.71%.

@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
+ Coverage   83.66%   83.70%   +0.04%     
==========================================
  Files          41       43       +2     
  Lines         710      718       +8     
==========================================
+ Hits          594      601       +7     
- Misses        116      117       +1     
Files Changed Coverage Δ
lib/jellyfish_web/api_spec/component.ex 100.00% <ø> (ø)
lib/jellyfish/room.ex 81.74% <20.00%> (-0.80%) :arrow_down:
lib/jellyfish/peer/webrtc.ex 48.27% <83.33%> (ø)
lib/jellyfish/component/hls.ex 92.85% <91.66%> (-7.15%) :arrow_down:
lib/jellyfish/component.ex 100.00% <100.00%> (ø)
lib/jellyfish/component/rtsp.ex 100.00% <100.00%> (ø)
lib/jellyfish/peer.ex 85.71% <100.00%> (ø)
lib/jellyfish/utils.ex 100.00% <100.00%> (ø)
lib/jellyfish_web/api_spec/component/hls.ex 100.00% <100.00%> (ø)
lib/jellyfish_web/api_spec/component/rtsp.ex 100.00% <100.00%> (ø)
... and 3 more

... and 1 file 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 ed317b7...deafbe7. Read the comment docs.