首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CGI >

[RTSP协议]Setup时返回Stream Not Found异常

2012-12-14 
[RTSP协议]Setup时返回Stream Not Found错误Client发送:DESCRIBE rtsp://192.168.10.74:554/mpeg4unicast

[RTSP协议]Setup时返回Stream Not Found错误
Client发送:

DESCRIBE rtsp://192.168.10.74:554/mpeg4unicast RTSP/1.0 
CSeq: 2 
User-Agent: VLC media player (LIVE555 Streaming Media v2008.11.13)
Accept: application/sdp 
Authorization: Basic YWRtaW46MQ==

收到:

RTSP/1.0 200 OK
CSeq: 2 
Date: Mon, Aug 24 2009 07:09:08 GMT
Content-Base: rtsp://192.168.10.74/mpeg4unicast/
Content-Type: application/sdp
Content-Length: 565

v=0
o=- 1251094630900935 1 IN IP4 192.168.10.74
s=Session streamed by "RTSPServer"
i=mpeg4unicast
t=0 0
a=tool:LIVE555 Streaming Media v2008.04.09
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:Session streamed by "RTSPServer"
a=x-qt-text-inf:mpeg4unicast
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96 profile-level-id=244;config=000001B0F4000001B50800000100000001200086C5D4C28B02240A30000001B25876694430303339
a=control:track1
m=audio 0 RTP/AVP 96
c=IN IP4 0.0.0.0
a=rtpmap:96 L16/8000
a=control:track2

发送:

SETUP rtsp://192.168.10.74/mpeg4unicast/track1
RTSP/1.0 
CSeq: 3 
Transport: RTP/AVP/TCP;unicast 
User-Agent: RealMedia Player HelixDNAClient/10.0.1.338 (win32) 
Authorization: Basic YWRtaW46MQ==

收到:

RTSP/1.0 404 Stream Not Found
CSeq: 3 
Date: Mon, Aug 24 2009 07:12:11 GMT

这是为什么呢?Transport那里不管怎么改都是这个错。
我用Realplay直接连接可以播放成功。


[解决办法]
哥们,这个问题解决了吗?

热点排行