Comment #2 on issue 535243 by
sev...@gmail.com: android 4.4.2 webview html
video not working
https://code.google.com/p/chromium/issues/detail?id=535243
sev...@gmail.com ▼ | My favorites ▼ | Profile | Sign out
Logo
chromium
An open-source project to help move the web forward.
Search projects
Project HomeDownloadsWikiIssuesCode Search
New issue Search for
Search Advanced search Search tips Subscriptions
Vote for this issue and get email change notifications Issue 535243:
android 4.4.2 webview html video not working
1 person starred this issue and may be notified of changes. Back to list
Status: Unconfirmed
Owner: ----
Cr-Internals-Media
Pri-2
Via-Wizard
Type-Bug
OS-Mac
Needs-Feedback
Add a comment below
Reported by
sev...@gmail.com, Today (5 hours ago)
UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4)
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.93 Safari/537.36
Example URL:
www.brunoneves.com/menu/v1/teste.html
Steps to reproduce the problem:
1. I have a android webview that load a html video
2. The video is loaded but dont play
3. When start to play have a crash
What is the expected behavior?
Need play html video on webview
It's work perfectely on crhome browser
What went wrong?
Dont play html video into webview
Did this work before? N/A
Is it a problem with Flash or HTML5? HTML5
Does this work in other browsers? Yes
Chrome version: 45.0.2454.93 Channel: n/a
OS Version: OS X 10.10.4
Flash Version: Shockwave Flash 18.0 r0
Today (105 minutes ago) #1
yini...@chromium.org
this page is loaded in Android device or Mac?
can you look at chrome://crashes to find out crash report id?
Labels: Needs-Feedback
Add a comment
Hi,
Page loaded in Android 4.4.2. I can't to do android update.
I need load http streaming video .m3u8. In the crhome it's work but inside
webview not work.
I'm using a simple video tag.
HTML
<video id="video" autoplay="autoplay" preload
poster="
http://brunoneves.com/menu/v1/images/posters/american-sniper.jpg"
height="240" width="360">
<source
src='
http://wpc.c1a9.edgecastcdn.net/hls-live/20C1A9/bbc_world/ls_satlink/b_828.m3u8'
type='application/x-mpegURL'>
</video>
webView = (WebView) findViewById(R.id.webView);
webView.setWebViewClient(new WebViewClient());
webView.getSettings().setJavaScriptEnabled(true);
webView.getSettings().setJavaScriptCanOpenWindowsAutomatically(true);
webView.getSettings().setPluginState(WebSettings.PluginState.ON);
webView.setWebChromeClient(new WebChromeClient());
String pageURL = "
http://www.brunoneves.com/menu/v1/teste.html";
webView.loadUrl(pageURL);
<activity
android:name=".FullscreenActivity"
android:hardwareAccelerated="true"
I did everythink but dont work. Please I need help.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings