How can I embed private dailymotion live stream on the website?

做~自己de王妃 提交于 2020-01-06 08:18:09

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!