Doing WAP project using WML, in that I have to display videos to play in WML. I used
<embed>, <object> tags but it's not working in mobile. Anybody can help me and solve this issue?
Use animated gifs or SMIL to show video in WML:
Generate gif animation from a video
convert avi to 3gp using ffmpeg
SMIL 2.1 Mobile Profile
Related
I have tried to download an embedded video from a website using DownloadHelper extension in google chrome,but the downloaded video shows blank screen for entire 3 hour duration of the video. Tried other video downloaders too same problem,even when screen recording it shows the same thing ,What do you all think might be the problem and possible fix?
screenshot of video
I need HTML5 video plugin for chkeditor5. This plugin is designed for chkeditor4. Media embed plugin that is designed for chkeditor 5 dosent meet my need. I will upload mp4 videos using chkfinder and i need chkeditor 5 to play that video. Media embed plugin can just play youtube and some other sites videos.
I have a website (donsub.com) and it use videojs to play YouTube videos and overlay subtitles with it's plugin,
the problem is that iOS always run native player instead of videojs making the videos appear without subtitle,
I tried making an app
xcode webview can only allow inline play and avplayer can't render advance subtitles files
(I didn't try the new wkwebview yet)
Is there a solution for this problem?
You can use "playsinline": 1 also "webkit-playsinline": 1 in data-setup in video tag
I'm using flowplayer-3.2.18 plugin in a html file to play video files uploaded in my Media server. I'm trying to play a .FLV file in Flowplayer, file is loaded and played but with a black screen! Can anybody help to resolve the issue?
I faced same issue too and didn't find good solution.
But this is deffenetelly related to the video codecs. I changed my video codec for my video file and it works now.
Also you can try to check this video file using Wowza player and if it doesn't work too you can be sure that is something wrong with video file
We are trying to supply video in emails and it will fall back to a static image if html5 video is not supported. We are having issues with Windows Phones mail client in that it appears to support HTML video because it loads the player. You can see the play icon in the middle but it does not play. It is totally unresponsive.
Does anyone know if there is a specific format videos need to be supplied in? Or if it is just an incompletely finished feature? It is worth noting I am testing this on WP7, not WP8 as I don't currently have access to that device.
Cheers
I think you should use H264 codec for your video with MP4 format.
This link can help you : HTML5 support in IE9 mobile.
To do this, you can use ffmpeg
ffmpeg -i you_video_file.[avi/mp4/mkv] -vcodec libx264 output.mp4