mangui / mangui/flashls

how to disabled auto level?

Open
#587 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

i want use lowest level and set `startfromlevel=0` `seekfromlevel=0`, but it auto switch highest level always. how can i disabled that??

playlist like this:
```
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=800,RESOLUTION=854x480
5bfde926-23e4-8a59-47a3-7ae535d8e5e0_md.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=500,RESOLUTION=640x360
5bfde926-23e4-8a59-47a3-7ae535d8e5e0_ld.m3u8
#EXT-X-ENDLIST
```

sorry. poor english.


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

Start by tracing how the player handles the startfromlevel and seekfromlevel settings during variant selection, using the supplied HLS playlist with 480p and 360p streams. Confirm whether selecting the lowest level is supported and determine what change would prevent automatic switching to the highest level.

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
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.