I am currently developing an Android app using the Cordova 3.5 framework. The app allows users to watch a few videos, and I would like to be able to stream those videos from the Android app to an Apple TV or any Airplay-compatible client.
Is it possible to do this using Cordova for Android ? I did some research and found pretty much nothing on the subject.
Thanks for your help
Related
I am trying to build a mobile phone app using Ionic Framework to live stream video captured through phone camera. This is very similar to https://www.periscope.tv/
I will capture this stream on my server, transcode and then distribute it again. I looked into the camera plugin for cordova https://github.com/apache/cordova-plugin-camera. I am not sure if it is possible to live stream from camera using ionic framework.
If not, what are my other options except for going native.
Take a look for this tutorial: https://www.youtube.com/watch?v=U2LOpmCpK-g
This is a quick demo of setting up and running the RTCOMM Mobile Sample app. This sample uses the Ionic framework and angular-rtcomm library to build a Hybrid Mobile application.
I followed this tutorial and works! I recomend you to try first running from an iPhone (iOS 9.3 in my case) and make a call to a browser (Firefox 45.0.2), works perfectly. I also tried with Android, but has some mistakes.
Hi you can use ionic framework to embed video streaming for mobile app and the reference for the link is Nic raboy video in Ionic and the plugin for the project is camera, you can edit this plugin documents based upon your requirements in delaying the app to show and inject $http service in your controller to send the data to server
I am developing HTML5 app that will be targeted for mobile platforms (mostly iOS, Android). Case is that user will open such page and use his mobile camera to take photo and then process it.
I found that iOS browser isn't capable for HTML5 Stream API (http://caniuse.com/#feat=stream, http://mobilehtml5.org/).
I thought, that maybe I can use cordova (phonegap) plugin to access device capabilities, but I don't know so far if it solves my problem.
Can I use cordova, deploy web app and access it using mobile to get stream from camera or cordova can do it only if packaged into native app and deployed to device?
I found this (Can anyone access to the camera by html5 in the mobile safari (ios5)?) answer, but it is quite old. Is it still actual? Are there any other approaches?
Actually the iOS mobile safari can native use the image picker using an basic upload JavaScript function
Take a look on http://fineuploader.com/demos.html
I think that can help you with your task
Hope this help
I have an Android app which stream video from the Internet. The owners of the app doesn't want to use the native Android video player. What they want is to have any third-party (preferably Open-source) video player to be integrated in this app.I don't really know what its implications could be.
I came to know that Dolphin and VLC, they both are open-source, but what I don't know is, if they provide their SDK for integration into an app or not.
So, I have the following questions -
Do we have some third-party player (their SDK) to be integrated into an app?
Do we have tutorials of how-to implement them?
I've searched a lot for this but didn't get anything.
Do we have some third-party player (their SDK) to be integrated into an app?
- You can try our product, NexPlayer SDK, in www.nexstreaming.com
It is not an open-source player obviously, but you could get a demo and try to integrate in you app.
Do we have tutorials of how-to implement them?
- It's an SDK + sample app and has full documentation about the SDK.
I am developing a cross-platform application. I came across Phonegap, which supports several mobile devices. But I am new in this field so I'm facing some issues.
I have a requirement, where the user downloads video files from a server and then opens those from local storage from mobile.
So how to achieve this using Phonegap, which should support iOS, Android and Windows.
I have already gone through:
Phonegap - jQuery Mobile - Download/Save/Load File
http://docs.phonegap.com/en/2.0.0/cordova_file_file.md.html#LocalFileSystem
But I'm not getting proper documentation/tutorial. If there are any examples available then it would be helpful to check/debug.
Thanks in advance.
A search on SO shows that on Android there are some issues with HTML5 video and Phonegap:
Phonegap 2.3 and Android with HTML5 video tag in 2013
At least in Window Phone 7 there are some tricks as well (storage path related).
How to play embedded video in WP7 - Phonegap?
Which may explain why there isn't a single multi-platform example which is what I think you are looking for.
I need to show notifications at specific time through the app(iphone and android app). The app is developed fully in as3.
I have tried using adobe native extension for notification but it is working fine on android but not on iphone. here is a link to it http://www.adobe.com/devnet/air/native-extensions-for-air/extensions/notification.html
Can anyone help me through this?
Refer from here Local Notifications with iOS 4 for iphone development.
Refrom from here Android Notifications - Tutorial for android Development.