GNOME Bugzilla – Bug 594732
parse error
Last modified: 2009-09-10 12:07:23 UTC
I run my gst-rtsp-server in one linux machine,and client is in a windows machine.I got the follwing messages in server side.And getting a message "Negotiating" in client side. ** Message: listening on port 8554 ** Message: added new client 0x99750c0 ip 10.0.0.117:49927 ** Message: attaching to context 0x9a62008 ** Message: client 0x99750c0: tunnel start ** Message: client 0x99750c0: inserting 7VzvzY1WAAD5UUAAIIAAAA ** Message: added new client 0x99750f0 ip 10.0.0.117:50183 ** Message: attaching to context 0x9a62008 ** Message: client 0x99750f0: tunnel complete ** Message: client 0x99750f0: found tunnel 0x99750c0 ** Message: finalize client 0x99750f0 ** Message: client 0x99750c0: received an error Parse error ** Message: finalize client 0x99750c0
commit ca3b91b2d09330085b690a599fe0411aca95fe1e Author: Wim Taymans <wim.taymans@collabora.co.uk> Date: Thu Sep 10 14:04:53 2009 +0200 rtsp: don't return EPARSE Don't blindly return EPARSE when http mode is disabled. Restore old http mode after temporarily setting it to TRUE.