osmf-hls-plugin icon indicating copy to clipboard operation
osmf-hls-plugin copied to clipboard

Audio in different level

Open FabioFDC opened this issue 10 years ago • 2 comments

Hi everyone!

I've another problem in my m3u8 stream.

I have the audio track in different level than the other video levels:

EXTM3U

EXT-X-VERSION:4

EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio",NAME="audio_eng",LANGUAGE="eng",DEFAULT=YES,AUTOSELECT=YES,URI="QualityLevels(63741)/Manifest(audio_eng,format=m3u8-aapl)"

EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=438960,RESOLUTION=428x240,CODECS="avc1.640015,mp4a.40.2",AUDIO="audio"

QualityLevels(357160)/Manifest(video,format=m3u8-aapl)

EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=790545,RESOLUTION=640x360,CODECS="avc1.64001e,mp4a.40.2",AUDIO="audio"

QualityLevels(701177)/Manifest(video,format=m3u8-aapl)

EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1203906,RESOLUTION=852x480,CODECS="avc1.64001e,mp4a.40.2",AUDIO="audio"

QualityLevels(1105639)/Manifest(video,format=m3u8-aapl)

EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2428222,RESOLUTION=1280x720,CODECS="avc1.64001f,mp4a.40.2",AUDIO="audio"

QualityLevels(2303600)/Manifest(video,format=m3u8-aapl)

EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=69543,CODECS="mp4a.40.2",AUDIO="audio"

QualityLevels(63741)/Manifest(audio_eng,format=m3u8-aapl)

I only see the video but do not listen to the audio. Is this tye of manifest support in the plugin? Someone has a solution for this problem?

Thanks in advance, Fabio

FabioFDC avatar Mar 07 '14 14:03 FabioFDC

We use alternative audio functionality in our Together app. It should work. Have you checked whether this m3u8 comply with HLS draft?

dangerden avatar Mar 10 '14 07:03 dangerden

Yes, it comply with HLS stardards, on ipad and iphone it works. The problem is on pc.

FabioFDC avatar Mar 11 '14 09:03 FabioFDC