Hi!
Using WebSDK, I use this init in "play live video" function:
Flashphoner.init({
preferredMediaProviders:["MSE","WebRTC"]
});
Then I've got another function to "stream live video" started by:
Flashphoner.init();
Well, if I "stream live video" and then "play live video", the play video...