I would appreciate if someone could shed some light on the video playback
capabilities on Tizen IVI 1.0.

We have a simple web app in HTML5 with some JavaScript/JQuery code. It's
essentially an HTML <video> tag.

This is the core of it:

   video = document.createElement("video");
   video.setAttribute("class", "vp_videoframe");
   video.setAttribute("onClick", "PlayPauseVideo()");
   video_frame.appendChild(video);
   video.src = "res/Big Buck Bunny.mp4";


There is an HTML page to it that loads the script etc. Works fine on a
standard Linux distro and other OS in a browser. We tried it on Tizen IVI
1.0 with webskeleton loading the page. The video player frame shows up just
fine. However, video playback does not work.

I am happy to provide the entire test code.

Cheers,
Rudi
_______________________________________________
IVI mailing list
[email protected]
https://lists.tizen.org/listinfo/ivi

Reply via email to