* RTSP @ 2003-09-30 22:30 Geffrey Velasquez 2003-09-30 23:55 ` RTSP Tom Marshall 0 siblings, 1 reply; 5+ messages in thread From: Geffrey Velasquez @ 2003-09-30 22:30 UTC (permalink / raw) To: netfilter Hi friends, I need to use RTSP with RealPlayer 6 with NATed machines, I tried to open the UDP ports 6970:6999 but it dont works. Also I downloaded the patch-o-matic-20030912.tar.bz2 but it dont have the RTSP patch.... how can I solve the problem? -- Best regards, Geffrey mailto:g_netfilter@netfids.com ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: RTSP 2003-09-30 22:30 RTSP Geffrey Velasquez @ 2003-09-30 23:55 ` Tom Marshall 2003-10-03 10:27 ` RTSP Harald Welte 0 siblings, 1 reply; 5+ messages in thread From: Tom Marshall @ 2003-09-30 23:55 UTC (permalink / raw) To: Geffrey Velasquez; +Cc: netfilter [-- Attachment #1: Type: text/plain, Size: 661 bytes --] You can try this: http://home.tig-grr.com/rtsp/index.html Please let me know if it works. On Tue, Sep 30, 2003 at 05:30:06PM -0500, Geffrey Velasquez wrote: > Hi friends, I need to use RTSP with RealPlayer 6 with NATed machines, > I tried to open the UDP ports 6970:6999 but it dont works. > > Also I downloaded the patch-o-matic-20030912.tar.bz2 but it dont have > the RTSP patch.... how can I solve the problem? > > > > -- > Best regards, > Geffrey mailto:g_netfilter@netfids.com > -- Any task can be completed in only one-third more time than is currently estimated. -- Norman Augustine [-- Attachment #2: Type: application/pgp-signature, Size: 240 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: RTSP 2003-09-30 23:55 ` RTSP Tom Marshall @ 2003-10-03 10:27 ` Harald Welte 2003-10-03 11:56 ` RTSP Rob Sterenborg 2003-10-03 16:15 ` RTSP Tom Marshall 0 siblings, 2 replies; 5+ messages in thread From: Harald Welte @ 2003-10-03 10:27 UTC (permalink / raw) To: Geffrey Velasquez, netfilter, tmarshall [-- Attachment #1: Type: text/plain, Size: 1076 bytes --] On Tue, Sep 30, 2003 at 04:55:04PM -0700, Tom Marshall wrote: > You can try this: > > http://home.tig-grr.com/rtsp/index.html Why did nobody submit that to patch-o-matic yet? Another issue, to quote from the above URL: > Please let me know if you use this module, and how it works for you. > The more feedback, the more incentive to improve the module and try to > get it into the mainline kernel. This is not possible. The netfilter coreteam strongly opposes including conntrack/nat helpers for protocols where there is not at least one free software client and server implementation. AFAIK, there is no free RTSP server implementation so far. Please inform me, if I'm wrong. -- - Harald Welte <laforge@netfilter.org> http://www.netfilter.org/ ============================================================================ "Fragmentation is like classful addressing -- an interesting early architectural error that shows how much experimentation was going on while IP was being designed." -- Paul Vixie [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: RTSP 2003-10-03 10:27 ` RTSP Harald Welte @ 2003-10-03 11:56 ` Rob Sterenborg 2003-10-03 16:15 ` RTSP Tom Marshall 1 sibling, 0 replies; 5+ messages in thread From: Rob Sterenborg @ 2003-10-03 11:56 UTC (permalink / raw) To: 'Harald Welte', netfilter > This is not possible. The netfilter coreteam strongly > opposes including conntrack/nat helpers for protocols where > there is not at least one free software client and server > implementation. AFAIK, there is no free RTSP server > implementation so far. Please inform me, if I'm wrong. Is this what you are looking for ? Server : http://developer.apple.com/darwin/projects/streaming/ Not GPL, but APSL. Don't know if that's enough. Actually, here is a list with multiple servers and clients : http://www.cs.columbia.edu/~hgs/rtsp/implementations.html I didn't check on all of them for licensing. Gr, Rob ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: RTSP 2003-10-03 10:27 ` RTSP Harald Welte 2003-10-03 11:56 ` RTSP Rob Sterenborg @ 2003-10-03 16:15 ` Tom Marshall 1 sibling, 0 replies; 5+ messages in thread From: Tom Marshall @ 2003-10-03 16:15 UTC (permalink / raw) To: Harald Welte, Geffrey Velasquez, netfilter, tmarshall [-- Attachment #1: Type: text/plain, Size: 1378 bytes --] On Fri, Oct 03, 2003 at 12:27:07PM +0200, Harald Welte wrote: > On Tue, Sep 30, 2003 at 04:55:04PM -0700, Tom Marshall wrote: > > You can try this: > > > > http://home.tig-grr.com/rtsp/index.html > > Why did nobody submit that to patch-o-matic yet? Because I don't do patch-o-matic and nobody else has seen fit to do it, I suppose. > Another issue, to quote from the above URL: > > Please let me know if you use this module, and how it works for you. > > The more feedback, the more incentive to improve the module and try to > > get it into the mainline kernel. > > This is not possible. The netfilter coreteam strongly opposes including > conntrack/nat helpers for protocols where there is not at least one free > software client and server implementation. AFAIK, there is no free RTSP > server implementation so far. Please inform me, if I'm wrong. It's an IETF standard (well, RFC if you want to be technical). I don't care about your political games and I'm not going to bother hunting down a "free" (whatever your definition of that word) implementation. I'm sure they exist. If you don't accept a patch for a commonly used protocol that has RFC status, then you are doing a disservice to your users. -- A great many people think they are thinking when they are merely rearranging their prejudices. -- William James [-- Attachment #2: Type: application/pgp-signature, Size: 240 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-10-03 16:15 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2003-09-30 22:30 RTSP Geffrey Velasquez 2003-09-30 23:55 ` RTSP Tom Marshall 2003-10-03 10:27 ` RTSP Harald Welte 2003-10-03 11:56 ` RTSP Rob Sterenborg 2003-10-03 16:15 ` RTSP Tom Marshall
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.