codysherman/2nfm

Audit bandwidth settings

Opened this issue · 5 comments

Re-enable the settings section of the streamer page after deciding which settings should be there, and verifying what the settings actually do. Such as the bandwidth setting, what does it do, and does it actually need to be passed as a parameter.

Could we split this up into a task to audit bandwidth (which we don't know much about / if it was working) and password (which is have an idea about and probably isn't secure) separately?

@codysherman I believe I got the greenlight on this from you the other day, so I've split the password related work into #81, and updated this ticket to reflect just bandwidth.

Relevant article to limiting the bandwidth via the sdp in WebRTC

I was previously using SDP munging to achieve bitrate constraints with varying success (due to different/newer encodings used, e.g. VP9).

Can't recall what RTCMultiConnection provides for stepping in during SDP negotiation, but it may be worth looking into a "new OOP method" mentioned by the SDP munging article.