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

NSV stream / file not working in IE


I used to use the jw player 5.10 for streaming audio with no problems.
Part of the script / setup are the 2 lines underneath to get the stream working:

'file': "http://sc-stream1.dancefm.net/;stream.nsv",
'type': "sound",

Now i want to switch to jwplayer 7.01, but for some reason I can't get these "NSV streams" working in IE.
The lines underneath are working perfectly in FF and Chrome, but not in IE:

file: 'http://server-25.stream-server.nl:8500/;stream.mp3',
type: 'mp3',

Also added provider 'sound' but again, no luck in IE.
What is going wrong at my end. I'm sure I miss something, but I can't figure out. Please help.

3 Community Answers

tjboersma

User  
0 rated :

I've also tried this script, but again, no luck:

<script type='text/javascript'>
jwplayer('player').setup({
file: 'http://server-25.stream-server.nl:8500/;stream.nsv',
type: 'mp3',
primary: 'flash',

width: '290',
height: '30',
autostart: 'true',
});

</script>

Randy

JW Player Support Agent  
0 rated :

Hello,

We currently support the use of the following 3 audio formats: AAC, MP3 and Vorbis. For more information please find the following article: http://support.jwplayer.com/customer/portal/articles/1403635-media-format-reference

Randy

erik

User  
0 rated :

Is there any way to force the player into audio mode with a video file or stream? Or a way to make the controls show permanently?

This question has received the maximum number of answers.