有没有办法在dailymotion播放器新的测试版中播放youtube视频

时间:2015-04-06 08:49:00

标签: javascript php dailymotion-api

到目前为止,这就是我所拥有的: 所以我需要播放器播放此视频“https://youtu.be/hXI8RQYC36Q?list=PLFgquLnL59akA2PflFpeQG9L01VFg90wS

  adding player js
 <script src="http://api.dmcdn.net/all.js"></script>

    <script>
        DM.init({
          apiKey: 'my app key',
          status: true, // check login status
          cookie: true // enable cookies to allow the server to   access the session
    });


    // Append a div in the DOM, you may use a real <div> tag
    var div = document.createElement('div');
    document.body.appendChild(div);


    var videos = 'xdn8vw'; // this is the video id from dailymotions site now i want to play the any youtube video
    var player = DM.player(div, {video: videos });


</script>

任何建议

2 个答案:

答案 0 :(得分:0)

首先,您需要了解Dailymotion播放器支持的视频格式。然后,您必须下载此YouTube视频才能播放。

答案 1 :(得分:0)

已在how can we play youtube videos in dailymotion player new beta version

处回答

Dailymotion播放器只能读取Dailymotion上托管的视频,因为Youtube播放器只允许您播放Youtube视频。