serviciosenlared
New Member
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 fails.
And in the other side, if I "play live video" and then "stream live video", the stream fails.
I understand that there are a fail in my code to init 2 Flashphoner with different parameters and only the first used is the valid. But then, how can I use parameters to play, but none parameters to stream? Is possible to "close" the "init" to open a new "init"?
Thank you very much for your help!
Greetings!
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 fails.
And in the other side, if I "play live video" and then "stream live video", the stream fails.
I understand that there are a fail in my code to init 2 Flashphoner with different parameters and only the first used is the valid. But then, how can I use parameters to play, but none parameters to stream? Is possible to "close" the "init" to open a new "init"?
Thank you very much for your help!
Greetings!