在这里,我可以在浏览器中看到 liveStream ,如何使其在 VLC 播放器上运行? 不幸的是尝试了几次,但没有成功。 也许你有给我的提示
或者通过curl或PHP知道您的其他可能性
<!DOCTYPE html>
<html>
<body>
<!-- 1. Load DailyMotion API (Javascript) -->
<script src='https://api.dmcdn.net/all.js'> </script>
<!-- 2. Create container for DM Player instance -->
<div id='player'></div>
<!-- 3. Javascript stuff goes here -->
<script>
//Set VIDEO_ID (retrieve or update from your CMS)
//**example** var VIDEO_ID = get_video_id.php **where PHP returns/echo the text of ID**
var VIDEO_ID = "xwr14q"; //update this via your CMS technique
//Create DM Player instance//
var player = DM.player(document.getElementById('player'), {
video: VIDEO_ID,
width: "100%", height: "100%",
params: { autoplay: false, mute: true }
});
//Handle video ending (seek back to zero time)//
player.addEventListener('end', function (evt) { evt.target.currentTime = 0; evt.target.play() } );
//Control functions for DM Player instance//
function func_Play()
{ player.play(); }
function func_Pause()
{ player.pause(); }
</script>
答案 0 :(得分:0)
阅读直播的唯一方法是使用dailymotion官方播放器。
除播放器外,我们不允许访问直播。
答案 1 :(得分:0)
那是什么?您已经可以从Dailymotion下载视频文件
Download dailymotion video using video id with different quality