Closed beolson001 closed 9 years ago
Hi, In order to switch the media mid way through you can use the the following code example: JSONObject obj = new JSONObject(); obj.put("entryId","0_fnioliix"); mPlayerView.sendNotification("changeMedia", obj);
please make sure you are using HTML 5 version 2.20+ as well. ( i.e HTML5 URL should be: "/html5/html5lib/v2.20/mwEmbedFrame.php")
Regards, Itay
@InbarItay My logs show : /html5/html5lib/v2.1.1/mwEmbedFrame.php How to upgrade it to v2.20 ? My phone is Nexus 5, Android 5.0.1
Thanks, Tu
Hello,
What version of CE are you running?
@jessp01 Sorry, CE stands for? -.-
Community Edition. i.e - which version of the Kaltura server are you running?
May the source be with you,
Jess Portnoy
Join us for the Kaltura Connect Virtual Summits 2015 - Register now! connect.kaltura.com
On Wed, 1 Apr 2015, hoangtu23 wrote:
@jessp01 Sorry, CE stands for? -.-
— Reply to this email directly or view it on GitHub.[ACH7Xrki7CWIr7tcAoadBKrySJ4DuMmIks5n66N9gaJpZM4C-uYo.gif]
I got PlayerSDK from here: https://github.com/kaltura/AndroidReferenceApp
@jessp01 @InbarItay @KalturaCommunity I've tried to use new SDK by Android Studio: no more caching issue. Do you have projects support Eclipse?
Hello,
Support on what level? Also, for additional questions, please post to forum.kaltura.org instead. Thanks,
I'm trying to set up a list of videos. I recently integrated the Kaltura android sdk and I'm able to play video via the PlayerViewerController. I have a list view of videos. Selecting the initial list item will play the expected video. However, when I switch to another video... the first selected video is shown... as if it were cached. If I wait a period of time, the correct video will be shown when selected.
Is there some cleanup I need to do when closing the first video?
}