gpt4 book ai didi

ios - VLCMobileKit 不播放 RTSP 视频

转载 作者:可可西里 更新时间:2023-11-01 03:34:49 27 4
gpt4 key购买 nike

VLCMobileKit 无法打开 RTSP 流媒体视频。

代码如下:

override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(animated)
DispatchQueue.main.async {
// Create `VLCMedia` with the URI retrieved from the camera
if let _URI = self.URI, let url = URL(string: _URI) {
let media = VLCMedia(url: url)
self.mediaPlayer.media = media
self.mediaPlayer.play()
}
}
}

显示错误:

VLC is unable to open the MRL 'rtsp://193.159.244.134/rtsp_tunnel?profile=0&h26x=4&enableaudio=1&audio_mode=1&vcd=2'

最佳答案

您的网址似乎受到“保护”(用户名和密码)。

如果您尝试这个 URL:rtsp://184.72.239.149/vod/mp4:BigBuckBunny_175k.mov,它应该可以正常工作。

也许这样的事情可能有效(未测试):

rtsp://用户名:密码@url

例如:rtsp://foo:bar@192.168.1.42/catroom

关于ios - VLCMobileKit 不播放 RTSP 视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50363266/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com