You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon playing a Vimeo track, Lavaplayer downloads a track config from which it extracts request.files.progressive[0].url. However, on some tracks the progressive array is null, resulting in a NullPointerException. It appears that we need to add support for hls or dash.
Upon playing a Vimeo track, Lavaplayer downloads a track config from which it extracts
request.files.progressive[0].url
. However, on some tracks theprogressive
array is null, resulting in a NullPointerException. It appears that we need to add support forhls
ordash
.Example url: https://vimeo.com/783006175
Track config url: https://player.vimeo.com/video/783006175/config?autopause=1&byline=0&collections=1&context=Vimeo%5CController%5CClipController.main&default_to_hd=1&h=250a7cefe0&outro=nothing&portrait=0&share=1&speed=1&title=0&watch_trailer=0&s=6ae0e5726574100d746264e851da4ccf6e8bd963_1704285204
Source:
lavaplayer/main/src/main/java/com/sedmelluq/discord/lavaplayer/source/vimeo/VimeoAudioTrack.java
Lines 57 to 67 in c363f95
The text was updated successfully, but these errors were encountered: