Closed relejek closed 2 years ago
test stream url: one piece ep1
$ mpv https://www09.gogocdn.stream/videos/hls/dn6O1mX9OBSxK1Kvv0P2AA/1649363735/3518/0b594d900f47daabc194844092384914/ep.1.1647057721.m3u8 --vid=2 '--referrer=https://goload.pro/streaming.php?id=MzUxOA==&title=One+Piece&typesub=SUB&sub=eyJlbiI6bnVsbCwiZXMiOm51bGx9&cover=aW1hZ2VzL2FuaW1lL09uZS1waWVjZS5qcGc=' '--force-media-title=One Piece Episode 1'
Resuming playback. This behavior can be disabled with --no-resume-playback.
Video --vid=1 (h264 640x360 23.976fps) (196 kbps)
(+) Video --vid=2 (h264 854x480 23.976fps) (314 kbps)
Video --vid=3 (h264 1280x720 23.976fps) (691 kbps)
Video --vid=4 (h264 1920x1080 23.976fps) (1628 kbps)
Audio --aid=1 (aac 2ch 44100Hz) (196 kbps)
Audio --aid=2 (aac 2ch 44100Hz) (314 kbps)
Audio --aid=3 (aac 2ch 44100Hz) (691 kbps)
(+) Audio --aid=4 (aac 2ch 44100Hz) (1628 kbps)
the stream provides for us to choose from the quality, but after the mpv player starts. i don't know how to change quality while the player is active. I couldn't find any method to get this format listing and change --vid=
.
help.
Metadata (please complete the following information) Version: 2.0.0 OS: arch Linux Shell: bash Anime: one piece sub ep 1 (test)
Describe the bug Quality choice is not working it is defaulting to best quality only. lower quality option are not working like 360p, 480p, or 720p
snippet of shell debug mode below:
Steps To Reproduce
ani-cli -q 360 -a 1 one piece
OR
ani-cli -q 720 -a 1 one piece
OR
ani-cli -q 480 -a 1 one piece
Expected behaviour Should get video stream in preferred quality if actually available.