如何在moviePlayer中显示RTMP直播流?

时间:2015-03-21 22:17:27

标签: ios iphone xcode swift

我正在努力使用moviePlayer显示RTMP直播流。

我已经尝试了

        var paths = NSSearchPathForDirectoriesInDomains(directory: NSDocumentDirectory, nil, true).
        var documentsDirectory = NSString[paths, objectAtIndex:0]
        var pathVideo = NSString(documentsDirectory, stringByAppendingPathComponent: "")
        var movieUrl = NSURL(fileURLWithPath: pathVideo)

        self.moviePlayer .contentURL(movieUrl)!

        self.moviePlayer .play()

但似乎我甚至没有按照自己的意愿使用它,或者使用moviePlayer无法完成它。
任何其他解决方案,如果这不起作用?

0 个答案:

没有答案