mangui/flashls
View on GitHubNo option to change HLS settings regarding max retries in chromeless
Open
#373 opened on Aug 26, 2015
1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)ActionScript745 stars (745 stars)260 forks (260 forks)batch import
help wanted
Description
This issue does not include a description.
Contributor guide
- Tech stack
- None
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic ActionScript knowledge
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue requests an option to configure max retries for HLS in chromeless. The contributor should explore the chromeless source code in the flashls repository to locate where HLS settings are defined and hardcoded, likely in a config or settings file. They need to understand the current retry logic and design a way to expose it as a configurable parameter. Refer to the existing codebase for patterns of how other options are implemented.