FreeBSD Bugzilla – Attachment 6283 Details for
Bug 14397
Apple's RTSP proxy does not connect UDP properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 925 bytes, created by
patrick
on 1999-10-18 15:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
patrick
Created:
1999-10-18 15:10:01 UTC
Size:
925 bytes
patch
obsolete
>diff -urN rtsp_proxy.orig/patches/patch-ac rtsp_proxy/patches/patch-ac >--- rtsp_proxy.orig/patches/patch-ac Wed Dec 31 19:00:00 1969 >+++ rtsp_proxy/patches/patch-ac Sat Oct 16 10:46:23 1999 >@@ -0,0 +1,30 @@ >+--- ../proxy.c.orig Sat Oct 16 10:29:52 1999 >++++ ../proxy.c Sat Oct 16 10:30:01 1999 >+@@ -127,7 +127,9 @@ >+ //int gUDPPortMin = 4000; >+ //int gUDPPortMax = 65535; >+ >+-int gProxyIP = -1; >++#define ANY_ADDRESS -1 >++ >++int gProxyIP = ANY_ADDRESS; >+ int gMaxPorts = 0; >+ >+ unsigned long gBytesReceived = 0; >+@@ -137,7 +139,6 @@ >+ unsigned long gLastPacketsReceived = 0; >+ unsigned long gLastPacketsSent = 0; >+ >+-#define ANY_ADDRESS -1 >+ >+ /**********************************************/ >+ #if defined(unix) >+@@ -243,7 +244,7 @@ >+ add_rtsp_port_listener(listening_port); >+ >+ // >+- gProxyIP = get_local_ip_address(); >++ //gProxyIP = get_local_ip_address(); >+ >+ // >+ // compile regular expressions for RTSP
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14397
: 6283