Quantcast
Channel: Kaltura - Latest posts
Viewing all articles
Browse latest Browse all 7410

Kaltura Player UIConf ID, Partner ID. (Android)

$
0
0

Hi Gilad.

Thanks for your reply. But I couldn't understand how to get UIConf_id if the url doesn't contain it.
I'm using following code:

KPPlayerConfig config = new KPPlayerConfig("http://cdnbakmi.kaltura.com", null , "303932").setEntryId("0_5lbtjkio");
config.addConfig("controlBarContainer.plugin", "true");
config.addConfig("topBarContainer.plugin", "true");
config.addConfig("largePlayBtn.plugin", "true");
config.addConfig("loadingSpinner.plugin", "true");
config.addConfig("sourceSelector.plugin", "true");

config.addConfig("sourceSelector.displayMode", "bitrate");
config.addConfig("mediaProxy.preferredFlavorBR", "700");

config.addConfig("EmbedPlayer.UseFlashOnAndroid", "true");
mPlayerView.initWithConfiguration(config);

In the logs, I couldn't find uiconf_id. Also, would help if you can tell whether the partner ID and players IDs (UIConf_id) subscribed with our Kaltura account need to be used, or the partner ID in the url.


Viewing all articles
Browse latest Browse all 7410

Trending Articles