Say I have an ogg video. I can play like this:
<video width="640" height="480"> <source src="myvideo.ogg" type=video/ogg> </video>
Now, if I was able to transfer 1 pieces of base64 encoded by this video through the HTML5 web layout, how can I play the video? I canβt figure it out. If necessary, I can decode the pieces.
Thanks in advance, Nolhian
Nolhian
source share