Question
Stream.get issue
hi... i have created a stream in the server side that attach
the stream os someone
application.onConnect = function(client) {
trace("we are connected");
var playStream = Stream.get("source");
playStream.play("sc", 0, -1);
}
the name od the stream of the user is "sc", and the stream I have created in SS is "source".
when I go to the Admin API I see 2 streams... the "source", "sc", but in the client side when I ask to play the "source" nothing comes, but when i ask to play "sc" i can see the video....
where is my fault?
regards
Hacebe
application.onConnect = function(client) {
trace("we are connected");
var playStream = Stream.get("source");
playStream.play("sc", 0, -1);
}
the name od the stream of the user is "sc", and the stream I have created in SS is "source".
when I go to the Admin API I see 2 streams... the "source", "sc", but in the client side when I ask to play the "source" nothing comes, but when i ask to play "sc" i can see the video....
where is my fault?
regards
Hacebe
