He are seeing error in replaying webrtc stream with below video tag:
<div id="videoFrameContainer">
<video id='fp_embed_player' src='https://stream1-prod.jomliv.com:888...lash,MSE,WSPlayer?wmode=transparent&rel=0' controls="controls"></video>
</div>
Iframe tag works though:
<div id="videoFrameContainer">
<iframe id='fp_embed_player' src='https://stream1-prod.jomliv.com:888...Player?wmode=transparent&rel=0?autoplay=1' marginwidth='0' marginheight='0' frameborder='0' scrolling='no' allowfullscreen='allowfullscreen'></iframe>
</div>
Would appreciate if you can share the proper URL to have it working in video tag.
<div id="videoFrameContainer">
<video id='fp_embed_player' src='https://stream1-prod.jomliv.com:888...lash,MSE,WSPlayer?wmode=transparent&rel=0' controls="controls"></video>
</div>
Iframe tag works though:
<div id="videoFrameContainer">
<iframe id='fp_embed_player' src='https://stream1-prod.jomliv.com:888...Player?wmode=transparent&rel=0?autoplay=1' marginwidth='0' marginheight='0' frameborder='0' scrolling='no' allowfullscreen='allowfullscreen'></iframe>
</div>
Would appreciate if you can share the proper URL to have it working in video tag.