문제

i installed openRTSP on UBUNTU and try to call url rtsp://simplelive.nexg.tv:554/starplus_mpeg.sdp using the command

openRTSP rtsp://simplelive.nexg.tv:554/starplus_mpeg.sdp 

i am getting the error

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"

i want to get description of the screen can anyone please suggest why i am getting this error and how to resolve it ??

도움이 되었습니까?

해결책

The error message sounds like that openRTSP can't find the host simplelive.nexg.tv. Try within a terminal window: ping simplelive.nexg.tv

If the ping can't resolve the name or your host is not reachable than you have a network problem that is unrelated to openRTSP.

I'd search for UBUNTU basic network troubleshooting -

http://ubuntuforums.org/showthread.php?t=25557

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top