Hello
im ppublishing a stream like this:
_room.publish({
display: document.getElementById("myVideo"),
constraints: constraints,
record: false,
receiveVideo: false,
receiveAudio: false,
name: m,
rtmpUrl: 'rtmp://xxx.xxx.com/wcs/'+_roomID
})
where "m" is a uniq string...but the published stream...