I want to implement a funcitonlity in which if a user clicks a video link, that video shud start getting played.
I created a standalone application for demo purpose having below code :
But now if iam using the same code in real time then the video is not getting played. Iam getting a message "no compatible source was found for this media". The application code is :
Please help.