SFTP视频流

时间:2017-04-26 12:54:30

标签: swift avplayer

使用私有sFTP对AVPlayer进行视频流是否可行?

url = URL(string: "sftp://account:pass@host/movie.mov")
if let movieURL = url {
  destination.player = AVPlayer(url: movieURL)
}

0 个答案:

没有答案