membraneframework / membraneframework/membrane_http_adaptive_stream_plugin

Wrong bandwidth computation

Open
#72 0 comments 0 reactions 1 assignee View on GitHub

@Karolk99 is already working on this.

Since Jan 30, 2024.

Dominant language
Elixir
Stars
19
Forks
9
PR merge metrics
No merged PRs in 30d

Description

#EXTM3U
#EXT-X-VERSION:7
#EXT-X-INDEPENDENT-SEGMENTS
#EXT-X-MEDIA:TYPE=AUDIO,NAME="audio_default_name",GROUP-ID="audio_default_id",AUTOSELECT=YES,DEFAULT=YES,URI="audio_track.m3u8"
#EXT-X-STREAM-INF:BANDWIDTH=1080306,CODECS="avc1.42e00a",AUDIO="audio_default_id"
video_480x270.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=622012,CODECS="avc1.42e00a",AUDIO="audio_default_id"
video_540x360.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=946368,CODECS="avc1.42e00a",AUDIO="audio_default_id"
video_720x480.m3u8

Bandwidth computation has to be fixed. As you can see bandwidth value for the lowest resolution is bigger than for the others. Using multivariant hls, in this case, is impossible.

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.