Kaltura HTML5 player in iOS and Android - kaltura

I am working in Kaltura gemini version to stream my videos. I want to play them in PC's and devices. I am able to play the videos in PC's but not able to play the videos in iOS and android devices like iPad and Tablets. I am getting the following error.
Unknown user_101 like that.

You have to change your localSettings.php file to point your kaltura server. By default it points to Kaltura.com, which is SAAS. But in your case it's not a SAAS right? So you have to replace all instances of kaltura.com to yourKalturaServer.example.com (for example). This will solve the problem.
The file is under the path of yourKalturaServer.example.com/html5/html5lib/version/localSettings.php
Hope this helps.

Related

Has anyone experimented with getting a video played on a mini app? On the Alipay site there is some documentation, still wanted to post the question

Wanted to know if any of you guys have played around with getting a video to play in a mini app? I have looked at some of the Alipay documentation and from what I can see there is only one supported platform to upload a video to in order to use within the mini app...
You cant get videos to play in native mini programs because the tag is not currently supported.
You could get videos to play by making use of the web-view which points to a website which hosts the video

How to add Google Play store on a custom device of AVD?

I'm trying to have a particular install of Android to test one of my clients claim (she has a bug with Chrome on her phone, that I can't myself replicate)
So I want to create a device that is the same as her phone model, a Samsung Galaxy S5. Thing is, AVD won't let me have the Google Play Store on a custom hardware created.
Is there a way to add the playstore to a device?
Its weird because the screenshot given is before even I select an Android Build, so what is preventing my hardware from being compatible with the playstore? Even cloning one that already exists with Play Store seemingly desactivates it.
Unfortunately you can't add google play to a custom device, instead you could just install devices that already have google play.

iOS app only plays sounds through headphones

The iPhone I'm using for development only outputs sounds through the headphones for all the apps I'm running from xcode. Other apps (like Youtube or iTunes) play sound just fine, and also building and testing the very same apps on a different device (an iPad) works perfectly. Running the apps in simulator also works as intended.
I'm using:
Xcode 6 (working in Swift 1.2)
AVFoundation library and AVAudioPlayer
iPhone 6 Plus (with iOS 8.4.1)
the phone is not in silent mode
Any tips or hints would be appreciated. Thanks
Sometimes the audio route can get a bit messed up.
You should listen to the audio route changes using the AVAudioSessionRouteChangeNotification
See HandlingAudioHardwareRouteChanges
You can also force the audio route if needed. Working with Audio Input and Output Routes
Oh, and also check the reason for the change to know why its happening on that app. AVAudioSessionRouteChangeReason

Share videos camera roll wp 8

I tired to googling that how share videos form camera roll in windows phone 8 like in Nokia video upload and facebook app. I used to try this
http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff967563(v=vs.105).aspx
Only share picture but I want to share only videos for my app e.g. when my app show in list when share a video by camera roll of windows phone in sharing
To quote the link you included in your question:
Note that this extensibility is only available when the photo is a JPG
file.
And from my experience, I can confirm that it is not possible to register your app as a share target for a video file.
In other words, if a user tries to share a video from the camera roll or another app, there is no way to make your app appear as one of the options in that list.
Did you try using the share media task function?
Check this article out from the msdn :
http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207027(v=vs.105).aspx
You can use MediaLibrary and there is already an answer for your question in this link. As said, there is no way to select existing sound media and video files through default choosers. Thank you.

Can I get the video file in Camera roll on window phone?

As I know, there is no way to get the video file in the camera roll.
But recently I did it when using updated WhatsApp.
Wahtsapp supportes video file uploading which is not in saved IsolatedStroage in wp7/wp8 devices.
How did it?
Now I'm researching but can't find.
Please help me.
There is still no documented API for loading existing videos.
From WPCentral:
The ability to send videos has been in WhatsApp for quite some time,
but an OS limitation prevented the app from accessing the media
library to fetch pre-recorded videos. Since early 2013 though, Nokia
has been working with the WhatsApp developers and it looks like it
paid off to have friends in high places. Through Nokia’s assistance
(and indirectly, Microsoft’s), WhatsApp now has permission to grab
videos from your library to send to friends.

Resources