foyzulkarim / mern-video-streaming

MERN Video Streaming is a cutting-edge, open-source platform for video streaming, offering a comprehensive, full-stack solution utilizing the latest MERN stack technologies.
MIT License
182 stars 63 forks source link

update video status to `published` when processing is finished #46

Closed foyzulkarim closed 1 year ago

foyzulkarim commented 1 year ago

when we upload the video, we will set status pending when we finish the full processing, then we set the status to published

foyzulkarim commented 1 year ago

@aninda052 you can do this task first if you are interested. 🙂

aninda052 commented 1 year ago

@aninda052 you can do this task first if you are interested. slightly_smiling_face

on it vai. :)

aninda052 commented 1 year ago

@foyzulkarim vai, we take visibility input from client. if we set pending as default value while uploading a video(we can do this from server side) , then i think we should remove visibility field from client. Is there any other need for visibility filed? if yes, then we can use another filed called status and set pending as default value from the server side.