Wowza Community

Change protocol from rtmp to http.

Our customer has used Wowza server with JWPlayer for mp3 service.

But they want to change protocl http with html5 audio player tag in IE browser.

Original url -> rtmp://xx.xxx.xxx.xxx:1935/vod/definst/mp3:mu_mp3/00/06/27/0000090005d280ec77d3.mp3

So I change url like ->http://xx.xxx.xxx.xxx:1935/vod/definst/00/06/27/0000090005d280ec77d3.mp3/playlist.m3u8

But not played both IE and JWPlayer .

  1. Is it possible play in IE browser with audio tag?

  2. If it is possible, there’s chane need in Wowza server config?

Please, let me know how to change.

Hello there and welcome to the Wowza support forum.

Double check what you have enabled in your Application.xml file, make sure “cupertinostreaming”(HLS) is enabled to use /playlist.m3u8. If it is an HLS is not working, you might try “sanjosestreaming” (HDS) and use /manifest.f4m in the playback URL

example:

http://[IP]:1935/vod/_definst_/[stream-name]/manifest.f4m

Kind regards,

Salvadore

Can I use Internet Explorer in Desktop with html5 Audio tag?