[Live-devel] Rtsp-alt [FIN, ACK] after about one minute testOnDemandRTSPServer
Antonella Rizzo
anto.rizzo at caramail.com
Sat Nov 8 09:06:04 PST 2008
Hi Ross,
I run
./testOnDemandRTSPServer (on my sender at 192.168.178.27).
Then, I run
./openRTSP -r -p 8888 -c rtsp://192.168.178.27:8554/mpeg1or2AudioVideoTest (on my receiver host 192.168.178.22).
So, I launch QuickTime (on host 192.168.178.22) with this SDP:
v=0
o=- 1226162122947046 1 IN IP4 192.168.178.27
s=Session streamed by "testOnDemandRTSPServer"
i=mpeg1or2AudioVideoTest
t=0 0
a=tool:LIVE555 Streaming Media v2008.11.04
a=type:broadcast
a=control:*
a=range:npt=0-241.617
a=x-qt-text-nam:Session streamed by "testOnDemandRTSPServer"
a=x-qt-text-inf:mpeg1or2AudioVideoTest
m=video 8888 RTP/AVP 32
c=IN IP4 0.0.0.0
a=control:track1
m=audio 8890 RTP/AVP 14
c=IN IP4 0.0.0.0
a=control:track2
It's work for about one minute!
After one minute in fact, with a sniffer on my sender, I have seen that sender send an RSTP->ALT[FIN,ACK] and receiver answer with an RTSP->ALT[ACK] and video is blocked!
Then, after 2 minutes, receiver send an RTSP PLAY and sender answer with an RTSP [RST] and on my receiver openRTSP return this message:
"Failed to start playing session: Failed to read response: Connection reset by peer".
Why? How I can avoid this?
Thanks in advance
More information about the live-devel
mailing list