GiGaFotress / Vtuber-recorder

VTB多平台全自动录制
MIT License
70 stars 8 forks source link

想请教下,我运行后提示:该流媒体现在无法使用。这个是什么原因? #4

Open acgloli opened 2 years ago

acgloli commented 2 years ago

想请教下,我运行后提示: /live"...19 17:22:48] Checking "https://www.youtube.com/channel/UCXDgfG0_f8ObbNRgpHrYfkw [2022-01-19 17:22:48] The stream is not available now. [2022-01-19 17:22:48] Retry after 1 seconds... 这个是什么原因?ffmpeg、youtube-dl、streamlink这三个依赖都已经安装了>﹏<

GiGaFotress commented 2 years ago

wget -q -O- https://www.youtube.com/channel/$1/live|grep '\"isLive\":true' |grep -q 'yt_live_broadcast' && break youtube那个sh的这行 把islive这前后的斜杠去掉一组

TiffanyLeong commented 2 years ago

把斜杠去掉以後好像還是沒有辦法開始錄製 SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc syswgetrc = C:\Users\name\Desktop\program\GnuWin32/etc/wgetrc [2022-03-24 00:39:57] The stream is not available now. [2022-03-24 00:39:57] Retry after 5 seconds... 請問還有方法解決嗎 謝謝

GiGaFotress commented 2 years ago

我没有测试过win11的linux子系统的兼容性,看这个样子应该是wget的命令与linux不同?你可以研究一下单独运行那条wget的返回