Replies: 3 comments 4 replies
-
I think a possible avenue is embedding a video player's window in a tauri window. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Has there been a solution to doing this? I too want to mpv into my tauri window for video-playback |
Beta Was this translation helpful? Give feedback.
3 replies
-
Anyone looking for a solution, No I didn't embed mpv. I created a server with backend and video frontend that live transcodes and streams it to the browser video player |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, can you embed mpv video player inside a window?
I want to have a webview with a transparent background and a canvas underneath this webview which displays videos with the help of mpv.
I looked at some examples like https://github.com/vgarleanu/lumiere which don't use tauri but might be able to implement it for tauri but I cannot find a way to achieve this.
I know that there is a working mpv binding for rust but its documentation is vague.
There is also vlc-rc but that to doesn't have a good documentation
Beta Was this translation helpful? Give feedback.
All reactions