clitic / vsd

Download video streams served over HTTP from websites, HLS and DASH playlists.
Apache License 2.0
273 stars 27 forks source link

error when using the `vsd --capture` behind cloudflare warp connection #2

Closed lamualfa closed 2 years ago

lamualfa commented 2 years ago

description

specific sites are blocked in my country. i need to use cloudflare warp to unblock the targeted sites. but the problem occurs when using the vsd within the cloudflare warp connection.

command

vsd https://www.youtube.com/watch?v=vT1HI_-dJwA --capture

command vsd https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8 -o video.mp4 working perfectly. the problems only occur in the capture & collect feature.

error

image

tech stack

vsd

image

google-chrome

image

ffmpeg

image

cargo

image

os

wsl 2 with ubuntu 20 distro within windows 11

another

also, gui version of the google-chrome usually works within wsl 2

image

clitic commented 2 years ago

try using

$ CHROME=google-chrome vsd https://..

also try with --headless flag.

--captureand --collect works on same principle. So if collect fails capture will also fail and vice versa. For --collect flag I mentioned the reason for it's fail.

lamualfa commented 2 years ago

@clitic sometimes i got the error, and sometimes it's just worked. I'm a little confused about what's the reason. for now, i'll close this issue. i am not sure the cause comes from cloudflare warp. thanks.