does somebody know a sample code for plain win32/64 bit applications using windows media foundation and DRM support?
I found a very old sample code here:
https://github.com/GoshaDE/SuperMFLib/blob/master/samples/ProtectedPlayback/Player.cs
But this does not really work.
Regards
Christian
Related
I developed sip application in Android. and now I am developing it in Windows Phone 8. I am new in Windows phone and don't know anything that Which library should be use here? Do Microsoft provide free library for SIP?
Please any suggest me Which way will be best for developing or any source code or library or demo application?
I think you can start from this example.
There is a full sample app there.
Take a look at boghe, it's the SIP video client for Windows Phone 8 and Surface Pro. You'll learn a lot from there.
It also cover VoIP apps for Windows Phone 8, which teaches you to integrate VoIP into WP8 experience
I want to use opencv in windows phone and not sure if any support available for that. any link / sample code would be highly appreciated
You can't. WP7 only supports managed code, OpenCV is native library.
You have 3 options:
Target WP8 instead.
Some companies (e.g. Tango, Spotify) somehow convinced Microsoft to allow native code development for WP7 platform.
Look for alternatives to OpenCV, such as AForge.NET.
Does anyone know which video streaming delivery methods will be supported natively and within metro style apps on Windows 8 tablets (and also Windows Phone 8)?
I am hoping one of the following will be supported natively:
Apple HLS (Http Live Streaming)
Microsoft Smooth Streaming
RTSP streaming
I know Smooth streaming is supported in metro style apps, but I can't find any way of presenting links on my site which (if clicked) hand off video play back to the native video player.
Any ideas would be greatly appreciated.
Thanks,
There is no default player (like Windows Phone) on Windows 8, you will have to use some libraries.
Try this one:
http://playerframework.codeplex.com/
I came across a H.264 video which i would like to play in my c++ application. Could anyone suggest what could be the easiest way of doing it? Or What library can be used for the purpose.
Thanks in advance..
Windows API are DirectShow and Media Foundation (mind availability across Windows verions). You need a codec installed in Windows to be able to play the file, stock codec is only provided with Windows 7 editions. A choice of third party codecs is available.
Another option is to use a different framework such as ffmpeg which includes support for container formats and decoders.
how can we use DRM technology to protect the content(like Audio,images....) in windows Phone 7,please share if there is any source code for that..
Windows Phone 7 supports a version of the Silverlight 3 PlayReady DRM. See http://msdn.microsoft.com/en-us/library/ee923781(v=vs.95).aspx
All XAPs uploaded to the marketplace, is encrypted with Microsoft's DRM.
Its not just audio and images, your code also needs to be protected as Xaps can be downloaded and decompiled. You should obsficate your Xaps before uploading them to the marketplace. This tool is provided free to WP7 developers:
http://www.preemptive.com/windowsphone7.html
After your done rename your XAP to .zip and use a decompiler to checkout how effective it is.
http://www.telerik.com/products/decompiler.aspx
Read this thread on some of the problems and solutions
http://forums.create.msdn.com/forums/p/93104/557911.aspx