Open louis030195 opened 4 weeks ago
https://github.com/mediar-ai/screenpipe/pull/580#issuecomment-2447779203
videos encoded with h265 does not work in tauri <video> component (nextjs)
<video>
code: https://github.com/mediar-ai/screenpipe/blob/cb929de6d7df582a0ed228dc359cd873451ea97a/screenpipe-app-tauri/components/video.tsx#L111
it works
or tell me workaround to allow me to install the necessary dependencies for it (assuming some video libs)
asking more questions to chatgpt
No response
It seems to be specific to your usecase. If i load h265 test websites in a tauri window they all seem to work correctly.
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