Wix video on dynamic pages

Hi,
I need to use a wix video widget in my dynamic pages
I would like to know if there is any way to make it work ?

I am building a streaming website but i cant make a page for each movie or it will be more than 100 pages. And only wix video has the options that i needed (Sign In, Payments, Preview ect…) so i cannot use another one widget or the normal video widget

If dynamic pages doesn’t work do u have any idea of a way to fight the 100 page limit ?

Wix Video has not APIs so you can’t but you can do what you want without Wix Video.

For payments you can use wix-pay or directly pricing plans app by wix.
For sign up and sign in you can use wix-members easily or build your own system (use wix-members).

For the video page let’s take Netflix as an example.

Let say you have X video/movie/live stream or anything for paid members. And you want to check if member bought a premium plan or not to watch this like in Netflix or other platforms.

All you need to do is check if user bought it or not then show the page content if not redirect user to another page (similar to Netflix homepage for not subscribed users)

To do this via pricing plan app and wix members app you need these APIs and probably some custom collections with advanced JS knowledge.

wix-pricing-plans-backend - Velo API Reference - Wix.com
wix-members-backend - Velo API Reference - Wix.com
wix-data - Velo API Reference - Wix.com