GNOME Bugzilla – Bug 621130
Windows Mobile RTSP client problem with PLAY
Last modified: 2011-02-28 15:26:58 UTC
Created attachment 163214 [details] [review] patch that tests the URL conformity when the RTSP PLAY is sent The Windows mobile RTSP client (tested on a XDA Diamond smartphone) adds a "/stream=0" string to the requested URL when sends the PLAY request, which produces a 404 response (content not found) from the server side. In order to prevent that buggy behaviour from windows mobile, I have just written the small patch attached. I have tested the server with VLC, totem, android and the XDA and it is working. Best regards, jair0
Created attachment 163274 [details] [review] same patch as before with also support for PLAY and PAUSE
Created attachment 163275 [details] PCAP capture where you can see the problem In the capture you will see that the PLAY already includes this nasty "stream=0" that triggers the 404 Error. For PLAY it is solved with the previous patch. Then the problem happens again for PAUSE, therefore I updated the previous patch. Best regards, jair0
I wonder if the problem is not fixed by putting a session scope control url in the SDP instead. The problem with your patch is that it would break other cases (non-aggregate control, for example).
Reopening as I can't see any open question.
Can you try again with newer versions? a control=* was added to the SDP, maybe it fixes this issue.
Unfortunately I don't have currently any Windows Mobile devices at hand to test it. As soon as I get one, I will try it again.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!