Hi,
What's the process of web browser player?
I want to play video in webOS, is it possible? And if so, what's the process?
If I play youtube url, or other url that comes out video, is it possible like in chrome browser?
How can I call the web browser player?
Should I using the LS2 API? If so, what can I use the api?
I just wanted to test, launch .ipk using the 'Built-in Web Apps' edit index.html like this
<!DOCTYPE html>
<html>
<head>
<meta charset="EUC-KR">
<title>Insert title here</title>
</head>
<body>
<div class="content">
<video controls width="560"height="315">
<source src="./img/test.mp4">
</video>
</div>
</body>
</html>
I launched that in emulator, and it works.
There are no luna api, but it works. How it could be?
Sorry for that I have a lot of questions, but I want to know how it works.
Thanks