This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
RTSP 协议的应用程序层网关
实时流协议 (RTSP) 是一种用于传输实时媒体数据的应用级协议。RTSP 是媒体客户端和媒体服务器之间的控制通道协议,用于建立和控制端点点之间的媒体会话。典型的通信是客户端和流媒体服务器之间的通信。
从专用网络到公共网络的流媒体需要通过网络转换 IP 地址和端口号。Citrix ADC 功能包括用于 RTSP 的应用程序层网关 (ALG),该网关可与大型 NAT (LSN) 一起使用,以解析媒体流并进行任何必要的更改,以确保协议在网络上继续工作。
IP 地址转换的执行方式取决于消息的类型和方向,以及客户端-服务器部署支持的媒体类型。消息翻译如下:
- 出站请求-到 Citrix ADC 拥有的公有 IP 地址(称为 LSN IP 地址)的私有 IP 地址。
- 入站响应-LSN IP 地址到私有 IP 地址。
- 入站请求-无翻译。
- 出站响应-LSN 池 IP 地址的私有 IP 地址。
注意
Citrix ADC 独立设备、Citrix ADC 高可用性设置以及 Citrix ADC 群集设置均支持 RTSP ALG。
RTSP ALG 的局限性
RTSP ALG 不支持以下内容:
- 多播 RTSP 会话
- 通过 UDP 进行的 RTSP 会话
- 管理分区
- RTSP 身份验证
- HTTP 通道
配置 RTSP ALG
将 RTSP ALG 配置作为 LSN 配置的一部分。有关配置 LSN 的说明,请参阅配置大型 NAT64。配置时,请确保:
- 在添加 LSN 应用程序配置文件时设置以下参数:
- IP 池 = 已配对
- 地址和端口映射 = 与端点无关
- 过滤 = 与端点无关
- 在 LSN 组中启用 RTSP ALG
- 创建 RTSP ALG 配置文件并将 RTSP ALG 配置文件绑定到 LSN 组
使用 CLI 为 LSN 配置启用 RTSP ALG
在命令提示符下,键入:
add lsn group <groupname> -clientname <string> [-rtspalg ( ENABLED | DISABLED )]
show lsn group <groupname>
<!--NeedCopy-->
使用 CLI 为 LSN 配置启用 RTSP ALG
在命令提示符下,键入:
add lsn rtspalgprofile <rtspalgprofilename> [-rtspIdleTimeout <positive_integer>] -rtspportrange <port[-port]> [-rtspTransportProtocol (TCP|UDP)]
show lsn rtspalgprofile <rtspalgprofilename>
<!--NeedCopy-->
RTSP ALG 配置示例
下面的示例大型 NAT64 配置,RTSP ALG 从网络 2001:DB8:1002::/96 的订阅器设备的 TCP 流量启用。
add lsn client LSN-NAT64-CLIENT-9
Done
bind lsn client LSN-NAT64-CLIENT-9 -network6 2001:DB8:1002::/96
Done
add lsn pool LSN-NAT64-POOL-9
Done
bind lsn pool LSN-NAT64-POOL-9 203.0.113.90
Done
add lsn ip6profile LSN-NAT64-PROFILE-9 -type NAT64 -natprefix 2001:DB8:309::/96
Done
add lsn appsprofile LSN-NAT64-APPS-PROFILE-9 TCP -ippooling PAIRED –mapping ENDPOINT-INDEPENDENT -filtering ENDPOINT-INDEPENDENT
Done
add lsn rtspalgprofile RTSPALGPROFILE-9 -rtspIdleTimeout 1000 -rtspportrange 554
Done
add lsn group LSN-NAT64-GROUP-9 -clientname LSN-NAT64-CLIENT-9 -ip6profile LSN-NAT64-PROFILE-7 -rtspalg ENABLED
Done
bind lsn group LSN-NAT64-GROUP-9 -poolname LSN-NAT64-POOL-9
Done
bind lsn group LSN-NAT64-GROUP-9 -appsprofilename LSN-NAT64-APPS-PROFILE-9
Done
bind lsn group LSN-NAT64-GROUP-9 -rtspalgprofilename RTSPALGPROFILE-9
Done
<!--NeedCopy-->
共享
共享
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.