我在UBUNTU上安装了openRTSP,并尝试使用以下命令调用url rtsp://simplelive.nexg.tv:554/starplus_mpeg.sdp
openRTSP 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"我想得到屏幕的描述,谁能建议我为什么得到这个错误和如何解决它??
发布于 2013-05-29 04:33:15
错误消息听起来像是openRTSP找不到主机simplelive.nexg.tv。在终端窗口中尝试: ping simplelive.nexg.tv
如果ping不能解析名称,或者您的主机无法访问,那么您的网络问题与openRTSP无关。
我会搜索UBUNTU basic网络故障排除-
http://ubuntuforums.org/showthread.php?t=25557
https://stackoverflow.com/questions/16753504
复制相似问题