Hi dudes, is it possible to add a wix video channel to a dynamic page using Velo? It seems Wix can not use its own resources to populate its own dynamic pages.
Ill require many pages so im using dynamic ones but the videos there come from Wix video or Wix video channels. It works if the content comes from Youtube or somewhere else but does not work if i use Wix.
Yeah unfortunately there is nothing to dynamically control the wix video player yet which is the one able to take channels.
What you can do instead is
1, have a unique player for all channels and decide which to show depending on the dynamic page(will cost considerable load time addition as they are all technically there loading)
2. Use a database with links to uploaded videos and use that to determine what video to show in a single video player.
Otherwise im pretty sure its going to come that you can control channels etc in the video player. but no clue when it would arrive.
@rodrigofajardo1@headmonkey
Hey so ive been looking at this thread and confused why none of us actually suggest the method we normally use.
Upload the video to the wix media manager
add a field in collection for video url
paste the URL from the media manager in the collection
connect the video player to the url field
There is a whole trick with multiple videos by using gallaries instead or velo code to switch the URLS using velo etc. I know its silly that you cant just connect directly but the effect described above is possible.
Any updates on whether or not this will become a feature in the future? Having to make individual webpages for each video is very time-consuming. Otherwise, we would have to lose an income stream and switch to embedding videos.
You have to create a database with the videos, you use a reference field or some other indicator that helps you organize your videos.
You create a dynamic page with a repeater. Inside the repeater you add a single video player. You use the native filter options on the dataset connector connected to the repeater to filter and display only videos that match that dynamic page item (via the reference field).
Thanks for the reply. I see what you mean.
Your idea would work but as another user mentioned, it will cost considerable load time addition as they are all technically loading, right?
If you’re handling 100+ videos I’m not sure how this would affect the times overall.
The other drawback I see with this alternative is that you lose the access control offered through connecting the channels and pricing plans. Is there any solution to this?
I’m not sure if even coding could solve this limitation, so any help is appreciated.