
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