[GH-ISSUE #219] Is there a way to display video in Proton native app? #152

Closed
opened 2026-05-05 11:50:08 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @bhaskardabhi-oviyum on GitHub (Aug 6, 2019).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/219

Hi,

I want to build an app which displays video feeds. Is there a way in proton to display video in app? Like <Video> element or something?.

Originally created by @bhaskardabhi-oviyum on GitHub (Aug 6, 2019). Original GitHub issue: https://github.com/kusti8/proton-native/issues/219 Hi, I want to build an app which displays video feeds. Is there a way in proton to display video in app? Like `<Video>` element or something?.
gitea-mirror 2026-05-05 11:50:08 -06:00
Author
Owner

@kusti8 commented on GitHub (Aug 28, 2019):

Not currently no. I'm going to keep this open because there should be a way in Qt in v2, but that's not that high of a priority.

<!-- gh-comment-id:525881606 --> @kusti8 commented on GitHub (Aug 28, 2019): Not currently no. I'm going to keep this open because there should be a way in Qt in v2, but that's not that high of a priority.
Author
Owner

@kusti8 commented on GitHub (Jan 19, 2020):

Proton Native V2 is now released! If the issue still occurs in the new update, please open a new issue.

<!-- gh-comment-id:576029175 --> @kusti8 commented on GitHub (Jan 19, 2020): Proton Native V2 is now released! If the issue still occurs in the new update, please open a new issue.
Author
Owner

@roman01la commented on GitHub (Jan 21, 2020):

@kusti8 Hey. I'd like to dig in and try to implement video playback, I'd appreciate any initial input

<!-- gh-comment-id:576718503 --> @roman01la commented on GitHub (Jan 21, 2020): @kusti8 Hey. I'd like to dig in and try to implement video playback, I'd appreciate any initial input
Author
Owner

@kusti8 commented on GitHub (Jan 21, 2020):

With Qt there is a guide here: https://doc.qt.io/qt-5/videooverview.html#playing-video-in-c You would use the QVideoWidget instead of the other widget. You can just copy one of the other classes, and then that class would contain QMediaPlayer and the QVideoWidget (and you would set the media just by calling set media: player->setMedia(QUrl::fromLocalFile("/Users/me/Music/coolsong.mp3"));) Also please make a new issue to track this.

<!-- gh-comment-id:576729572 --> @kusti8 commented on GitHub (Jan 21, 2020): With Qt there is a guide here: https://doc.qt.io/qt-5/videooverview.html#playing-video-in-c You would use the QVideoWidget instead of the other widget. You can just copy one of the other classes, and then that class would contain QMediaPlayer and the QVideoWidget (and you would set the media just by calling set media: `player->setMedia(QUrl::fromLocalFile("/Users/me/Music/coolsong.mp3"));`) Also please make a new issue to track this.
Author
Owner

@roman01la commented on GitHub (Jan 21, 2020):

@kusti8 Alright, sounds good. Thanks!

<!-- gh-comment-id:576732844 --> @roman01la commented on GitHub (Jan 21, 2020): @kusti8 Alright, sounds good. Thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#152
No description provided.