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 any...
hoolio
Cirrostratus
Jan 02, 2008If 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
}
This is a bit easier than collecting the TCP data and performing the replacement in the CLIENT_DATA event.
Aaron
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