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.