tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
85.73k stars 2.59k forks source link

[feat] support for rendering videos encoded with h265 in macos #11559

Open louis030195 opened 4 weeks ago

louis030195 commented 4 weeks ago

Describe the problem

https://github.com/mediar-ai/screenpipe/pull/580#issuecomment-2447779203

videos encoded with h265 does not work in tauri <video> component (nextjs)

code: https://github.com/mediar-ai/screenpipe/blob/cb929de6d7df582a0ed228dc359cd873451ea97a/screenpipe-app-tauri/components/video.tsx#L111

Describe the solution you'd like

it works

or tell me workaround to allow me to install the necessary dependencies for it (assuming some video libs)

Alternatives considered

asking more questions to chatgpt

Additional context

No response

FabianLars commented 4 weeks ago

It seems to be specific to your usecase. If i load h265 test websites in a tauri window they all seem to work correctly.