Current source code:
<video controls loop>
<source src="video.webm" autoplay="autoplay" preload="auto" type='video/webm;codecs="vp8, vorbis"' />
</video>
But it doesn't play with TV browser in LG. Please help.
HTML 5.0 [*] Partly supported, Partly: satisfying 60-90% of the specifications.
For Video & Audio. Note that webm is not supported in emulator.
Reference http://developer.lge.com/webOSTV/develop/web-app/webos-tv-platform/web-engine/ http://developer.lge.com/webOSTV/develop/web-app/webos-tv-platform/supported-media-formats/
I found the answer; I used a converter to support fallbacks in the browser. See this: http://easyhtml5video.com/
来源:https://stackoverflow.com/questions/32990560/does-webos-tv-in-lg-supports-html5-videos