Trying to play saved video in WebApp

Is there a way to play base64 encoded video in html video tag? I tried to put base64 string in src="", but video does not load.

I also tried another way, by downloading video in mp4 format and trying to play it with luna://com.webos.media service, but it has no effect.

Hi Popa,

I found this article. I think it will help you.

http://www.iandevlin.com/blog/2012/09/html5/html5-media-and-data-uri/