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

SMIL and M3U8 manifest manuals


Good morning all,

I am trying to customize my SMIL files and M3U8 manifest to create based on SMIL files in a Wowza 4.2 media server to play M3U8 manifest in JWPlayer 6. It could be automatically or manually.

I trying to reach in similar results like we have describe in the Multiple Audio Renditions JWPlayer Article to support multi-languages (audio and CC), with adaptive bitrate ( http://support.jwplayer.com/customer/portal/articles/1761348-multiple-audio-renditions )

I can´t find any user guide or command reference manuals to help me. Could you help me?

I using as example the M3U8 manifest in this article:
#EXTM3U
#Audio renditions
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="aac",NAME="English", DEFAULT=YES,AUTOSELECT=YES,LANGUAGE="en", URI="main/english-audio.m3u8"
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="aac",NAME="Deutsch",DEFAULT=NO,AUTOSELECT=YES,LANGUAGE="de", URI="main/german-audio.m3u8"
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="aac",NAME="Commentary",DEFAULT=NO,AUTOSELECT=NO,URI="commentary/audio-only.m3u8"

#Video qualities
#EXT-X-STREAM-INF:BANDWIDTH=1280000,CODECS="...",AUDIO="aac"
low/video-only.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=2560000,CODECS="...",AUDIO="aac"
mid/video-only.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=7680000,CODECS="...",AUDIO="aac"
hi/video-only.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=65000,CODECS="mp4a.40.5",AUDIO="aac"
main/english-audio.m3u8

2 Community Answers

claudio.rosa

User  
0 rated :

I forgot to mention, I need to distribute the content for Internet Explorer 11 for desktops/laptops and mobile platforms (IOS and Androids) with HLS, for Raspberry PI with RTSP with adaptive bitrate.

Doing tests today, in the Video on Demand, I have 3 video resolutions files (720p, 480p and 270p) I included RTMP and it is working perfect for IE 11 with ABR. HLS is not work in auto mode only working with 720p file manually the video play. With RTSP is working without problem.

Could you help me?

Todd

JW Player Support Agent  
1 rated :

Can you share your HLS stream URL here?

Have you seen http://support.jwplayer.com/customer/portal/articles/1430189-about-hls-streaming regarding the HLS features we support?

This question has received the maximum number of answers.