I am trying to use redirect client - in the play method i'm doing:
client.setStreamType("liverepeater-edge");
client.setRepeaterOriginUrl("rtmp://161.105.180.75/live/instance");
So it tries to look for the file "instance" on my file system
When i'm using the setStream type method in the onConnect method it works fine and seeks the file in the adobe site (fails to connect but this is better).
Is that how it is supposed to work?



Reply With Quote