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

Recovering from [BROKEN MISSING FILES] #9647

Open walt93 opened 20 hours ago

walt93 commented 20 hours ago

Describe the question I'd like to go fix these.

1) I have the video file. 2) I have named the video file exactly as per the video.filename in the database (e.g. v_241129025801_v0318.mp4) 3) I have uploaded the file to the S3 bucket. 4) I have changed the video.status to 'a' in the database

The video is still showing BROKEN MISSING FILES

What else must I change, or otherwise, what have I done incorrectly to restore a record from BROKEN MISSING FILES state to being a playable video?

DanielnetoDotCom commented 17 hours ago

BROKEN MISSING FILES is automatic, you cannot just update the database

in the local folder you must have a dummy file named v_241129025801_v0318.mp4, so AVideo can find it and consider there is a video in the storage as well

walt93 commented 7 hours ago

AHA! THANK YOU!

I think I just learned that I have 17,000 "dummy" mp4 files in my avideo/videos folder.

It is starting to make more sense.