fishjam-dev / membrane_rtc_engine

Customizable Real-time Communication Engine/SFU library focused on WebRTC.
Apache License 2.0
141 stars 13 forks source link

[RTC-145] Add RTSP Endpoint #257

Closed sgfn closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #257 (165cb8b) into master (5136fd8) will increase coverage by 2.72%. The diff coverage is 78.12%.

@@            Coverage Diff             @@
##           master     #257      +/-   ##
==========================================
+ Coverage   57.73%   60.46%   +2.72%     
==========================================
  Files          40       43       +3     
  Lines        1791     2031     +240     
==========================================
+ Hits         1034     1228     +194     
- Misses        757      803      +46     
Impacted Files Coverage Δ
...rane_rtc_engine/endpoints/webrtc/track_receiver.ex 49.45% <0.00%> (-1.12%) :arrow_down:
...b/membrane_rtc_engine/endpoints/webrtc_endpoint.ex 0.00% <0.00%> (ø)
lib/membrane_rtc_engine/engine.ex 76.82% <ø> (+1.62%) :arrow_up:
lib/membrane_rtc_engine/track.ex 88.88% <ø> (+11.11%) :arrow_up:
lib/membrane_rtc_engine/endpoints/rtsp_endpoint.ex 66.10% <66.10%> (ø)
...ne_rtc_engine/endpoints/rtsp/connection_manager.ex 80.80% <80.80%> (ø)
lib/membrane_rtc_engine/endpoints/hls_endpoint.ex 77.18% <83.33%> (+0.09%) :arrow_up:
test/support/fake_rtsp_server.ex 86.66% <86.66%> (ø)
...embrane_rtc_engine/endpoints/webrtc/media_event.ex 24.24% <90.00%> (+18.88%) :arrow_up:
...mbrane_rtc_engine/endpoints/webrtc/track_sender.ex 73.83% <100.00%> (+2.40%) :arrow_up:
... and 2 more

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 976e456...165cb8b. Read the comment docs.