Click here to Skip to main content
15,922,533 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have recorded video by camera and it saved as mp4 but when I tried to play it on the web page by jw player I got Error loading media file could not be played

please help

What I have tried:

<script type="text/javascript">

jwplayer("aa").setup({
flashplayer: "jwplayer/player.swf",
file: "~/Videos/E-learning.mp4",

width: "550",
height: "400",

primary:'html5',
poster: 'images/notAvailble.jpg',
});

</script>
Posted
Updated 29-Aug-16 11:46am

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900