我正在尝试在我的网站上显示直播。它在桌面上正常工作但不能在手机上工作。我的脚本如下。错误是“没有找到资源”。帮我解决这个问题。
<script src="http://jwpsrv.com/library/JMFubNs4EeO+BCIACmOLpg.js"> </script>
<div id='playerQBUYpNLOBqmK'></div>
<script type='text/javascript'>
jwplayer('playerQBUYpNLOBqmK').setup({
file:'http://livestream.5centscdn.com/athavantvvxtv/347697d21cd084a1796ce3ca18943611.sdp/playlist.m3u8',
image: 'http://athavannews.com/wp-content/uploads/2015/06/athavantv-card.jpg',
title: '',
autostart: false,
width: '200',
height: '150'
});