Radio streaming in smartface app studio - android

I am using video object for radio streaming. The problem is that when i clicked the play button, main screen disappears and logo of the QuickTime appears on the black screen. I want that start radio stream in the background.
Does Smartface present us play pls or m3u file?

There is no certain way to play *.pls or *.m3u files. Because it requires media player to play them. (not an exact videoPlayer)
Try to do this in WebView. I just suggest you this idea.

Related

How can I record a video with sound of my app using Android Studio?

I am developing an app with Android Studio 2.1 and I would like to record a video of an usage example, with sound.
I have already recorded some videos, but always without sound. As the sound in my app is a key feature, I would like to have the video with the audio output of my app.
Is it possible? In case it is, how could I use it?
Thanks!
Maybe you should try using external app for recording both screen and sound. I have dig in just few mins and i have found some apps.
Here I left link to a top http://www.androidauthority.com/best-screen-recording-apps-600838/
The last one seems to be the one you are looking for (SCR Screen Recorder, which requires root), hope it works!
Other option could be to use a male to male audio cable and record the audio transmitted to the pc.

Video auto play first top item in listview when scroll stops in android

I wants to play a video in mute mode without any media controller like facebook. I have uses a custom listView, in which i have used VideoView to play video when listview scroll is stopped/idle. But i am not getting proper output as required.
I also tried this link but did not get solution.
Thanks if any suggestion/solution. I apologize for my English.
## NOTE All videos are played from network/internet from different URLs.

mediaelement.js play youtube source on android phone chrome

The problem is using mediaelement.js to play "youtube source" on android phone chrome.
For example, I use the android phone's chrome(33.0.1750.136) open YouTube API Example and tap the left small playing button. The video doesn't load and duration is zero, but tap the big center playing button the video is fine.
In other case, when I use mediaelement.js and set code like mediaElement.play(); will get the same problem.
I want to find a method to control playing "youtube source" on android phone chrome by mediaelement.js.

Launch YouTube App by pushing play button in an embedded YouTube clip in webview

I'm looking for a solution about YouTube in Android.
When my WebView in app connects an webpage, some pages may have embedded YouTube clip.
When I press the RED play button in the center of embedded clip, it plays well. Yes I set enabled JavaScript , plugins, hardware acceleration etc. But it ONLY plays in the WebView internal media player.
I've tried with several libraries such like YouTube API that provided by Google, but It just provides Views and interfaces, and cannot convert a YouTube clip in WebView to a YouTubeView (If you know how to convert, let me know).
All I want is simple. Hit a red play button in embedded YouTube, then my app launches YouTube App (or stock media player) so play the YouTube clip.
iPhone can do this very simply with the stock player, but I can't understand why Android can't do so.
Please check whether "YouTube" application is install on your device? If yes then just update it.And most of the time you tube application not working properly on emulator..

Video is not displayed in videoview in android?

My application uses a simple VideoView .It uses an 3gp file from assetsbut all i can see is a blank screen and music of that video.
Would someone help me to display the video?
P.S-I am trying it on emulator?
Do not use emulator for testing video playback. Its ability to handle video playback is very limited. You should use actual device to play videos.
Check https://stackoverflow.com/a/3005928/1341006 by Commonsware for more details

Categories

Resources