Replies: 7 comments 5 replies
-
Could you describe more about it? If it can play on normal browser then it should be play on webview |
Beta Was this translation helpful? Give feedback.
-
I tried to run videos on h265 within a webview but it doesn't seem to work, even though my device is supported I heard that the Android webview does not support the h265 |
Beta Was this translation helpful? Give feedback.
-
Can you play it on normal browser? |
Beta Was this translation helpful? Give feedback.
-
I'm using it through a WebView, but I can hardly use h265 because the codec is not included in chromium, which is the webview engine, I was satisfied for a while but I'll have to run after some way to integrate with exoplayer, if I find out something I will share here. |
Beta Was this translation helpful? Give feedback.
-
HEVC\H.265 should be supported by hardware (SoC). That is why not all Android phones (low-end) support HEVC. Could you consider using H.264 as a fallback? We are glad to announce that p2p-media-loader@v1 has been released. It now works in iPhone webview and features HEVC support there. We will publish our Flutter demo, which compiles and works on Android and Apple devices. Check for reference: https://caniuse.com/hevc |
Beta Was this translation helpful? Give feedback.
-
Your solution will help iPhone,IOS
but for Android I believe that only a proxy to be able to run natively on exoplayer would be the solution
Em quinta-feira, 27 de junho de 2024 às 01:54, Andriy Lysnevych ***@***.***> escreveu:
… Yes. Flutter demo is just for reference. Main components of the demo are WebView and a HTML5 video player with P2P in it.
—
Reply to this email directly, [view it on GitHub](#198 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AQEUX7XLZYO2EJONUIEOWA3ZJOLI3AVCNFSM6AAAAABJ6ILCCKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQOBZGYYTA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
You can try to use AV1 on most of the devices and fall back to H.265 on Apple devices with chips older than M3/A17. This approach should provide the best video compression. |
Beta Was this translation helpful? Give feedback.
-
Hello, I would like to know if there is any way to run h265 on the webview android?
I implemented p2p-media but more than 80% of my audience comes from android, but much of my content is done in h265 in which, as I understand it, Webview does not support it, I would have to implement it in exoplayer or something native, I would have something to do to support the h265?
Beta Was this translation helpful? Give feedback.
All reactions