Hi I’m beginner and new Junior developer in small firm about streaming anime video on internet.
Too much question now, if I want to make JWplayer7 video that can toggle audio language, what should I begin with?
I ask in JWplayer forum
they said JWplayer multi audio track support HLS stream and give me a link to demo sourcecode page,
but that page just show file: https://wowzaec2demo.streamlock.net/vod-multitrack/definst/smil:ElephantsDream/ElephantsDream.smil/playlist.m3u8 <<<Where is this come form? How to do this?
and then tell me, you would have to contact your stream provider/CDN about multi track audio in your streams. (WOWZA)
and I have many questions.
1.Do I need to have 1 video file and two external sound audio files? because now I have 2 video files with same animation but the audio language are different (don’t have external sound audio files)
- https://www.wowza.com/docs/how-to-select-multiple-tracks-from-a-vod-file-modulemultitrackvod <<Is this method necessary for me? or I need to use other method
3.I don’t understand the definition of HLS (.m3u8). I read many articles. some said It’s for ios phone. does this mean on PC cannot play? some said the meaning is playlist file
4.#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID=“audio”,LANGUAGE=“eng”,NAME=“English”,AUTOSELECT=YES,DEFAULT=NO,URI=“en/prog_index.m3u8”
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID=“audio”,LANGUAGE=“fre”,NAME=“French”,AUTOSELECT=YES,DEFAULT=NO,URI=“fr/prog_index.m3u8”
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID=“audio”,LANGUAGE=“nl”,NAME=“Dutch”,AUTOSELECT=YES,DEFAULT=NO,URI=“nl/prog_index.m3u8”
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=150000,CODECS=“avc1.42e00a,mp4a.40.2”,AUDIO=“audio”,SUBTITLES=“subs”
is this m3u8 file? I’m not sure the “en/prog_index.m3u8” on edge is just sound file or video file? and do I have to write like this to import this file to embed in JWplayer? I’m not sure if this method is obsolete for JWplayer7