Re: [Live-devel] rtp over rtsp error

2012-08-15 Thread Ross Finlayson
> I guess my issue is caused by the same reason with you. > RTCP "RR" is sent in OnExpire in rtcp_from_spec.c schedulely. > But why server still close after about 5s ? I don't know. Before, you said that the server closed "after a few minutes". Now, you say that the server closes "after 5s". I

Re: [Live-devel] rtp over rtsp error

2012-08-15 Thread 许长法
I guess my issue is caused by the same reason with you. RTCP "RR" is sent in OnExpire in rtcp_from_spec.c schedulely. But why server still close after about 5s ? 2012/8/16 Ross Finlayson >Hi,I'm using live555 as a server of realtime H264 data. The client > reseive RTP data over tcp succ

Re: [Live-devel] rtp over rtsp error

2012-08-15 Thread Ross Finlayson
>Hi,I'm using live555 as a server of realtime H264 data. The client > reseive RTP data over tcp success. But the server will close after a few > minites . I grasp network packets. I found server send RTCP packet and RTP > packet on RTSP port(554). Our client just drop the RTCP packets.O

[Live-devel] rtp over rtsp error

2012-08-15 Thread ...
Hi,I'm using live555 as a server of realtime H264 data. The client reseive RTP data over tcp success. But the server will close after a few minites . I grasp network packets. I found server send RTCP packet and RTP packet on RTSP port(554). Our client just drop the RTCP packets.Our client must

Re: [Live-devel] live555 proxy server issue

2012-08-15 Thread Ross Finlayson
> H264VideoStreamDiscreteFramer error: MPEG 'start code' seen in the input We had a similar report back in July. See http://lists.live555.com/pipermail/live-devel/2012-July/015474.html In short: The camera is sending invalid H.264/RTP packets, violating the standard. It needs to be fix

Re: [Live-devel] live555 proxy server issue

2012-08-15 Thread 许长法
Below is the log, FYI. Appreciate to get your response :-) E:\DELTA\Item\VidaGrid\M2\RTSP\open-source\live555-delta\bin\Debug>proxyServer.e xe -V rtsp://172.17.92.36:8557/h264 LIVE555 Proxy Server (LIVE555 Streaming Media library version 2012.07.26) Opening connection to 172.17.92.36, po

Re: [Live-devel] A Problem of RTSP Server

2012-08-15 Thread Ross Finlayson
> I change OutPacketBuffer::maxSize to be 30. The display of local RTSP > client is correct. Unfortunately, the remote client’s display is still > incorrect. Do you have any idea about this situation? No, but because you're seeing problems only with a remote (networked) VLC RTSP client, I s

Re: [Live-devel] A Problem of RTSP Server

2012-08-15 Thread Eden Lee (Gorilla)
Yes Sir., I change OutPacketBuffer::maxSize to be 30. The display of local RTSP client is correct. Unfortunately, the remote client's display is still incorrect. Do you have any idea about this situation? Expect your response. Thank you. Best regards, Eden From: live-devel-boun...@ns.liv