I am trying to use Html5Media on my pages. Right now, I am using
Jplayer, , two players are used at same time on two monitors. Some
of the videos are fairly high definition, so it will feel a bit
lagging when play and loading next video, I feel it still uses too
much CPU resources, so I plan to give Html5Media a try, but before
that, I need help on a few questions.
My plan is to do the following, and would like to know how:
- Using JS to load the next video need to be played (the url is
already generated in a variable).
- Set a poster before loading the video
- Define a time for the poster to be displayed while the video
is loaded (say display the poster for 5 secs, and then play the
video which is already preloaded while displaying the poster)
- Sometimes, the volume of the player need to be adjusted by JS
while the video is playing
- Repeat the process.
Any help on defining the time of the poster playing time (or any
sample) will be greatly appreciated.
Thanks
CL