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

Audio tag


I would like to ask about the current status of the audio tag rendering for audio only sources. More than one year ago everything was rendered using a video tag, regardless of the source (see: http://support.jwplayer.com/customer/portal/questions/6242552-audio-tag-is-needed).

Were there any changes in the meantime?

We‘ll need this feature to be able to serve audio-only content as a fallback for smartphones without covering the whole web app with a fullscreen player.

If there are no changes, could you please tell something about the roadmap at this issue?


Thanks a lot
René

1 Community Answers

Randy

JW Player Support Agent  
-2 rated :

Hello Rene,

You can achieve this now via a simple embed: http://support.jwplayer.com/customer/portal/articles/1430255-audio-only-streaming. You can find a code example here:

jwplayer(“container”).setup({ file: “http://[wowaz.server]:1935/vod/mp4:audio/file.m4a/playlist.m3u8”, height: 30

});

Randy

This question has received the maximum number of answers.