Question
Stream.play(false) error
when I try this :
s = Stream.get("foo");
s.play("myStream",-1,-1,false,remoteNetConnection);
and stop and delete the stream
s.play(false);
delete s;
I get this error
Sending error message: Response object not found (_error:0).
is it a Scope issue ? if yes, I tried all without success.
I use this in a compoment
thanks
