@EphremYems wrote:
i am developping a webapp which consist of playing video from katura , platfform, after i am going to load the link on ios webview.
<div id="myEmbedTarget" style="width:400px;height:330px;"></div> <!-- Substitute {partnerId} for your Kaltura partner id, {uiConfId} for an actual player id, also known as the uiconf id and {entryId} for an actual entry id. --> <script src="http://vod.adicis.cd/p/102/sp/10200/embedIframeJs/uiconf_id/23448125/partner_id/102"></script> <script> kWidget.embed({ 'targetId': 'myEmbedTarget', 'wid': '_102', 'uiconf_id' : '23448125', 'entry_id' : '0_rgexe9cj', 'flashvars':{ // flashvars allows you to set runtime uiVar configuration overrides. 'autoPlay': false, 'LeadWithHLSOnFlash': true, 'Kaltura.LeadHLSOnAndroid': true }, 'params':{ // params allows you to set flash embed params such as wmode, allowFullScreen etc 'wmode': 'transparent' } }); </script> </body>
the video load well but when i click on play it is turning but not playing i try with pc browsers but not playing it is only play on android webview
Posts: 10
Participants: 2