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

Mp3 shows as Live broadcast and no scrubbing.


Hi

When playing mp3 it shows as "live broadcast" and there is no scrubbing - progress bar.

Mp3 file on AMS and rtmp stream. JW player 6.1

Code.
<div id="myElement">Loading the player...</div>
<script type="text/javascript">
jwplayer("myElement").setup({
file: "rtmp://xxxxxxxx/vod/mp3:encoded_video/sound/sonja",
height: 360,
width: 640
});
</script>

5 Community Answers

Cooper Reid

JW Player Support Agent  
0 rated :

Can you try using type:‘mp3’?

jwplayer(“myElement”).setup({
file: “rtmp://xxxxxxxx/vod/mp3:encoded_video/sound/sonja”,
height: 360,
width: 640,
type:‘mp3’
});

-Cooper

anders.wickman

User  
0 rated :

np

Then I get error loading media: file not found:

/A

Cooper Reid

JW Player Support Agent  
0 rated :

Have you tried this in a newer version of JWPlayer (version 6.11)?
Cooper

anders.wickman

User  
0 rated :

np

Have version 6.11.4923
Still the same result. = Live broadcast

/A

Cooper Reid

JW Player Support Agent  
-1 rated :

Your RTMP stream must be misconfigured because I’ve never seen this type of issue before. Our player sounds like it is identifying your stream as a live stream for some reason.
Cooper

This question has received the maximum number of answers.