codysherman / 2nfm

Share your screen and computer's audio via WebRTC!
https://2n.fm
BSD 3-Clause "New" or "Revised" License
31 stars 16 forks source link

Set video resolution to 144p when using audio only #191

Closed codysherman closed 4 years ago

codysherman commented 4 years ago

Like how audio only already ignores the user's preference and defaults to h.264 for video, we should investigate whether setting the resolution to 144p also improves performance.

sammoore commented 4 years ago

Although in the event of an audio only stream the h.264 preference override occurs in StreamerConnection as it is encoded by WebRTC, the resolution configuration occurs in DesktopCapturer.