I am using the Web-Service to play videos on Android Mobile.The same website I am using to play video in iPhone it is working fine.But in Samsung Android Mobile and some Motorola Adroid Mobiles video is not playing.
http://rompio.com/web_service/web.php?method=list_videos
Can anyone Please suggest me that why is is not getting played.Any useful suggestions that where I may be wrong .The Web-service is made perfectly fine.Also the Android code is perfectly fine as it is working in Experia Android Mobiles.
Related
Hi am developing Html5 based mobile app for Android and Ios.
I need to implement JWplayer in my app. Have implemented it successfully and the video is working fine. The problem is vast tags are not working in android and ios. But Vast tags and videos are working fine in my desktop.
In order to make it work what shall I do.
We're working on to develop a live video stream application based on android mobile camera. I used RTMP and RTSP ports using WOWZA server.
It is working fine with almost all brand mobiles successfully. When the event is created and started broadcasting of video, data is posting successfully to server.
But coming to some particular model mobiles like Micromax, Lenovo and etc., the app is not able to post the data from camera. The error message will be like 'Try again..' and broadcast is not successful.
As per my observation, the above said model mobiles are using MT65XX chipset. I tried on various mobiles using the same chipset and failed to broadcast the data. But other applications like Livestream, Ustream and working fine with these models.
Can someone help me to solve the issue with the above models so that my application runs successfully on all model chipsets.
Here is my application environment:
Developed on android Ice cream sandwich (android 4.0) and it'll supports ICS & above android environments
Library file used while developing application "[B]libstreaming-4.0.jar[/B]"
Thanks in advance.
Aditya
I am using Crosswalk to develop a HTML5 app. Now i have a problem with playback of embedded youtube videos within the website. I have the same issue testing the website in Chrome browser. There is no issue testing in Dolphin Browser or android default browser (< Android 4.3).
I had the problem in the past also with default android browser, but i can enable playback by setting user-agent to desktop browser. That doesn't work for the crosswalk browser.
If i run the app not on a smartphone but on a tablet it works, also in Chrome with default settings.
Does anybody has an idea/solution to enable video playback on smartphone?
Thank You!
Solved. Google's intention was, that every Android Smartphone would have installed the same basic codecs.
It seems that not every manufactor of cheap Android Smartphone (from China in this case) meets these requirements (even if Play Store is installed).
There is a way to display installed codecs on smartphone.
I am developing an AIR app for mobile devices which needs to access the video camera. So far it works great on iOS but on my Google Nexus 7 device the app crashes shortly after activating the video camera. I have set up the correct permissions and can access the 'front' camera on the device. Sometimes i see a quick flash of the video image which i add to the stage but then the app crashes and returns to the google nexus screen.
I am using -
Adobe AIR 3.6.0.6090 SDK
AS3 (obviously)
Google Nexus 7 running android 4.2.2
Has anyone noticed this behaviour? Is there anything I can change or is this an android / air bug?
cheers
I think that this was only happening because I was remotely debugging the app. When I ran the app without the remote debugger it worked fine. video loaded and showed ok. Left this question here incase it saves anyone some time working out a similar problem :-)
The company I work for produces a lot of video and we want to target as many devices as possible, but the question came up of what does the Android do?
I personally own an Android based phone running 2.1, but I can't seem to get the HTML 5 tag to work. Even when I can trigger the browser to playback the video it just throws a notification error that it can't.
Are there guidelines to producing Android/HTML 5 compatible videos? Is it truly supported?
The android 2.1 browser currently does not support the html5 video tag the way the iphone browser does. To get the android browser to play the video when you click on the poster image you need to add onclick="this.play();" to the video tag. However, this launches a separate "window" and does not play the video in the same browser "window".
The only information I could find with details about whether Android 2.1 has the ability to play html5-video is here: http://groups.google.com/group/android-developers/browse_thread/thread/400dc61d41530242/c071c0f9712f7171?lnk=gst&q=html5#c071c0f9712f7171
This question is similar: Does html5 video work on android nexus one with android version 2.1?