-
-
Notifications
You must be signed in to change notification settings - Fork 582
feat(video): add cross-platform video player support #2456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -54,6 +54,8 @@ dependencies: | |
| latlong2: ^0.9.1 | ||
| linkify: ^5.0.0 | ||
| matrix: ^4.1.0 | ||
| media_kit_libs_linux: ^1.2.1 | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Has this been tested inside of a flatpak and a snap as well? Otherwise we cannot merge
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I haven't done flatpak/snap testing.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I was able to test for flatpak and it works with some additions to the flatpak manifset. |
||
| media_kit_libs_windows_video: ^1.0.11 | ||
| mime: ^2.0.0 | ||
| native_imaging: ^0.2.0 | ||
| opus_caf_converter_dart: ^1.0.1 | ||
|
|
@@ -81,6 +83,7 @@ dependencies: | |
| url_launcher: ^6.3.2 | ||
| video_compress: ^3.1.4 | ||
| video_player: ^2.10.1 | ||
| video_player_media_kit: ^2.0.0 | ||
| wakelock_plus: ^1.3.3 | ||
| webrtc_interface: ^1.3.0 | ||
|
|
||
|
|
@@ -116,4 +119,4 @@ flutter: | |
| # 1. Don't do it if you can avoid it or fix it upstream in a manageable time | ||
| # 2. Always link an (upstream?) issue | ||
| # 3. Explain how and when this can be removed (overrides must be temporarily) | ||
| dependency_overrides: | ||
| dependency_overrides: | ||
Uh oh!
There was an error while loading. Please reload this page.