Skip to content

[Bug] Video quality is extremely distorted #2

Open
@furkanKotic

Description

@furkanKotic

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': [],
      }
    };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions