We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi everyone!
I've another problem in my m3u8 stream.
I have the audio track in different level than the other video levels:
QualityLevels(357160)/Manifest(video,format=m3u8-aapl)
QualityLevels(701177)/Manifest(video,format=m3u8-aapl)
QualityLevels(1105639)/Manifest(video,format=m3u8-aapl)
QualityLevels(2303600)/Manifest(video,format=m3u8-aapl)
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
The text was updated successfully, but these errors were encountered:
We use alternative audio functionality in our Together app. It should work. Have you checked whether this m3u8 comply with HLS draft?
Sorry, something went wrong.
Yes, it comply with HLS stardards, on ipad and iphone it works. The problem is on pc.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: