medooze / media-server

WebRTC Media Server
GNU General Public License v2.0
1.36k stars 295 forks source link

Use exceptions for bit stream operations #328

Closed murillo128 closed 2 months ago

murillo128 commented 2 months ago

This PR adds exceptions to the bit reader/writters and modifies the code that uses for catching them. This PR is done on top of #326