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

aac/mp3 shoutcast


I am not a web designer nor do I have knowledge, please be patient.
I created a radio shoutcast which broadcast autodj AAC format with transcoder shoutcast v1.
DJs emit MP3 format.
I desire that the player can play streaming.
I have placed in the header of my site:
<Script src = 'http://jwpsrv.com/library/9M1P9AqlEeOPvRIxOUCPzg.js'> </ script>
And in the body:
jwplayer ('myElement'). setup ({
file: 'http://149.202.34.48:8000/'
image: '/uploads/myPoster.jpg'
});
The play buttons are not visible, pause etc.
Neither sounds play.
My website is: www.chathizpano.com

Please explain to me that I place code to correctly display the player and can be heard streaming.
Sorry for my bad English.
I'll be grateful for your help.

1 Community Answers

MisterNeutron

User  
0 rated :

I believe that JW Player does not officially support Shoutcast. You might be able to get it to work by adding a couple more attributes:

primary: 'flash',
type: 'mp3'

This question has received the maximum number of answers.