Skip to content

Direct HDMI playback #3875

@marmistrz

Description

@marmistrz

Suppose that the device's screen has aspect ratio 2:1, the external display and the video both have 16:9. In such case, NewPipe will first add padding on the top & bottom to fit a 16:9 video on a 2:1 screen, then Android will pad the 2:1 screen display on the left & right to fit a 2:1 screen on a 16:9 screen. Consequently, the video will have a margin on all sides and won't take up the whole of the screen. Moreover, the quality of the video decreases because of double scaling.

Currently such a feature is implemented by VLC.
If an HDMI display is connected, VLC will output the video directly through HDMI, avoiding the double padding. Moreover, VLC won't display the video on the phone screen using a black screen (with controls showing up when the screen is tapped) to save battery.

It would be great if NewPipe could output the video directly through HDMI in a similar way to avoid the double padding and scaling and decrease battery consumption.

Metadata

Metadata

Assignees

No one assigned

    Labels

    device/software specificIssues that only happen on some devices or with some specific hardware/softwarefeature requestIssue is related to a feature in the appplayerIssues related to any player (main, popup and background)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions