tonytaudesign / Youtube

Youtube Video player for Gsm Digital
0 stars 0 forks source link

Rendering Videos that are availble #3

Open tonytaudesign opened 10 years ago

tonytaudesign commented 10 years ago

Video ids will be coming from the database. We need to make a que that renders only videos that are available to be played.

MattCowski commented 10 years ago

What is the reason why the error occurs? (the "video is unavailable" error)

tonytaudesign commented 10 years ago

We can recieve the status based off a get request. So I was thinking while iterating through the que send the request along with the video ids for each video. Check its status and if valid render to page if not skip it.