After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 594732 - parse error
parse error
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.25
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-10 10:32 UTC by sreerenj
Modified: 2009-09-10 12:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sreerenj 2009-09-10 10:32:38 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
Comment 1 Wim Taymans 2009-09-10 12:07:23 UTC
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.