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

Always use VP8 codec when streaming audio only #154

Closed codysherman closed 4 years ago

codysherman commented 4 years ago

VP8 is more commonly hardware accelerated, and thus results in a lighter load on the user's device. When streaming audio only, the video quality and bandwidth doesn't matter, so using the hardware accelerated codec will result in a more optimal solution until W3C natively support audio only streams.

codysherman commented 4 years ago

Fixed in f89db401fafadb36ec4b26774bca4634e49405a0