0

I am interested in creating a custom video player, for online usage in my website. the reason I want the video player is because, I want the user to click on the time bar and allow him to choose "time segments" (having a start and stop point) and being able to drag them around. what language is more approppriate for this kind of work? javascript?

aman
  • 1
  • 1

2 Answers2

0

You can use the adobe's StrobeMediaPlayback

jerjer
  • 8,694
  • 30
  • 36
0

Or you can use a javascript/html5 player http://videojs.com/

Awea
  • 3,163
  • 8
  • 40
  • 59