Media

Media component is a cross browser generic player to embed multimedia content such as videos and audio to JSF pages. Depending on the user-agent media either renders an object or an embed tag. Suitable player is discovered using the source type or a player can be specified explicitly. Media component can also play binary media using the StreamedContent API.

Flash

Real Media

Music

Source

<h3>Flash</h3>
<p:media value="http://www.youtube.com/v/KZnUr8lcqjo" width="425" height="344" player="flash"/>

<h3>Real Media</h3>
<p:media value="http://service.real.com/learnnav/testrams/realvideo10_56.ram"/>

<h3>Music</h3>
<p:media value="http://www.tulumba.com/mp3/mogollar/yurudukdurmadan/track%2002.mp3" width="200" height="20" player="quicktime"/>