Source switch (Projekktor Core)

by HD, Saturday, June 16, 2012, 12:31 (343 days ago)

Hi,

I wonder, it's possible to change the video-source of a playing video? The user should be able to click on a button to change the videoquality.

I like to add various qualities of any video. For example:

<video class="projekktor" width="640" height="360" poster="poster.jpg">
<source src="myvideo_low.mp4" />
<source src="myvideo_medium.mp4" />
<source src="myvideo_high.mp4" />
<source src="myvideo_low.webm" />
<source src="myvideo_medium.webm" />
<source src="myvideo_high.webm" />
<source src="myvideo_low.ogv" />
<source src="myvideo_medium.ogv" />
<source src="myvideo_high.ogv" />
</video>

How should/can I do this issue?

  672 views

Complete thread:

 RSS Feed of thread