When broadcasting WHIP with OBS, the image quality is good, but with flutter_whip, the image is extremely distorted. ``` final mediaConstraints = <String, dynamic>{ 'audio': true, 'video': { 'mandatory': { 'minWidth': '1280', 'minHeight': '720', 'minFrameRate': '20', }, 'facingMode': 'user', 'optional': [], } }; ```