I need a flash video player for our public site where users will share videos. The video usage model is similar to youtube as far as video part is concerned. Users will upload and share videos. Users will browse and play all shared videos as well.
The videos will be streamed from the server and our app is a .NET/C#/JQuery application.
We have 3 options:
1) Either buy a commercial flash player
2) Customize a open source player or use free player and customize its gui
3) Develop our own (time consuming and last resort)
I am required to find a flash video player with these requirements:
- Player should work in all major browsers (IE, FF, Chrome, Safari)
- Player should have way to inject Advertisement clips when playing a video file
- Light weight and easy to integrate
- Must support streaming and scale
- Plus all other basic features of a flash video player
I would highly appreciate your time. Thank you very much.