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

How to play videos without file extension?


Hi,

I need to play videos (e. g. flv and wmv) without file extension. Setting the "type" property to the corresponding type (I found an article here describing that) didn't work. Using a playlist didn't work either.

jwplayer(videoPlayerContainer).setup({
provider: 'http',
title: title,
autostart: false,
width: videoWidth,
height: videoHeight,
logo: {
file: videoLogo
},
playlist: [{
sources: [{
file: fileName,
type: 'flv'
}],
title: "Test"
}]
});

Can you help?

Thanks, Ingo

1 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

We do not support WMV.

For you just need to set the type variable, for example, flv for flv, mp4 for mp4, etc.

Can I see a link to where this is running?

This question has received the maximum number of answers.