5886
- 收藏
- 点赞
- 分享
- 举报
hi3516a使用RT3070无线视频传输不能使用,急!急!急!
一直在开发hi3516a+imx178 rtsp网络视频传输,在VLC中播放视频,现在出现了一个问题,使用有线接口传输可以正常传输,但是换做无线网卡RT3070就不好使了,各个环节都测试了,硬件:无限网卡是好用的(在hi3520d测试过),hi3516a+imx178有线传输没问题(说明采集、压缩、传输都没问题), 软件: 有线和无线的区别就在于移植RT3070的驱动(移植成功,调试信息显示加载成功),如果需要动态设置ip就移植dhcp(为了找问题,这里设置手动设置ip), 各个环节都测试了,就是无法完成视频传输,而且我之前就是用这些程序实现过无线视频传输,只不过是因为之前的hi3516a不小心烧坏了,就换了个一摸一样的hi3516a就不好使了,而且为了以防万一,关于rt3070的驱动我也重新编译了,还是不好用,特向论坛们大神求救,附录调试信息和开机执行程序
开机执行程序:
cd /
insmod rtutil3070ap.ko
insmod rt3070ap.ko
insmod rtnet3070ap.ko
ifconfig ra0 up
ifconfig ra0 192.168.1.21 netmask 255.255.255.0
cd /123/ko && ./load3516a -a -sensor imx178 -osmem 128
route add default gateway 192.168.1.1
cd .. && ./rtsp &
udhcpd /etc/udhcpd.conf &
部分调试信息(vlc播放对应的码流地址)
插上网卡后
AP SETKEYS DONE - WPA2, AuthMode(7)=WPA2PSK, WepStatus(4)=TKIP, GroupWepStatus(4)=TKIP
VLC输入地址后的连接
AddClient, 128
Incoming RTSP connection accepted on socket: 16
EventLoop Connection reached: 3
tcp_read, 1684
192.168.1.100 Port:49591
INPUT_BUFFER was:OPTIONS rtsp://192.168.1.21:554/test.264 RTSP/1.0
CSeq: 2
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is init state
current method code is: 3
OPTIONS rtsp://192.168.1.21:554/test.264 RTSP/1.0
(Send to client:)
RTSP/1.0 200 OK
CSeq: 2
Public: OPTIONS,DESCRIBE,SETUP,PLAY,PAUSE,TEARDOWN
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 80
RTSP/1.0 200 OK
CSeq: 2
Public: OPTIONS,DESCRIBE,SETUP,PLAY,PAUSE,TEARDOWN
tcp_read, 1684
192.168.1.100 Port:49591
INPUT_BUFFER was:DESCRIBE rtsp://192.168.1.21:554/test.264 RTSP/1.0
CSeq: 3
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Accept: application/sdp
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is init state
current method code is: 0
server:192.168.1.21
port:-1094691078
Failed to get host eth0 or wlan0 ip
GetSdpDescr,660===>psp.base64profileid=42001F,psp.base64sps=Z0IAH52oFAFum4CAgIE=,psp.base64pps=aM48gA==
(Send to client:)
RTSP/1.0 200 OK
CSeq: 3
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:19 GMT
Content-Type: application/sdp
Content-Base: rtsp://sock_ntop_host: unknown AF_xxx: 13980, len 16/test.264/
Content-Length: 544
v=0
o=-2208988928 2208988928 IN IP4 sock_ntop_host: unknown AF_xxx: 13980, len 16
s=H.264 Video, streamed by the Zyqhziee Media Server
i=test.h264
t=0 0
a=tool:Zyqhziee Streaming Media v2015.11.27
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:H.264 Video, streamed by the Zyqhziee Media Server
a=x-qt-text-inf:test.h264
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:500
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=42001F;sprop-parameter-sets=Z0IAH52oFAFum4CAgIE=,aM48gA==
a=control:track1
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 762
RTSP/1.0 200 OK
CSeq: 3
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:19 GMT
Content-Type: application/sdp
Content-Base: rtsp://sock_ntop_host: unknown AF_xxx: 13980, len 16/test.264/
Content-Length: 544
v=0
o=-2208988928 2208988928 IN IP4 sock_ntop_host: unknown AF_xxx: 13980, len 16
s=H.264 Video, streamed by the Zyqhziee Media Server
i=test.h264
t=0 0
a=tool:Zyqhziee Streaming Media v2015.11.27
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:H.264 Video, streamed by the Zyqhziee Media Server
a=x-qt-text-inf:test.h264
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:500
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=42001F;sprop-parameter-sets=Z0IAH52oFAFum4CAgIE=,aM48gA==
a=control:track1
tcp_read, 1684
192.168.1.100 Port:49591
INPUT_BUFFER was:SETUP rtsp://sock_ntop_host: unknown AF_xxx: 13980, len 16/test.264/track1 RTSP/1.0
CSeq: 4
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Transport: RTP/AVP;unicast;client_port=56198-56199
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is init state
current method code is: 8
*** transport: RTP/AVP;unicast;client_port=56198-56199 ***
Failed to get host eth0 or wlan0 ip
<><><><>Creat RTP<><><><>
pstr=-56199
**adding a schedule object action rtsputils.c,322**
(Send to client:)
RTSP/1.0 200 OK
CSeq: 4
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:20 GMT
Session: 100626
Transport: RTP/AVP;unicast;client_port=56198-56199;destination=192.168.1.100;source=0.0.0.0;server_port=57111-57112
TRANSFER TO READY STATE!
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 222
RTSP/1.0 200 OK
CSeq: 4
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:20 GMT
Session: 100626
Transport: RTP/AVP;unicast;client_port=56198-56199;destination=192.168.1.100;source=0.0.0.0;server_port=57111-57112
tcp_read, 1684
192.168.1.100 Port:49591
INPUT_BUFFER was:PLAY rtsp://sock_ntop_host: unknown AF_xxx: 13980, len 16/test.264/ RTSP/1.0
CSeq: 5
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Session: 100626
Range: npt=0.000-
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is ready state
current method code is:5
+++++++++++++++++++++
start to play 0 now!
+++++++++++++++++++++
(Send to client:)
RTSP/1.0 200 OK
CSeq: 5
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:20 GMT
Session: 100626
Start Playing!
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 105
RTSP/1.0 200 OK
CSeq: 5
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:20 GMT
Session: 100626
AddClient, 128
Incoming RTSP connection accepted on socket: 17
EventLoop Connection reached: 4
tcp_read, 1684
192.168.1.100 Port:49591
INPUT_BUFFER was:TEARDOWN rtsp://sock_ntop_host: unknown AF_xxx: 13980, len 16/test.264/ RTSP/1.0
CSeq: 6
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Session: 100626
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is play state
(Send to client:)
RTSP/1.0 200 OK
CSeq: 6
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:35 GMT
Session: 100626
no user online now resetfifo
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 105
RTSP/1.0 200 OK
CSeq: 6
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:35 GMT
Session: 100626
tcp_read, 1684
192.168.1.100 Port:49597
INPUT_BUFFER was:OPTIONS rtsp://192.168.1.21:554/test.264 RTSP/1.0
CSeq: 2
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is init state
current method code is: 3
OPTIONS rtsp://192.168.1.21:554/test.264 RTSP/1.0
(Send to client:)
RTSP/1.0 200 OK
CSeq: 2
Public: OPTIONS,DESCRIBE,SETUP,PLAY,PAUSE,TEARDOWN
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 80
RTSP/1.0 200 OK
CSeq: 2
Public: OPTIONS,DESCRIBE,SETUP,PLAY,PAUSE,TEARDOWN
tcp_read, 1684
fd:16,RTSP connection closed by client.
first error,pRtsp is null
tcp_read, 1684
192.168.1.100 Port:49597
INPUT_BUFFER was:DESCRIBE rtsp://192.168.1.21:554/test.264 RTSP/1.0
CSeq: 3
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Accept: application/sdp
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is init state
current method code is: 0
server:192.168.1.21
port:-1094691078
Failed to get host eth0 or wlan0 ip
GetSdpDescr,660===>psp.base64profileid=42001F,psp.base64sps=Z0IAH52oFAFum4CAgIE=,psp.base64pps=aM48gA==
(Send to client:)
RTSP/1.0 200 OK
CSeq: 3
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:36 GMT
Content-Type: application/sdp
Content-Base: rtsp://sock_ntop_host: unknown AF_xxx: 30484, len 16/test.264/
Content-Length: 544
v=0
o=-2208988928 2208988928 IN IP4 sock_ntop_host: unknown AF_xxx: 30484, len 16
s=H.264 Video, streamed by the Zyqhziee Media Server
i=test.h264
t=0 0
a=tool:Zyqhziee Streaming Media v2015.11.27
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:H.264 Video, streamed by the Zyqhziee Media Server
a=x-qt-text-inf:test.h264
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:500
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=42001F;sprop-parameter-sets=Z0IAH52oFAFum4CAgIE=,aM48gA==
a=control:track1
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 762
RTSP/1.0 200 OK
CSeq: 3
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:36 GMT
Content-Type: application/sdp
Content-Base: rtsp://sock_ntop_host: unknown AF_xxx: 30484, len 16/test.264/
Content-Length: 544
v=0
o=-2208988928 2208988928 IN IP4 sock_ntop_host: unknown AF_xxx: 30484, len 16
s=H.264 Video, streamed by the Zyqhziee Media Server
i=test.h264
t=0 0
a=tool:Zyqhziee Streaming Media v2015.11.27
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:H.264 Video, streamed by the Zyqhziee Media Server
a=x-qt-text-inf:test.h264
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:500
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=42001F;sprop-parameter-sets=Z0IAH52oFAFum4CAgIE=,aM48gA==
a=control:track1
tcp_read, 1684
192.168.1.100 Port:49597
INPUT_BUFFER was:SETUP rtsp://sock_ntop_host: unknown AF_xxx: 30484, len 16/test.264/track1 RTSP/1.0
CSeq: 4
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is init state
current method code is: 8
*** transport: RTP/AVP/TCP;unicast;interleaved=0-1 ***
pstr=/TCP;unicast;interleaved=0-1
AAAAAAAAAAA Unsupported Transport,rtspservice.c,1075
(Send to client:)
RTSP/1.0 461 Unsupported transport
CSeq: 4
TRANSFER TO READY STATE!
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 47
RTSP/1.0 461 Unsupported transport
CSeq: 4
tcp_read, 1684
192.168.1.100 Port:49597
INPUT_BUFFER was:SETUP rtsp://sock_ntop_host: unknown AF_xxx: 30484, len 16/test.264/track1 RTSP/1.0
CSeq: 5
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Transport: RTP/AVP;unicast;client_port=54118-54119
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is ready state
current method code is:8
*** transport: RTP/AVP;unicast;client_port=54118-54119 ***
Failed to get host eth0 or wlan0 ip
<><><><>Creat RTP<><><><>
pstr=-54119
**adding a schedule object action rtsputils.c,322**
(Send to client:)
RTSP/1.0 200 OK
CSeq: 5
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:36 GMT
Session: 168548
Transport: RTP/AVP;unicast;client_port=54118-54119;destination=192.168.1.100;source=0.0.0.0;server_port=57111-57112
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 222
RTSP/1.0 200 OK
CSeq: 5
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:36 GMT
Session: 168548
Transport: RTP/AVP;unicast;client_port=54118-54119;destination=192.168.1.100;source=0.0.0.0;server_port=57111-57112
tcp_read, 1684
192.168.1.100 Port:49597
INPUT_BUFFER was:PLAY rtsp://sock_ntop_host: unknown AF_xxx: 30484, len 16/test.264/ RTSP/1.0
CSeq: 6
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Session: 168548
Range: npt=0.000-
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is ready state
current method code is:5
+++++++++++++++++++++
start to play 0 now!
+++++++++++++++++++++
(Send to client:)
RTSP/1.0 200 OK
CSeq: 6
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:36 GMT
Session: 168548
Start Playing!
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 105
RTSP/1.0 200 OK
CSeq: 6
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:36 GMT
Session: 168548
tcp_read, 1684
192.168.1.100 Port:49597
INPUT_BUFFER was:TEARDOWN rtsp://sock_ntop_host: unknown AF_xxx: 30484, len 16/test.264/ RTSP/1.0
CSeq: 7
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Session: 168548
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is play state
(Send to client:)
RTSP/1.0 200 OK
CSeq: 7
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:38 GMT
Session: 168548
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 105
RTSP/1.0 200 OK
CSeq: 7
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:38 GMT
Session: 168548
tcp_read, 1684
fd:17,RTSP connection closed by client.
first error,pRtsp is null
开机执行程序:
cd /
insmod rtutil3070ap.ko
insmod rt3070ap.ko
insmod rtnet3070ap.ko
ifconfig ra0 up
ifconfig ra0 192.168.1.21 netmask 255.255.255.0
cd /123/ko && ./load3516a -a -sensor imx178 -osmem 128
route add default gateway 192.168.1.1
cd .. && ./rtsp &
udhcpd /etc/udhcpd.conf &
部分调试信息(vlc播放对应的码流地址)
插上网卡后
AP SETKEYS DONE - WPA2, AuthMode(7)=WPA2PSK, WepStatus(4)=TKIP, GroupWepStatus(4)=TKIP
VLC输入地址后的连接
AddClient, 128
Incoming RTSP connection accepted on socket: 16
EventLoop Connection reached: 3
tcp_read, 1684
192.168.1.100 Port:49591
INPUT_BUFFER was:OPTIONS rtsp://192.168.1.21:554/test.264 RTSP/1.0
CSeq: 2
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is init state
current method code is: 3
OPTIONS rtsp://192.168.1.21:554/test.264 RTSP/1.0
(Send to client:)
RTSP/1.0 200 OK
CSeq: 2
Public: OPTIONS,DESCRIBE,SETUP,PLAY,PAUSE,TEARDOWN
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 80
RTSP/1.0 200 OK
CSeq: 2
Public: OPTIONS,DESCRIBE,SETUP,PLAY,PAUSE,TEARDOWN
tcp_read, 1684
192.168.1.100 Port:49591
INPUT_BUFFER was:DESCRIBE rtsp://192.168.1.21:554/test.264 RTSP/1.0
CSeq: 3
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Accept: application/sdp
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is init state
current method code is: 0
server:192.168.1.21
port:-1094691078
Failed to get host eth0 or wlan0 ip
GetSdpDescr,660===>psp.base64profileid=42001F,psp.base64sps=Z0IAH52oFAFum4CAgIE=,psp.base64pps=aM48gA==
(Send to client:)
RTSP/1.0 200 OK
CSeq: 3
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:19 GMT
Content-Type: application/sdp
Content-Base: rtsp://sock_ntop_host: unknown AF_xxx: 13980, len 16/test.264/
Content-Length: 544
v=0
o=-2208988928 2208988928 IN IP4 sock_ntop_host: unknown AF_xxx: 13980, len 16
s=H.264 Video, streamed by the Zyqhziee Media Server
i=test.h264
t=0 0
a=tool:Zyqhziee Streaming Media v2015.11.27
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:H.264 Video, streamed by the Zyqhziee Media Server
a=x-qt-text-inf:test.h264
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:500
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=42001F;sprop-parameter-sets=Z0IAH52oFAFum4CAgIE=,aM48gA==
a=control:track1
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 762
RTSP/1.0 200 OK
CSeq: 3
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:19 GMT
Content-Type: application/sdp
Content-Base: rtsp://sock_ntop_host: unknown AF_xxx: 13980, len 16/test.264/
Content-Length: 544
v=0
o=-2208988928 2208988928 IN IP4 sock_ntop_host: unknown AF_xxx: 13980, len 16
s=H.264 Video, streamed by the Zyqhziee Media Server
i=test.h264
t=0 0
a=tool:Zyqhziee Streaming Media v2015.11.27
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:H.264 Video, streamed by the Zyqhziee Media Server
a=x-qt-text-inf:test.h264
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:500
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=42001F;sprop-parameter-sets=Z0IAH52oFAFum4CAgIE=,aM48gA==
a=control:track1
tcp_read, 1684
192.168.1.100 Port:49591
INPUT_BUFFER was:SETUP rtsp://sock_ntop_host: unknown AF_xxx: 13980, len 16/test.264/track1 RTSP/1.0
CSeq: 4
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Transport: RTP/AVP;unicast;client_port=56198-56199
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is init state
current method code is: 8
*** transport: RTP/AVP;unicast;client_port=56198-56199 ***
Failed to get host eth0 or wlan0 ip
<><><><>Creat RTP<><><><>
pstr=-56199
**adding a schedule object action rtsputils.c,322**
(Send to client:)
RTSP/1.0 200 OK
CSeq: 4
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:20 GMT
Session: 100626
Transport: RTP/AVP;unicast;client_port=56198-56199;destination=192.168.1.100;source=0.0.0.0;server_port=57111-57112
TRANSFER TO READY STATE!
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 222
RTSP/1.0 200 OK
CSeq: 4
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:20 GMT
Session: 100626
Transport: RTP/AVP;unicast;client_port=56198-56199;destination=192.168.1.100;source=0.0.0.0;server_port=57111-57112
tcp_read, 1684
192.168.1.100 Port:49591
INPUT_BUFFER was:PLAY rtsp://sock_ntop_host: unknown AF_xxx: 13980, len 16/test.264/ RTSP/1.0
CSeq: 5
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Session: 100626
Range: npt=0.000-
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is ready state
current method code is:5
+++++++++++++++++++++
start to play 0 now!
+++++++++++++++++++++
(Send to client:)
RTSP/1.0 200 OK
CSeq: 5
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:20 GMT
Session: 100626
Start Playing!
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 105
RTSP/1.0 200 OK
CSeq: 5
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:20 GMT
Session: 100626
AddClient, 128
Incoming RTSP connection accepted on socket: 17
EventLoop Connection reached: 4
tcp_read, 1684
192.168.1.100 Port:49591
INPUT_BUFFER was:TEARDOWN rtsp://sock_ntop_host: unknown AF_xxx: 13980, len 16/test.264/ RTSP/1.0
CSeq: 6
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Session: 100626
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is play state
(Send to client:)
RTSP/1.0 200 OK
CSeq: 6
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:35 GMT
Session: 100626
no user online now resetfifo
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 105
RTSP/1.0 200 OK
CSeq: 6
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:35 GMT
Session: 100626
tcp_read, 1684
192.168.1.100 Port:49597
INPUT_BUFFER was:OPTIONS rtsp://192.168.1.21:554/test.264 RTSP/1.0
CSeq: 2
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is init state
current method code is: 3
OPTIONS rtsp://192.168.1.21:554/test.264 RTSP/1.0
(Send to client:)
RTSP/1.0 200 OK
CSeq: 2
Public: OPTIONS,DESCRIBE,SETUP,PLAY,PAUSE,TEARDOWN
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 80
RTSP/1.0 200 OK
CSeq: 2
Public: OPTIONS,DESCRIBE,SETUP,PLAY,PAUSE,TEARDOWN
tcp_read, 1684
fd:16,RTSP connection closed by client.
first error,pRtsp is null
tcp_read, 1684
192.168.1.100 Port:49597
INPUT_BUFFER was:DESCRIBE rtsp://192.168.1.21:554/test.264 RTSP/1.0
CSeq: 3
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Accept: application/sdp
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is init state
current method code is: 0
server:192.168.1.21
port:-1094691078
Failed to get host eth0 or wlan0 ip
GetSdpDescr,660===>psp.base64profileid=42001F,psp.base64sps=Z0IAH52oFAFum4CAgIE=,psp.base64pps=aM48gA==
(Send to client:)
RTSP/1.0 200 OK
CSeq: 3
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:36 GMT
Content-Type: application/sdp
Content-Base: rtsp://sock_ntop_host: unknown AF_xxx: 30484, len 16/test.264/
Content-Length: 544
v=0
o=-2208988928 2208988928 IN IP4 sock_ntop_host: unknown AF_xxx: 30484, len 16
s=H.264 Video, streamed by the Zyqhziee Media Server
i=test.h264
t=0 0
a=tool:Zyqhziee Streaming Media v2015.11.27
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:H.264 Video, streamed by the Zyqhziee Media Server
a=x-qt-text-inf:test.h264
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:500
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=42001F;sprop-parameter-sets=Z0IAH52oFAFum4CAgIE=,aM48gA==
a=control:track1
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 762
RTSP/1.0 200 OK
CSeq: 3
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:36 GMT
Content-Type: application/sdp
Content-Base: rtsp://sock_ntop_host: unknown AF_xxx: 30484, len 16/test.264/
Content-Length: 544
v=0
o=-2208988928 2208988928 IN IP4 sock_ntop_host: unknown AF_xxx: 30484, len 16
s=H.264 Video, streamed by the Zyqhziee Media Server
i=test.h264
t=0 0
a=tool:Zyqhziee Streaming Media v2015.11.27
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:H.264 Video, streamed by the Zyqhziee Media Server
a=x-qt-text-inf:test.h264
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:500
a=rtpmap:96 H264/90000
a=fmtp:96 packetization-mode=1;profile-level-id=42001F;sprop-parameter-sets=Z0IAH52oFAFum4CAgIE=,aM48gA==
a=control:track1
tcp_read, 1684
192.168.1.100 Port:49597
INPUT_BUFFER was:SETUP rtsp://sock_ntop_host: unknown AF_xxx: 30484, len 16/test.264/track1 RTSP/1.0
CSeq: 4
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Transport: RTP/AVP/TCP;unicast;interleaved=0-1
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is init state
current method code is: 8
*** transport: RTP/AVP/TCP;unicast;interleaved=0-1 ***
pstr=/TCP;unicast;interleaved=0-1
AAAAAAAAAAA Unsupported Transport,rtspservice.c,1075
(Send to client:)
RTSP/1.0 461 Unsupported transport
CSeq: 4
TRANSFER TO READY STATE!
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 47
RTSP/1.0 461 Unsupported transport
CSeq: 4
tcp_read, 1684
192.168.1.100 Port:49597
INPUT_BUFFER was:SETUP rtsp://sock_ntop_host: unknown AF_xxx: 30484, len 16/test.264/track1 RTSP/1.0
CSeq: 5
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Transport: RTP/AVP;unicast;client_port=54118-54119
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is ready state
current method code is:8
*** transport: RTP/AVP;unicast;client_port=54118-54119 ***
Failed to get host eth0 or wlan0 ip
<><><><>Creat RTP<><><><>
pstr=-54119
**adding a schedule object action rtsputils.c,322**
(Send to client:)
RTSP/1.0 200 OK
CSeq: 5
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:36 GMT
Session: 168548
Transport: RTP/AVP;unicast;client_port=54118-54119;destination=192.168.1.100;source=0.0.0.0;server_port=57111-57112
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 222
RTSP/1.0 200 OK
CSeq: 5
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:36 GMT
Session: 168548
Transport: RTP/AVP;unicast;client_port=54118-54119;destination=192.168.1.100;source=0.0.0.0;server_port=57111-57112
tcp_read, 1684
192.168.1.100 Port:49597
INPUT_BUFFER was:PLAY rtsp://sock_ntop_host: unknown AF_xxx: 30484, len 16/test.264/ RTSP/1.0
CSeq: 6
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Session: 168548
Range: npt=0.000-
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is ready state
current method code is:5
+++++++++++++++++++++
start to play 0 now!
+++++++++++++++++++++
(Send to client:)
RTSP/1.0 200 OK
CSeq: 6
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:36 GMT
Session: 168548
Start Playing!
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 105
RTSP/1.0 200 OK
CSeq: 6
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:36 GMT
Session: 168548
tcp_read, 1684
192.168.1.100 Port:49597
INPUT_BUFFER was:TEARDOWN rtsp://sock_ntop_host: unknown AF_xxx: 30484, len 16/test.264/ RTSP/1.0
CSeq: 7
User-Agent: LibVLC/2.2.6 (LIVE555 Streaming Media v2016.02.22)
Session: 168548
rtsp_tracepoint: rtspservice.c,RTSP_state_machine,1383
state_machine:current state is play state
(Send to client:)
RTSP/1.0 200 OK
CSeq: 7
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:38 GMT
Session: 168548
leaving rtsp_state_machine!
exit Rtsp_state_machine
4
SOUTPUT_BUFFER length 105
RTSP/1.0 200 OK
CSeq: 7
Server: sunshine/1.11
Date: Thu, 01 Jan 1970 00:02:38 GMT
Session: 168548
tcp_read, 1684
fd:17,RTSP connection closed by client.
first error,pRtsp is null
我来回答
回答15个
时间排序
认可量排序
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
相关问答
-
62017-03-28 18:41:46
-
02017-04-10 17:01:22
-
2014-04-08 16:12:33
-
2016-04-28 00:20:42
-
2017-08-12 11:08:23
-
2020-05-15 11:16:41
-
2020-07-30 21:16:55
-
2014-02-20 14:05:22
-
2016-01-28 15:30:47
-
2017-10-12 18:21:04
-
2016-03-10 19:40:17
-
2020-04-01 10:03:30
-
2016-09-29 17:03:40
-
2015-01-08 15:05:52
-
2014-06-10 08:59:56
-
2016-09-09 16:07:10
-
2015-04-03 15:47:22
-
2015-04-03 15:38:12
-
2020-08-13 09:58:27
无更多相似问答 去提问
点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
悬赏问答
-
50如何获取vpss chn的图像修改后发送至vo
-
5FPGA通过Bt1120传YUV422数据过来,vi接收不到数据——3516dv500
-
50SS928 运行PQtools 拼接 推到设备里有一半画面会异常
-
53536AV100的sample_vdec输出到CVBS显示
-
10海思板子mpp怎么在vi阶段改变视频数据尺寸
-
10HI3559AV100 多摄像头同步模式
-
9海思ss928单路摄像头vio中加入opencv处理并显示
-
10EB-RV1126-BC-191板子运行自己编码的程序
-
10求HI3519DV500_SDK_V2.0.1.1
-
5有偿求HI3516DV500 + OV5647驱动
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认