Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Problem by internet download manager on jwplayer 7


Hello

I install JWP7 on my website , some of our users tell us , when they try play video , if internet download manager installed , video not played and internet download manager start download video , how we can fix this problem ?

Any setting on server needed? or we need fix player setup? I have this setup codes :

```
<script type="text/javascript">
jwplayer('playerFQofXRALgCbh').setup({
sources: [{
file: "mp4 url",
label: "Low quality",
"default": "true"
},{
file: "mp4 url",
label: "Medium quality"
},{
file: "mp4 url",
label: "High quality"
}],
image: 'Image url',
title: 'My title',
width: '700',
height: '466',
});
</script>
```

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

There is nothing specific to JW 7 that would cause this behavior that I know of. What is the MIME type of your videos?

I will need to install Internet Download Manager on a test computer and then try to reproduce this issue.

This question has received the maximum number of answers.