Click here to Skip to main content
15,922,427 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I have using jw player in the page but with chrome browser the video stuck when I skip it ahead but with Firefox it works properly and this error is shown in console
The JWPlayer throws this error in the console:
MediaError
code: 2
__proto__: MediaError
MEDIA_ERR_ABORTED: 1
MEDIA_ERR_DECODE: 3
MEDIA_ERR_NETWORK: 2
MEDIA_ERR_SRC_NOT_SUPPORTED: 4



please help

What I have tried:

<script id="aa" type="text/javascript">
jwplayer("video1").setup({
// skin:"jwplayer/five.xml",
flashplayer: "jwplayer/player.swf",
file: "video/video1.mp4",
width: '650',
height: '307',
autostart: true,
controlbar: "none",
startparam: "starttime",
Posted
Updated 13-Jul-16 8:01am

1 solution

You can get better and prompt answer, if you use their forum here - https://support.jwplayer.com/customer/portal/questions/new[^]. Support page - https://support.jwplayer.com/[^].
 
Share this answer
 
Comments
Member 12618369 13-Jul-16 18:32pm    
I tried so many times this website no solve for my problem
Then, I am afraid, you need to change the player.

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