[gstreamer-bugs] [Bug 559545] rtspsrc could not receive data from RTSP server because of the firewall in the Internet

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Nov 5 18:14:59 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=559545

  GStreamer | gst-plugins-good | Ver: 0.10.20




------- Comment #1 from Eric Zhang  2008-11-06 02:14 UTC -------
Created an attachment (id=122071)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=122071&action=view)
patch for gstrtspsrc.c & gstrtspsrc.h to make data passes through the firewalls

I made a small trick to make firewalls forwards data from RTSP server while not
blocks them. The trick is: Just send some UDP packets to the RTSP server before
we send `PLAY' method to RTSP server. Because we know the RTP & RTCP ports in
client and server, so we sends UDP packets to the server first to make the
firewall believes that the connection was initiated by the client so the data
coming next is safe. The result is the firewall will forward data while not
block them.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=559545.




More information about the Gstreamer-bugs mailing list