[Live-devel] bug, 1. rtp package lost when Media Server is running under windows

Morten Svendsen mts.doredevelopment at gmail.com
Wed Jan 19 03:10:12 PST 2011


On Wed, Jan 19, 2011 at 03:52, Ross Finlayson <finlayson at live555.com> wrote:
> A new version of the "LIVE555 Streaming Media" code - and a new version
> (0.66) of the "LIVE555 Media Server" - have now been released that fixes
> this problem.

Thanks for the fix.

Unfortunately it do not solve the bug for me. My client (gstreamer
0.10.31) do not start to recive RTP packages before receiving the RTSP
OK message, send in reply to the RTSP PLAY. The new relased 0.66
windows Media server sends the first RTP packacket before the RTSP OK,
the 0.65 linux version sends the first RTP package after the RTSP OK.
This behavior is consistence and seen in several net-dumps. Dump of
some selected lines in wireshark using windows and then linux Media
server below.

Wireshark summary dump of live555MediaServer.exe version 0.66 Media
library version 2011.01.19. WINDOWS
No.     Time        Source                Destination           Protocol Info
10 0.021750    192.168.17.72       192.168.18.39         RTSP
SETUP rtsp://192.168.18.39:8554/22-16-M-short.wav/track1 RTSP/1.0
11 0.023679    192.168.18.39       192.168.17.72         RTSP
Reply: RTSP/1.0 200 OK
12 0.061095    192.168.17.72       192.168.18.39         TCP
38021 > rtsp-alt [ACK] Seq=414 Ack=966
18 0.073468    192.168.17.72       192.168.18.39         RTSP     PLAY
rtsp://192.168.18.39:8554/22-16-M-short.wav RTSP/1.0
19 0.074308    192.168.18.39       192.168.17.72         RTP
PT=DynamicRTP-Type-96, SSRC=0x80006A08, Seq=1495, Time=31077
20 0.074336    192.168.18.39       192.168.17.72         RTSP
Reply: RTSP/1.0 200 OK
21 0.074705    192.168.17.72       192.168.18.39         TCP
38021 > rtsp-alt [ACK] Seq=555 Ack=1164
22 0.094731    192.168.18.39       192.168.17.72         RTP
PT=DynamicRTP-Type-96, SSRC=0x80006A08, Seq=1496, Time=31079


Wireshark summary dump of live555MediaServer version 0.65 Media
library version 2011.01.06. LINUX
No.     Time        Source                Destination           Protocol Info
10 0.020887    192.168.17.72         192.168.18.39       RTSP    SETUP
rtsp://192.168.18.39:8554/22-16-M-short.wav/track1 RTSP/1.0
11 0.021643    192.168.18.39         192.168.17.72       RTSP
Reply: RTSP/1.0 200 OK
12 0.059858    192.168.17.72         192.168.18.39       TCP
55645 > rtsp-alt [ACK] Seq=414 Ack=966
18 0.071351    192.168.17.72         192.168.18.39       RTSP    PLAY
rtsp://192.168.18.39:8554/22-16-M-short.wav RTSP/1.0
19 0.071969    192.168.18.39         192.168.17.72       RTSP
Reply: RTSP/1.0 200 OK
20 0.072046    192.168.18.39         192.168.17.72       RTP
PT=DynamicRTP-Type-96, SSRC=0x3C39117C, Seq=49912, Time=957175847
21 0.072213    192.168.17.72         192.168.18.39       TCP
55645 > rtsp-alt [ACK] Seq=555 Ack=1169
22 0.092267    192.168.18.39         192.168.17.72       RTP
PT=DynamicRTP-Type-96, SSRC=0x3C39117C, Seq=49913, Time=957176288


More information about the live-devel mailing list