フラッシュのプレーヤーを使用して、m3u8 http ライブ ストリーム (HLS) を埋め込む必要があります。この URL を埋め込む必要があります: http://osmfhls.kutu.ru/static/swf/StrobeMediaPlayback.swf?src=http://188.165.228.216:51935/mariorossi/DMAX/-156850092_quicklive/playlist.m3u8&plugin_m3u8=http: //osmfhls.kutu.ru/static/swf/OSMFHLSPlugin.swf&autoPlay=true&controlBarAutoHide=falseを html ページで。どうすればそうできますか?
2443 次
1 に答える
0
iframeを使用する:
<html>
<head>
</head>
<body>
<iframe src="http://osmfhls.kutu.ru/static/swf/StrobeMediaPlayback.swf?src=http://188.165.228.216:51935/mariorossi/DMAX/-156850092_quicklive/playlist.m3u8&plugin_m3u8=http://osmfhls.kutu.ru/static/swf/OSMFHLSPlugin.swf&autoPlay=true&controlBarAutoHide=false" />
</body>
</html>
于 2012-12-27T12:16:59.180 に答える