我在UBUNTU上安装了openRTSP并尝试使用命令
调用url rtsp://simplelive.nexg.tv:554 / starplus_mpeg.sdpopenRTSP rtsp://simplelive.nexg.tv:554/starplus_mpeg.sdp
我收到错误
Failed to get a SDP description for the URL "rtsp://simplelive.nexg.tv:554/starjalsha_mpeg.sdp": Failed to find network address for "simplelive.nexg.tv"
我想得到屏幕的描述任何人都可以建议为什么我收到此错误以及如何解决它?
答案 0 :(得分:0)
错误消息听起来像openRTSP无法找到主机simplelive.nexg.tv。 在终端窗口中尝试:ping simplelive.nexg.tv
如果ping无法解析名称,或者您的主机无法访问,则表明您遇到与openRTSP无关的网络问题。
我会搜索UBUNTU基本网络故障排除 -