Support working bandwidth estimator in blocking media segment of LL-HLS
@tianyif is already working on this.
Since Jul 9, 2024.
Assessment
This issue has not been assessed yet.
Description
[REQUIRED] Use case description
Currently I use blocking media segment feature by EXT-X-PRELOAD-HINT like below.
However, Exoplayer cannot addSample when tranferring segments by below codes.
https://github.com/androidx/media/blob/release/libraries/exoplayer/src/main/java/androidx/media3/exoplayer/upstream/DefaultBandwidthMeter.java#L398
Is threre any ways to solve this, please?
#EXTM3U
#EXT-X-VERSION:10
#EXT-X-INDEPENDENT-SEGMENTS
#EXT-X-TARGETDURATION:2
#EXT-X-SERVER-CONTROL:CAN-BLOCK-RELOAD=YES,PART-HOLD-BACK=3.000000
#EXT-X-PART-INF:PART-TARGET=1.000000
#EXT-X-MEDIA-SEQUENCE:3624
#EXT-X-DISCONTINUITY-SEQUENCE:0
#EXT-X-DATERANGE:ID="tt-daterange",START-DATE="2024-07-09T04:54:07.573Z"
#EXT-X-MAP:URI="1080p_0_0_0.m4s?type=hls&filetype=.m4s"
#EXT-X-PROGRAM-DATE-TIME:2024-07-09T06:54:54.573Z
#EXT-X-PART:DURATION=1.000000,URI="1080p_2087764456_1720508094573_7247_0_3624_0.m4v?type=hls&filetype=.m4v",INDEPENDENT=YES
#EXT-X-PART:DURATION=1.000000,URI="1080p_2087764456_1720508094573_7247_0_3624_1.m4v?type=hls&filetype=.m4v",INDEPENDENT=YES
#EXTINF:2.000000,
1080p_2087764456_1720508094573_7247_0_3624.m4v?type=hls&bitrate=1061018&filetype=.m4v
#EXT-X-PROGRAM-DATE-TIME:2024-07-09T06:54:56.573Z
#EXT-X-PART:DURATION=1.000000,URI="1080p_3946427492_1720508096573_7249_0_3625_0.m4v?type=hls&filetype=.m4v",INDEPENDENT=YES
#EXT-X-PART:DURATION=1.000000,URI="1080p_3946427492_1720508096573_7249_0_3625_1.m4v?type=hls&filetype=.m4v",INDEPENDENT=YES
#EXTINF:2.000000,
1080p_3946427492_1720508096573_7249_0_3625.m4v?type=hls&bitrate=1017304&filetype=.m4v
#EXT-X-PROGRAM-DATE-TIME:2024-07-09T06:54:58.573Z
#EXT-X-PART:DURATION=1.000000,URI="1080p_1348917084_1720508098573_7251_0_3626_0.m4v?type=hls&filetype=.m4v",INDEPENDENT=YES
#EXT-X-PART:DURATION=1.000000,URI="1080p_1348917084_1720508098573_7251_0_3626_1.m4v?type=hls&filetype=.m4v",INDEPENDENT=YES
#EXTINF:2.000000,
1080p_1348917084_1720508098573_7251_0_3626.m4v?type=hls&bitrate=1024458&filetype=.m4v
#EXT-X-PART:DURATION=1.000000,URI="1080p_1609383021_1720508100573_7253_0_3627_0.m4v?type=hls&filetype=.m4v",INDEPENDENT=YES
#EXT-X-PRELOAD-HINT:TYPE=PART,URI="1080p_1609383021_1720508100573_7253_0_3627_1.m4v?type=hls&filetype=.m4v"
#EXT-X-RENDITION-REPORT:URI="chunklist_720p.m3u8",LAST-MSN=3627,LAST-PART=0
#EXT-X-RENDITION-REPORT:URI="chunklist_480p.m3u8",LAST-MSN=3627,LAST-PART=0
#EXT-X-RENDITION-REPORT:URI="chunklist_360p.m3u8",LAST-MSN=3627,LAST-PART=0
#EXT-X-RENDITION-REPORT:URI="chunklist_144p.m3u8",LAST-MSN=3627,LAST-PART=0
- Dominant language
- Java
- Stars
- 3k
- Forks
- 955
- Avg merge
- 12d 14h
- Merged PRs (30d)
- 2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from androidx/media
-
bug needs triage
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
-
Repeated live DASH Source errors: DashManifestParser ParserException contentIsMalformed dataType=4 Open
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
question
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
bug needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 1/5 Under an hour Newbie friendliness 94/100
objectionary/hone-maven-plugin#1061 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
spring-projects/spring-modulith#1895 ·