JXBrowser - playing m3u8 - plugins

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.

Related

How do i play video in mobile using intex 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.

phonegap media API or HTML5 audio tag?

which is better to use for playing mp3 files in iphone application the phonegap media API or the html5 audio tag?
HTML5's tag will work with Phonegap, but your results will vary. Functions like audio.load() (assuming you're using javascript to control your HTML5 audio element) won't work. I would recommend using Phonegap's media API.
A regular HTML5 audio tag will work in a Cordova project, even when you load music from the file system, if and only if you have a content security policy.
You can create a content security policy online with this tool or study this great tutorial
Note that the Cordova default project has a CSP, while the current default Phonegap project does not.

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/

HTML5 video for iPhone and Android

According to http://www.treysmithblog.com/how-to-make-html5-videos-for-iphone-and-ipad/
To play video on iPhone with HTML5, we should using QuickTime to transform the mp4 file. After transforming the mp4 file, is it also support for Android and other OS like windows, linux?
Thanks
If only it were that simple. I'm not sure what format Android supports for html5 video, or if it even does. Google put out an opinion piece that by default all browsers should support the open source WebM format, which they purchased and then open sourced. I believe this is the default format for the Desktop Chrome browser. Windows will support any format that you've installed a codec for, so if the user has Quicktime installed mp4 should work, if not maybe not. If you supply a fallback of Flash video, then most newer versions of Android should support that.
Good Luck!
ps
You may want to take a look at this.

iPhone-App Doesn't play 3GP Video After Apple Update

I have a problem with my iPhone app. I will try my best to describe it.
I have an iPhone app that can display a web page.
This webpage has a link to a 3GP video.
Clicking on this link will open the video and play it.
This was working for a long time, but after a recent Apple Update, i got the message:
"Can't play this file"
Here is a Firefox screenshot from the file.
Does anyone have a suggestion as to what could have changed?
Thanks!
edit: added Screenshot
See this SO answer: iPhone UIWebview video playback 4.0
The answer (and its comment) is about MIME type settings of the server. If the MIME types are not set correctly by the webserver, the playback might fail.