0

播放m3u8 palylist时,必须是远程url。我的问题是:如果m3u8索引文件和ts媒体文件在iPhone设备中,那么如何通过http播放。

4

1 回答 1

1

使用加载 htmlString 使用 WebView 播放 m3u8 文件

<html>

<head>

    <title>HTTP Live Streaming Example</title>

</head>

<body>

    <video

        src="http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8"

        height="300" width="400"

    >

    </video>

</body>

</html>

或者

像其他文件一样从 mpmoviplayer 播放

于 2014-02-26T06:31:59.507 回答