I want to create a video chat application for android mobiles so I decided to use opentok for it.Now I have questions and some apprehensions.a)
Is it possible to use opentok for android phones?If yes then is it using the adobe AIR?Any Help in this regard will be Thankful!It will be great if you give me some tutorial for Developing in adobe AIR Thanks!
Not long ago, you could watch a stream, but you couldn't publish one as Flash for Android does not have access to the camera.
However, recently OpenTok has recently tried to rectify this:
http://www.tokbox.com/blog/opentok-gets-its-first-mobile-features-2/
Related
I am trying to figure out a way to do a screen share using webRTC. I was able to achieve the same in desktop using the API navigator.mediaDevices.getDisplayMedia(). However, getDisplayMedia() is not functioning in an android device. The webRTC documentation hints that getDisplayMedia() isn't supported in Android/iOS [the last time I checked]. If that is the case then what is the alternative to getDisplayMedia() to achieve screen sharing when it comes to android/iOS?
Thanks in advance.
I have been trying to play video in my android application that I made using phonegap. I had several problems and so I have several questions.
Firstly, does html5 video tag work with phonegap? I couldn't succeed to write the html5 codes.
Secondly, what types of videos are supported by android and phonegap?
Thirdly, I try to play a file whose extension is mp4. There is no scene on the screen but I can hear the voice of the video. What can be the reason?
Thanks in advance.
Nope, the video tag is broken in most if not all versions of Android. Go star these issues:
http://code.google.com/p/android/issues/detail?id=22254 and
http://code.google.com/p/android/issues/detail?id=8272
In order to work around this pain in the #$$ I've written a plugin you can use on Android to play videos.
http://simonmacdonald.blogspot.com/2011/11/video-player-plugin-for-phonegap.html
I searched a lot and didn't find the answer of my question.
I want to add to my android app video chat feature.
I am writing app for version 2.2 and latest.
Can I provide this feature or not and if I can,please write some link of code
which I need.
And also, I have read this tutorial and I want to know is this real working app and if yes how can I merge this to my native app code?
I am developing an application in android Which involves searching nearby locations and globally. I am facing a problem when i try to do live http streaming in android stimulator.What to do with live streaming....Anybody knows can respond how should i proceed....
I have tried the code like url
https://stackoverflow.com/questions/4321682/android-source-code-streaming-media
http://code.google.com/p/rxwen-blog-stuff/source/browse/trunk/android/streaming_audio/#streaming_audio%2Fres%2Fdrawable
Thanks in advance
Tushar Sahni
Hey Tushar use an actual device instead of emulator..Emulator do not run all the videos
Yes watching live streams doesn't work with emulators. better test it on devices with OS at least greater than 3.0. Below that guarantee cant be given as I have observed. And I use standard code using VideoView for live streams. They play but don't run as smoothly as on TV / Web. If you have any ideas, please share with me.
Using Vitamio Plugin had good effects but our company isn't allowing third party interfere so...
I am just learning application development using Android platform. I want to know how if we post something in twitter app will go to twitter..how do they integrate these two ?
Thanks,
Ananth.
Android webkit webview..
There is a small example in samples in the SDK
You can also consider using this