Playing video by streaming from kaltura in Android - java

Please anybody help me to play video by streaming from kaltura in android.I already tried with Webview but failed to play and the link for video is :-
http://kaltura.sine-mania.com/index.php/kwidget/cache_st/1405072601/wid/_100/uiconf_id/6709464/entry_id/0_ts1loab6
is there any alternate way please guide me.

You are using legacy embed code that only include flash embed, in order to play html5 content you need to change your embed method to auto or dynamic embed.
please look at player.kaltura.com site for more information about it.
thanks,

Related

How get direct download link for a video from YouTube in java?

I have tried the codes libraries and APIs and most of them did not work or are very old. I need a way to get a direct download link for a video from YouTube in java (android studio) and it is a permanent method and not a temporary method. Thanks

How to show Google Translate popup from my app?

Is it possible to call Google Translate popup (only the popup, and not the whole Google Translate app) from my application, using intent or something else?
I'm using B4A (Basic for Android) platform, so if it is possible, please guide me based on B4A. However Java solutions can be useful too and they are also welcomed. Thanks.
You can use Google Translate api in php and call it from b4a

How to connect to Flickr's Search Image API from Android app?

I'm trying to create an Android app using Android Studio, where a user can search for images by typing text into a search bar. the App is supposed to be connected to an image search API, and I chose Flickr. I have never worked with anything like this before, and I was wondering if anyone had any tips on how to start?
Thanks!
You will have to start from Flick API and know the necessary endpoints. Then you also need a networking library like Volley. Finally I'll advice you use JSON for request and response formats.

Android extracting id3 tag information

I have a HLS stream which I am displaying using the native android media player. I need to be able to extract id3tags that are pushed through the stream every 30 seconds. I have had a good dig around the internet and have not found a viable method for doing this.
I did find something called MediaPlayer.OnTimedMetaDataAvailableListener but this is only available on sdk 23 and I need to support down to 14. Has anyone managed to extract these tags from a HLS stream on android? Or does anyone have any idea about how to go about it?
This is not possible yet using the standard MediaPlayer. According to the Android Developer API Guides, it is recommended to use the ExoPlayer when utilizing features such as id3 tag reading of HLS. There is a great demo on GitHub to help you get started.You basically create a Player and add a listener to it:
player.setMetadataListener(this);

How can I use Google docs OCR api in Android?

I want to use Google Docs API for OCR in my Android application. But I could not find any useful tutorial/code example. Any link/example/tutorial to upload image and getting text?
There is a live demo here http://googlecodesamples.com/docs/php/ocr.php
I am not sure if that will help you much, but if you do find anything, please let me know.
I'm attempting to do something similar.

Categories

Resources