elixir-webrtc / ex_webrtc

An Elixir implementation of the W3C WebRTC API
Apache License 2.0
269 stars 8 forks source link

Create a module for every codec in `ExWebRTC.RTP` #122

Closed LVala closed 5 days ago

LVala commented 6 days ago

In ExWebRTC.RTP.*, instead of using CodecPayloder, we now use the convention of Codec.Payloader, similar to how it is done in ExWebRTC.Media.*. This will be convenient in my next PR (where I'm going to add an RTP.Munger and keyframe? function for particular codecs).