Forum Discussion
leozou_80567
Jan 02, 2008Historic F5 Account
RTSP::url replace iRule
Hi All,
Our customer have a RTSP::URL replaced request.
like: rtsp://www.xxxx.com/CCTV5
replaced by: rtsp://www.xxxx.com/11111111/000000000/222222222/sports5.sdp
Would anybody help me to develop this iRule? I check that RTSP::url can't set value and I really don't familiar with RTSP protocols. Thanks!
- leozou_80567Historic F5 AccountHi Aaron,
- hoolio
Cirrostratus
If it's TCP, you should be able to add a blank stream profile to the VIP and then use the STREAM::expression and STREAM::enable commands in an iRule to replace the find string with the replace string:when CLIENT_ACCEPTED { STREAM::expression {find replace} STREAM::enable }
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects