Tovi7
Tovi7

Reputation: 2953

Where can I find the Miracast specification?

I want to develop a Miracast application for Mac OS X. (i.e. something to display imagery to a miracast-enabled device) The only problem I'm having right now is that I can't find the official specification for this.

Is it possible that you need to be a member of the wi-fi alliance to get this specification? Is this even an open standard?

Or better: Is there a (open-source) miracast library I can use?

Thanks!

Upvotes: 7

Views: 5668

Answers (3)

Jussi Kukkonen
Jussi Kukkonen

Reputation: 14617

The Wifi Display spec is currently free (as in 0.0$). The download still requires agreeing to a license agreement and does not seem free to redistribute.

Also, WDS is a new but fairly complete implementation for linux and should be easy to port to other platforms as it tries very hard to keep agnostic with respect to the stacks used to handle media playback and Wi-Fi Direct. That said, the most difficult bit in Miracast seems to be Wi-Fi Direct so if your platform does not support that well, you're pretty much out of luck...

Disclaimer: I used to work on the WDS project.

Upvotes: 2

VivienG
VivienG

Reputation: 2180

As @Constantinos said you will have to pay 200$ for getting the specifications via wi-fi alliance.
Or, as you ask, you can look at the following implementation available on the internet:
Java or C
I think there is enough example here to do what you want.

Upvotes: 0

Constantinos
Constantinos

Reputation: 1208

Have you seen this? http://www.freedesktop.org/wiki/Software/openwfd/

As for the wi-fi alliance, you don't need to be a member but it will cost you $199: https://www.wi-fi.org/wi-fi-display-technical-specification-v11

Upvotes: 6

Related Questions