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

Skip to content

plugins.vkvideolive: add missing VOD qualities#6642

Merged
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:plugins/vkvideolive/vod-qualities
Aug 27, 2025
Merged

plugins.vkvideolive: add missing VOD qualities#6642
bastimeyer merged 1 commit into
streamlink:masterfrom
bastimeyer:plugins/vkvideolive/vod-qualities

Conversation

@bastimeyer

Copy link
Copy Markdown
Member

See #6639 (comment)

url=https://live.vkvideo.ru/funny/record/e385402f-26d0-4331-a2bd-3dd89a97ca9a?tab=records
for quality in $(streamlink --json "$url" | jq -r '.streams | keys[]'); do
  echo $quality
  streamlink --quiet --stdout "$url" "$quality" \
    | ffprobe -v error -of json -show_streams - \
    | jq -r '.streams[] | select(.codec_type == "video") | "\(.width)x\(.height)"'
done
best
2560x1440
full_hd
1920x1080
high
1280x720
low
640x360
medium
852x480
quad_hd
2560x1440
worst
640x360

@bastimeyer bastimeyer added the plugin issue A Plugin does not work correctly label Aug 27, 2025
@bastimeyer bastimeyer merged commit 12008a9 into streamlink:master Aug 27, 2025
27 checks passed
@bastimeyer bastimeyer deleted the plugins/vkvideolive/vod-qualities branch August 27, 2025 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin issue A Plugin does not work correctly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant