Ways of displaying a local video in cross platform way #9235
Unanswered
0xmemorygrinder
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Spawning a small axum or actix server in rust is likely easier than fixing webkitgtk or trying to inject a video player into the window. It's of course not ideal to serve files over localhost but 🤷 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I try creating an app using tauri which involves a video player for local assets in the middle of the window. I tried the streaming example in the beta version but since I am developping on linux I have a problem for loading the video and nothing happens (a white screen instead of the video playing).
From what I understand there is two main ways to achieve what I want :
Can someone indicate me how should I proceed to get a local video playing in the window ?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions