session.createStream({
name: streamId,
display: document.getElementById('media-publisher'),
record: false,
constraints: constraints,
rtmpUrl: YTRTMPURL
})....
How do you force to play rtmp stream? In the above code, we just pass the streamName and if...