Thanks to visit codestin.com
Credit goes to github.com

Skip to content

stream.hls: fix playlist bandwidth#5619

Merged
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:stream/hls/fix-playlist-bandwidth
Oct 16, 2023
Merged

stream.hls: fix playlist bandwidth#5619
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:stream/hls/fix-playlist-bandwidth

Conversation

@bastimeyer

Copy link
Copy Markdown
Member

The playlist bandwidth can be set to 0, which results in a ValueError being raised when rounding (calculating the decimal logarithm)


Fixes #5618

The playlist bandwidth can be set to 0, which results in a ValueError
being raised when rounding (calculating the decimal logarithm)
@bastimeyer bastimeyer force-pushed the stream/hls/fix-playlist-bandwidth branch from dfdaf78 to 8d5cf6d Compare October 16, 2023 14:38
@bastimeyer bastimeyer merged commit 9395ed7 into streamlink:master Oct 16, 2023
@bastimeyer bastimeyer deleted the stream/hls/fix-playlist-bandwidth branch October 16, 2023 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

stream.hls: BANDWIDTH=0 raises ValueError: math domain error

1 participant