Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking for html5 video player that not just run on desktop, it will also run on tablet and mobile phone. Also I am looking for that the video player can accept preroll tags from (YUME, VAST, ADAPTTV, TREMOR)? is anyone know the specific tools that I can implement this video player?

Thanks

share|improve this question
I would be really surprised if such thing was available. Correct if I am wrong but apart from VAST, all other given standards are proprietary and not documented by their IP holders. – Till Mar 31 '12 at 22:46

2 Answers

For the VAST standard, all you need is the specification and that is freely available at IAB.

share|improve this answer
the reason I want to use html5 player so that it maybe able to play on mobile, is there anyway to use flash on mobile? – Lewis Apr 5 '12 at 20:01

you can use mediaelement.js library to make videos compatable with all devices

it is good , you can try it , but iam not sure if it contain tags preroll

or see jw Player 6 it is good for ads(VAST ,...) etc

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.