WWBN / AVideo

Create Your Own Broadcast Network With AVideo Platform Open-Source. OAVP OVP
https://avideo.tube/AVideo_OpenSource
Other
1.92k stars 972 forks source link

Encoder is not working link Vimeo #8301

Closed gbrn closed 1 year ago

gbrn commented 1 year ago

@DanielnetoDotCom Encoder is not working properly. I sent a direct link from Vimeo, the system downloads it and gets stuck, it doesn't go to the encoder.

image image image

gbrn commented 1 year ago

I waited a while and returned this error: Encoder::run: Max tries reached Could not save file https://vimeo.com/817808531/fb2f90bbc5 in /var/www/html/AVideo-Encoder2/videos/15562_tmpFile.mp4

image

DanielnetoDotCom commented 1 year ago

try to manually download the link using youtube-dl and check why it could not download.

gbrn commented 1 year ago

@DanielnetoDotCom I started the download directly from Youtube-dl. presented an error Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1

It would be interesting to leave the Youtube-dl debug displaying in the encoder.

ubuntu@ubuntu-server-arm-02:/var/www/html/AVideo$ sudo youtube-dl https://vimeo.                                                                             com/817808531/fb2f90bbc5
[vimeo] 817808531: Downloading JSON metadata
[vimeo] 817808531: Downloading JSON metadata
[vimeo] 817808531: Downloading JSON metadata
[vimeo] 817808531: Downloading akfire_interconnect_quic m3u8 information
[vimeo] 817808531: Downloading akfire_interconnect_quic m3u8 information
[vimeo] 817808531: Downloading fastly_skyfire m3u8 information
[vimeo] 817808531: Downloading fastly_skyfire m3u8 information
[vimeo] 817808531: Downloading google_mediacdn m3u8 information
[vimeo] 817808531: Downloading google_mediacdn m3u8 information
[vimeo] 817808531: Downloading akfire_interconnect_quic MPD information
[vimeo] 817808531: Downloading akfire_interconnect_quic MPD information
[vimeo] 817808531: Downloading fastly_skyfire MPD information
[vimeo] 817808531: Downloading fastly_skyfire MPD information
[vimeo] 817808531: Downloading google_mediacdn MPD information
[vimeo] 817808531: Downloading google_mediacdn MPD information
[hlsnative] Downloading m3u8 manifest
[hlsnative] Total fragments: 110
[download] Destination: FEVER-817808531.fhls-google_mediacdn_sep-1246.mp4
[download] 100% of 86.91MiB in 01:09
[dashsegments] Total fragments: 111
[download] Destination: FEVER-817808531.fdash-google_mediacdn_sep-audio-22edf617.m4a
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 1 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 2 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 3 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 4 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 5 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 6 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 7 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 8 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 9 of 10)...
[download] Got server HTTP error: HTTP Error 403: Forbidden. Retrying fragment 1 (attempt 10 of 10)...
ERROR: giving up after 10 fragment retries
DanielnetoDotCom commented 1 year ago

try yt-dlp instead, if the error persist open an issue on their project

gbrn commented 1 year ago

Apparently a Youtube-dl issue with Vimeo...