Skip to content

Add audio handling in the echo example #58

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

Merged
merged 4 commits into from
Jan 16, 2024
Merged

Add audio handling in the echo example #58

merged 4 commits into from
Jan 16, 2024

Conversation

LVala
Copy link
Member

@LVala LVala commented Jan 16, 2024

This will be useful for me when testing RTCP stuff, but now I'm mostly working in ex_rtcp, so no need for this to wait until the whole TWCC/RTCP PR is ready.

Also, I bumped ex_rtp to 0.3 here.

@LVala LVala self-assigned this Jan 16, 2024
@LVala LVala requested a review from mickel8 January 16, 2024 08:12
Comment on lines 109 to 110
video_track = ExWebRTC.MediaStreamTrack.new(:video)
audio_track = ExWebRTC.MediaStreamTrack.new(:audio)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
video_track = ExWebRTC.MediaStreamTrack.new(:video)
audio_track = ExWebRTC.MediaStreamTrack.new(:audio)
video_track = MediaStreamTrack.new(:video)
audio_track = MediaStreamTrack.new(:audio)

Copy link

codecov bot commented Jan 16, 2024

Codecov Report

Merging #58 (f62c618) into master (8bf58fa) will decrease coverage by 0.27%.
The diff coverage is 42.85%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
- Coverage   89.02%   88.76%   -0.27%     
==========================================
  Files          25       25              
  Lines        1057     1059       +2     
==========================================
- Hits          941      940       -1     
- Misses        116      119       +3     
Files Coverage Δ
lib/ex_webrtc/peer_connection/demuxer.ex 96.15% <100.00%> (+3.56%) ⬆️
lib/ex_webrtc/rtp/vp8_payloader.ex 100.00% <100.00%> (ø)
lib/ex_webrtc/rtp_sender.ex 100.00% <ø> (ø)
lib/ex_webrtc/rtp/opus_payloader.ex 0.00% <0.00%> (ø)
lib/ex_webrtc/peer_connection.ex 87.79% <0.00%> (-0.64%) ⬇️

... 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 8bf58fa...f62c618. Read the comment docs.

@LVala LVala merged commit 3f5df3e into master Jan 16, 2024
@LVala LVala deleted the impr-echo branch January 16, 2024 10:16
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.

2 participants