Video is not getting played in Webview in windows phone 8.1 - xaml

I am trying to build an app for a website and i am using WebView to open the website in a phone. Now the problem is that website has videos and those videos are not getting played.
Can anyone tell me how to solve this problem and how to manage a medias from WebView
Thanks

.flv (Flash videos) requires Flash player to play. WebView of WinRT doesn't has Flash support. So you are out of luck. Better to go for MP4 or WMV v

Related

vb.net | How to play youtube video or DropBox video in Forms?

I am trying to play a video from my dropbox or from youtube in VB.NET.
Tried it with the media player and with the web browser, but both are much too old.
And doesn't work properly. Do you have any tips?
AxMediaPlayer, WebBrowser doesnt work. It is way to old!

How to give download option in vimeo player in reactnative?

So I am designing an reactnative app where I need to embed vimeo video player.
Can I give my users an option to download the video for offline mode ?
How can I restrict the downloaded file in app itself like netflix does?
Is that possible? PLease guide.

QuickBlox Android to iPhone This Video Cannot be Played

I'm using QuickBlox in our chat app. There is a video share feature. When a vidoe file is receieved from Iphone to Android phone via quickblox and opens the file, it gives the error, sorry this video cannot be played. The issue persist when file is received from Android to iPhone too. But it works fine between Iphone to iPhone and Android Phone and Android Phone.
Any Fix?
This is not related to QuickBlox SDK,
This is the issue with Video file format
You should play with video files format and find a one which works on both

Direct link for vimeo video

I'm developing a Windows Phone App and I want to play Vimeo video in the App. But I have an issue, Windows Phone Apps can't embed player, so player will open in browser. I don't like that it opens external app, I would like that users stay in my app.
How can I get direct link for playing Vimeo video in my own video player?
I got email from Vimeo support.
Quote:
You’ll need to become a PRO member if you’d like access to static video URLs on both the site and via our API.
Vimeo PRO FAQ: http://bit.ly/18Y8s6f

Youtube video won't load into webView

I am trying to load my video into a webview.
When I use this link. It won't work.
http://www.youtube.com/v/066PWBKrh6k&autoplay=1
But when I try this link. It's the same video but the link is a little bit different. It won't work. Any idea what the problem can be?
http://www.youtube.com/watch?v=066PWBKrh6k&autoplay=1
Kind regards.
You are linking to a flash file. IOS wont play flash. the /v/id path links to a swf for clarification, while the watch link is something IOS might have a handler for to accept standard youtube links but play them in the youtube app. What you really want is a straight url to a mp4 file / h264 which ios will happily play in it's media controls. Youtube will not give you this because the video isn't branded, the branding is an overlay of their flash / html5 player. Your best bet is to use the actual youtube javascript api to embed a html5 player, or at least something compatible with IOS. Or just link to an address IOS has a registered handler for.