I am using the Enterprise Edition and previously tried the live streaming with the LiveApp application with about 2 secs of delay and have successfully embed the stream into my website using the iframe.
Now, I am trying to use the one time token for the stream to be more secure. But unfortunately, it causes the stream to be delayed by about 10-12 secs and I am not able to embed the live stream anymore.
But all issues occurred when I am trying the one time token.
The iframe I have tried to embed with my website is:
<iframe width="560" height="315" src="//address:5080/LiveApp/play.html?name=stream_id&playOrder=hls&token=one_time_token" frameborder="0" allowfullscreen></iframe>
But it gave the following result to my website:
Before I used the one time token, embedding the live stream was successful.
So my 2 questions are:
1. How to I reduce the delay on the html link as well as the future embedded website.
2. How do I embed the live stream on my website with the iframe.