Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong bandwidth computation #72

Open
Karolk99 opened this issue Mar 20, 2023 · 0 comments
Open

Wrong bandwidth computation #72

Karolk99 opened this issue Mar 20, 2023 · 0 comments
Assignees

Comments

@Karolk99
Copy link
Contributor

#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant