Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio in different level #92

Open
FabioFDC opened this issue Mar 7, 2014 · 2 comments
Open

Audio in different level #92

FabioFDC opened this issue Mar 7, 2014 · 2 comments

Comments

@FabioFDC
Copy link

FabioFDC commented Mar 7, 2014

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

@dangerden
Copy link
Member

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

@FabioFDC
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants