Can't play 4K video in UIWebview in iOS - uiwebview

I use UIWebView to load 4k Video.
But I can't play 4K video in some device:
Iphone 6 plus iOS 8.0.3: can't run
Iphone 5s iOS 9.0: can't run
I've tried to use WKWebview, but the same, WKWebview also can't play 4K video.
Who can help me?
Thank you.

Related

iOS 9: syncing problems with AVPlayer.masterClock

in my app I use AVPlayerItem to play sound and AVPlayer to play video. To sync both players I use the following code:
CMClockRef nc = CMTimebaseGetMasterClock(avPlayerItem.timebase);
self.avPlayer.masterClock = nc;
On iOS 7 and iOS 8 it worked like a charm. But with iOS 9 I keep having problems. The playback starts but then always jumps back several seconds - so the playback is not fluent.
I would be grateful for every hint.
Thank you.
Update
It seems as if the masterClock is not the cause of the problem. I tried it without setting the masterClock and still had the same problem.
In another app I use an AVAudioPlayer for audio playback and an AVPlayer with AVPlayerItem for video playback and everything works fine.
In this app I have an AVPlayer with AVPlayerItem for both - audio and video playback and this seems to cause the problem. It worked fine with older iOS versions but not with iOS 9.
Update
I tested it with iOS 10 and the bug was gone.
This problem only occurs under iOS 9.

How to install adobe flash player in windows phone app?

Hi i am working windows phone 8.i want to get some videos from my xml file but i cant play my video file.i got error like The Adobe Flash player or an HTML5 supported browser is required for video playback.Get the Latest Flash Player Learn more about upgrading to an HTML5 browser and i have attached image.please help me anyone.
I don't know how to get adobe flash player please help me anyone.Thanks Advance.
The Adobe Flash Player isn't available for Windows Phone.

Testing Device for Touch Screen

How can i test my j2me Midlet(jad)for touch screen devices?Is there any tool (like WTK provide devices) to test touch screen command List?My application jad is not displaying commands some for Touch screen devices.
Now lot of touch emulators available for testing like Sprint, LG, Sony Ericssion and etc. Nokia also Provide RDA device for testing purpose.
See this link for testing emulators,
Sprint
LG
Samsung
Sony Ericsion
Motorola
Nokia RDA device
You have to add MIDlet-Touch-Support: true this property on jad file.

music player in iphone simulator 4.2

I am trying to add music player to my iphone app using the MediaPlayer framework. I dont have a real device with me and want to test it on simulator. But, the simulator doesnt support MPMusicPlayer and crashes when i run the add media app.
Is there a way I could test MPMusicPlayer on simulator?
You can't add music to the simulator so MPMusicPlayer will fail. It will have to be tested on a device.

Stream/Play audio files on mobile browsers

I am trying to create a mobile website and want to be able to play/stream audio files.I have tried html5's audio tag and tried testing it on opera mobile 10 simulator but it does not work. I have lots of audio files and the audio should be auto played.
sidenote:
Also, i need to test my website for android and iphone mobile phones. I am downloading android emulator for windows. I tried searching for iphone emulator for windows but there are none...
Phone emulators aren't always a good indicator as they do not usually have a media player installed. The best way to test is to find someone with an actual Andriod / Blackberry / iPhone.
You should try the same HTML5 code with an actual phone. Note that Opera Mobile 10 does not have support for the video/audio tag. If you're interested in streaming to mobiles without HTML5, you should check this FAQ entry for more information.

Resources