Difference between revisions of "Building Helix Server Cluster using LVS"
From LVSKB
m |
|||
| Line 1: | Line 1: | ||
== Introduction == | == Introduction == | ||
| + | RealNetworks' streaming service uses the following protocols: | ||
| + | |||
| + | * PNM (TCP on port 7070, UDP from server -> player on ports 6970-7170) | ||
| + | * RTSP (TCP on port 554, similar UDP as above, but often on multiple ports) | ||
| + | * PNM was our original, but now mostly legacy, protocol used in our versions 1 through 5. | ||
| + | * There's also a HTTP/TCP-only fallback mode which is (usually) on port 8080. | ||
== Architecture == | == Architecture == | ||
| Line 9: | Line 15: | ||
== Conclusion == | == Conclusion == | ||
| + | |||
| + | |||
| + | == References == | ||
| + | |||
| + | * http://archive.linuxvirtualserver.org/html/lvs-users/2001-06/msg00097.html | ||
Revision as of 16:12, 21 July 2006
Introduction
RealNetworks' streaming service uses the following protocols:
- PNM (TCP on port 7070, UDP from server -> player on ports 6970-7170)
- RTSP (TCP on port 554, similar UDP as above, but often on multiple ports)
- PNM was our original, but now mostly legacy, protocol used in our versions 1 through 5.
- There's also a HTTP/TCP-only fallback mode which is (usually) on port 8080.
Architecture
Configuration Example
Conclusion
References
| |
"Building Helix Server Cluster using LVS" is an LVS Example related stub. You can help LVSKB by expanding it |