Forum Discussion
Joshua_106551
Oct 04, 2011Nimbostratus
Redirect for stream video
I am trying to redirect incoming traffic if it matches a specific subnet, It needs to be redirected to an IP of a physical server. How would one go about doing this without the use of an HTTP::Redire...
Nat_Thirasuttakorn
Oct 04, 2011Employee
just double check
is something like below is enough? (pick node or pool based on src IP, this way traffic still go through BIG-IP)
when CLIENT_ACCEPTED {
if { ([IP::client_addr] equals "10.92.0.0/16") or ([IP::client_addr] equals "10.93.0.0/16") } {
node "10.92.224.155"
}
}
if you really want traffic to bypass BIG-IP, I believe it is still possible.
you may need to play with connection response and do something like
- change response code from NetConnection.Connect.Success to NetConnection.Connect.Rejected
- change level to error
- add ex Property (with code, redirect sub-property)
refer to something like this link
http://livedocs.adobe.com/flashmediaserver/3.0/hpdocs/help.html?content=00000251.html
Anyway, I am not RTMP expert. I might be wrong. 🙂
Nat
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