CDN 2 Origin - 1 edge

Hello!

We are testing 2 ORIGIN servers and we are able to play cross ORIGIN A and B by using "cdn_origin_to_origin_route_propagation=true".

But, our edge server are only playing streams from ORIGIN A, if we publish video from B, I can play into A but i can not play into edge.

ORIGIN A:
cdn_enabled=true
cdn_nodes_resolve_ip=true
cdn_ip=X.X.X.X
cdn_role=origin
cdn_groups=america
cdn_origin_to_origin_route_propagation=true


ORIGIN B:
cdn_enabled=true
cdn_nodes_resolve_ip=true
cdn_ip=Y.Y.Y.Y
cdn_point_of_entry=X.X.X.X
cdn_role=origin
cdn_groups=america
cdn_origin_to_origin_route_propagation=true


EDGE
cdn_enabled=true
cdn_nodes_resolve_ip=true
cdn_point_of_entry=X.X.X.X
cdn_ip=Z.Z.Z.Z
cdn_role=edge
cdn_groups=america
 
Top