mangui / mangui/flashls

GrindPlayer:audiotrack wrong captions for playlist with alternate audio

Open
#236 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug help wanted OSMF
Dominant language
ActionScript
Stars
744
Forks
259
PR merge metrics
No merged PRs in 30d

Description

For example, this playlist have 2 audiostreams with NAME tags "Russian" and "English", and 2 videostreams without audio.
Player shows me 2 language - "Default" and "English"
# EXTM3U
# EXT-X-VERSION:4
# EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio",LANGUAGE="ru",NAME="Russian",AUTOSELECT=YES,DEFAULT=YES,URI="3591/audio_l.m3u8"
# EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio",LANGUAGE="en",NAME="English",AUTOSELECT=YES,DEFAULT=NO,URI="3591/audio_r.m3u8"
# EXT-X-STREAM-INF:PROGRAM-ID=1,AUDIO="audio",DEFAULT=NO,BANDWIDTH=98304

3591/160p_wa.m3u8
# EXT-X-STREAM-INF:PROGRAM-ID=1,AUDIO="audio",DEFAULT=NO,BANDWIDTH=548864

3591/360p_wa.m3u8

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the supplied HLS playlist with its Russian and English alternate audio streams, then trace the audio-track selection and display path. Done means the player displays the two NAME values, “Russian” and “English,” instead of “Default” and “English”.

Written by the indexing model from the issue text.

Assessment

Domain
audio-video-rtc
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.