问题
I want to embed the private live stream of dailymotion to my website, and only member on my site can see the live stream. How can I do it?
回答1:
You can retrieve the embed code directly with the API by using the "embed_url" field (Documentation).
Ex: https://api.dailymotion.com/video/{your_stream _id}?fields=embed_url.
You can also get this code through the interfaces in your partner space:
or directly in the stream page:
Then you have to manage the access to the page on your website where you embed the player
来源:https://stackoverflow.com/questions/53719793/how-can-i-embed-private-dailymotion-live-stream-on-the-website