How do i play video in mobile using intex xdk? - intel-xdk

I need to play a video in android/ios, dont know what plugin to add and how do all stuffs.
so for i refereed this below link
link
But i could not find the cordova plugin - player as mention in the link.
Any other ideas or plugins are appreciated.

At last, i just fixed my problem by using cordova plugin,tested in android it works fine,it creates a video player(as well as we can create audio player) itself instead of using native player. Here is the full source and reference from github link.

Related

Is there a way to record video on Unity using native features while running?

I've been searching on web ways to record a video on Unity, but I only have found using assets store packages and just works well for editor mode. I want to record a video and export while running the application.
You could use the official Unity Recorder.

Playing video from youtube and other pages

I am using a video_player package which nicely shows videos stored in firebase storage via their links in firestore. But replacing link to video in storage with youtube link doesn't work.
My point is to make an app which would show videos from youtube and maybe other pages like vimeo.
Maybe someone has done it already?
Thank you in advance
This package does the work perfectly
*I've used it on Flutter version < 2.0 so I don't know if it will work if you're using the current framework version

JXBrowser - playing m3u8

Is JxBrowser able to play m3u8 content?
Chrome can through an extension but JxBrowser does'nt use extensions.
I could not find any PPAPI plugin for that..
Any idea?
Thx,
Romain.
According to the Chromium issue tracker and forum, they don't have plans to implement the support of playing the m3u8 content.
Therefore, it doesn't look that there is a possibility to play such a content in JxBrowser.

Ionicframework photo editor

I am trying to add a photo editor functionality to my ionic framework application. How ever I couldn't find a decent sdk that goes with it. I'd like add
aviary/creative
sdk but there is not an obvious way to do it. I tried angular-aviary plugin for cordova but that is not working anymore. Please help me find a good photo editor sdk that works with cordova/ionic framework. Any help would be appreciated, thanks...
I've spent about a week looking for the same thing. Beyond the Creative SDK there is also the img.ly PhotoEditor SDK which offers Android, IOS, and HTML5 as well. But as with Creative none of it is easily compatible with Ionic. I'm still looking for a solution but would be very interested if others have ideas as well!
Have a look at the PhotoEditor SDK Cordova Plugin Demo and the guide for integrating the editor under Ionic and Cordova to get an idea of how to get the editor working under Ionic. Basically, it works like this:
The idea is to create a Cordova app that allows the user to open an image from their photo library and edit this image using the PhotoEditor SDK on iOS and Android. This is done by using an existing library to access native photo pickers on both platforms and passing the path to the found image to a plugin. The plugin manages the configuration and opening of the PhotoEditor SDK’s editor and passes the edited image back to Cordova.
I was in search of this functionality and founded a proper documentation for ionic Framework from PhotoEditor SDK . Please follow the instructions given here to add Photo Editing functionality in ionic app Quickstart for ionic Framework
Hope it will help someone.

Web video gallery

I'm looking for a simple plugin to integrate a video gallery in a website. I prefer it to be based on flash rather than HTML5 (for browser compatibility) and it should play videos hosted localy.
Thanks in advance,
Alex
You could consider open-source solutions like: 1.JWPlayer: www.longtailvideo.com/players/jw-flv-player/(maybe the most used)
2.FlowPlayer: http://flowplayer.org/
3.FLV Player: http://flv-player.net/