how to run videos url coming in rss feed's description tag in windows 8 - windows-8

I am creating a window 8 app. I have a rss feed url through which i am getting data in xml format. In the data i have description tag in which video url is present. but it is not working in embedded player. When I am opening the url in browser, a website is open and video play in that browser.
Can any one tell me how I can run video coming in rss feed. following is the example url that i have to play in embedded player in Windows 8 app.
http://www.cnn.com/video/#/video/world/2013/10/21/intv-wu-chesser-aus-fires.cnn

Related

How do I download the video & audio files in my expo app?

I want to download the audio and video content which is seen in my app (In app download) just like we download the videos in youtube and can be watched offline. I also want the downloaded content to not show in my file manager and gallery.
I researched about downloading the files but dont have an idea about how to show only in app and no where else like youtube.

problem of html video operational with netfront browser 4.1 : aspx

for my project, i want to embedded an html video tag in aspx page. this tag is operational on edge, google chrome and firefox but it's not operational on old mobile phone with "netfront browser 4.1 by power access" ; there is nothing, the htlml video tag doesn't appear. have you got a solution to embed this html video tag or to embed an other type of video tag on old mobile phones.
the following code is :
thanks you for your contribution.
M.A.

Youtube live chat embed not working in mobile

<iframe allowfullscreen="" frameborder="0" height="500" src="https://www.youtube.com/live_chat?v=XX71LoT8AME&embed_domain=localhost" width="480"></iframe>
This is the Iframe code for the youtube live chat embed.
It works fine in desktop view but return a javascript error in mobile view and no content is shown
Official YouTube documentation
Embed Live chat
Note: embedding live chat isn't available on mobile
web.
During a live stream, you can embed live chat on your own site by
using an iframe.
Get the video ID for the live stream. You can get the video ID from
the watch page URL (youtube.com/watch?v=12345). In this case, the
video ID is ‘12345’. If you chose "Stream now," right-click on the
player and select Copy video URL to get the video URL.
Get the domain
URL for the site you want to embed chat on. If you're embedding chat
on www.example.com/youtube_chat, your embedding domain is
"www.example.com."
Combine the embedded URL in the following way:
https://www.youtube.com/live_chat?v=12345&embed_domain=www.example.com.
This is the URL for your iframe. Note the embed_domain must match the
the URL of the page you’re embedding the chat on. If they are
different, the embedded chat will not load.
We just wanted to embed the youtube chat and found this on Google Support.
Unfortunately, Youtube chat embed isn’t available on mobile web according to google: https://support.google.com/youtube/answer/2524549?hl=en
Take care,
I.

Can IOS devices stream m3u8 segmented video from the local file system using html5 video and phonegap/cordova?

I'm using phonegap/cordova 2.1 and my app has locally stored assets (on the device) which need to be encrypted on build and decrypted in memory when used in execution. The app is for iPad only.
For the videos I want to implement something similar to http://codebycoffee.com/2012/01/08/decrypting-http-streaming-video-with-nsurlprotocol where mediafilesegmenter is used to segment and encrypt each video file and then a custom encrypted file url protocol serves the key for each video when the video player requests the m3u8 file.
My problem is that I can't seem to play m3u8 files by using the html5 video tag and phonegap/cordova. I have even created unencrypted video segments with the use of mediafilesegmenter as a test. These can be played by opening the m3u8 file with VLC in OSX but when using the video tag in phonegap/cordova I get 'loading...' message followed by a popup saying "The operation could not be completed"
OK so it turns out that m3u8 files have to be served over HTTP and I have gone down the route of bundling a cocoahttpserver https://github.com/robbiehanson/CocoaHTTPServer in with the app. This way I can request the video streams with:
<video src="http://127.0.0.1:12345/path.m3u8"

How to play .ima4 audio file in website

I have recently created an iPhone app where i recorded voice in .ima4 format. This application uploads these recordings to my web server, where user can play these recorded files.
But i don't know how to decode or play .ima4 files in a website.
Its better to use html5 for audio playing
Consider this link for workAround for ima4 format
Refer soundmanager link for playing audio in html