Self Hosted Player Sources

This demonstrates stand alone usage of the Kaltura HTML5 library, where sources are provided by the video tag instead of the Kaltura platform api.

Usage maps directly from the video tag syntax, usage of data-* attributes can help the library better manage stream selection and metadata loading.
  1.  
  2. <video title="Sintel.2010.720p"
  3. data-entryid="0_c0r624gh"
  4. poster="http://cdnbakmi.kaltura.com/p/243342/sp/24334200/thumbnail/entry_id/0_c0r624gh/version/100004/width/640"
  5. controls="controls"
  6. data-durationhint="888"
  7. width="480"
  8. height="192" >
  9. <source data-bitrate="42480"
  10. data-width="1280"
  11. data-height="544"
  12. src="http://cdnbakmi.kaltura.com/p/243342/sp/24334200/playManifest/entryId/0_c0r624gh/flavorId/0_2mn33cly/format/url/protocol/http/a.webm"
  13. data-flavorid="webm"
  14. type="video/webm">
  15. <source data-bitrate="6400"
  16. data-width="480"
  17. data-height="192"
  18. src="http://cdnbakmi.kaltura.com/p/243342/sp/24334200/playManifest/entryId/0_c0r624gh/flavorId/1_ssz1g2sa/format/url/protocol/http/a.mp4"
  19. data-flavorid="iPhone"
  20. type="video/h264">
  21. <source data-flavorid="iPadNew"
  22. type="application/vnd.apple.mpegurl"
  23. src="http://cdnbakmi.kaltura.com/p/243342/sp/24334200/playManifest/entryId/0_c0r624gh/flavorIds/0_w48dtkyq,1_tj3uq03m/format/applehttp/protocol/http/a.m3u8">
  24. </video>
html5 qunit | flash qunit